commit bec7d4e1d5f80f61547f1d0942ee0d5782e4dee1 Author: yibo <361071264@qq.com> Date: Mon Feb 18 13:45:30 2019 +0800 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f83ed3c --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.* +*.TMP +*.suo +*.user +obj +bin diff --git a/B3DealerClient.sln b/B3DealerClient.sln new file mode 100644 index 0000000..840f118 --- /dev/null +++ b/B3DealerClient.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.40629.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "B3DealerClient", "B3DealerClient\B3DealerClient.csproj", "{24AC5416-A243-485A-BC71-533606677CA3}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {24AC5416-A243-485A-BC71-533606677CA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {24AC5416-A243-485A-BC71-533606677CA3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {24AC5416-A243-485A-BC71-533606677CA3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {24AC5416-A243-485A-BC71-533606677CA3}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/B3DealerClient/App.config b/B3DealerClient/App.config new file mode 100644 index 0000000..fad249e --- /dev/null +++ b/B3DealerClient/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/B3DealerClient/App.xaml b/B3DealerClient/App.xaml new file mode 100644 index 0000000..725a37f --- /dev/null +++ b/B3DealerClient/App.xaml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +