-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathWeChat.Net.sln
31 lines (31 loc) · 1.54 KB
/
WeChat.Net.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Leestar54.WeChat.WebAPI", "Leestar54.WeChat.WebAPI.csproj", "{D9AB2649-CF1F-4916-87EC-8214534DE9C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{DB3269D1-B268-423F-8C97-C24283D1DAA5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9AB2649-CF1F-4916-87EC-8214534DE9C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9AB2649-CF1F-4916-87EC-8214534DE9C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9AB2649-CF1F-4916-87EC-8214534DE9C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9AB2649-CF1F-4916-87EC-8214534DE9C8}.Release|Any CPU.Build.0 = Release|Any CPU
{DB3269D1-B268-423F-8C97-C24283D1DAA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB3269D1-B268-423F-8C97-C24283D1DAA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB3269D1-B268-423F-8C97-C24283D1DAA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB3269D1-B268-423F-8C97-C24283D1DAA5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D5126D48-4E83-4AAE-B387-EF0C323EE3B4}
EndGlobalSection
EndGlobal