From 0185c75c7f1e370e9768eb5baabc230fac617f32 Mon Sep 17 00:00:00 2001 From: j502647092 Date: Thu, 13 Aug 2015 16:09:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E6=AC=A1=E4=B8=8A=E4=BC=A0=20?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E5=9B=BE=E7=89=87=E7=B4=A0=E6=9D=90=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WeiXinDemo.sln | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 WeiXinDemo.sln diff --git a/WeiXinDemo.sln b/WeiXinDemo.sln new file mode 100644 index 0000000..055fd08 --- /dev/null +++ b/WeiXinDemo.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.23107.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeixinHelper", "WeixinHelper\WeixinHelper.csproj", "{5BD99169-4EB4-4F4E-A22B-DA7E052D9E37}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5BD99169-4EB4-4F4E-A22B-DA7E052D9E37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5BD99169-4EB4-4F4E-A22B-DA7E052D9E37}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5BD99169-4EB4-4F4E-A22B-DA7E052D9E37}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5BD99169-4EB4-4F4E-A22B-DA7E052D9E37}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal