-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathStrapiSharp.sln
31 lines (31 loc) · 1.6 KB
/
StrapiSharp.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 Version 16
VisualStudioVersion = 25.0.1705.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StrapiSharp", "StrapiSharp\StrapiSharp.csproj", "{35D8F9F8-C064-406E-BB05-A5F24A8CCDD8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StrapiSharpTests", "StrapiSharpTests\StrapiSharpTests.csproj", "{F2FA9928-28E8-441B-8B38-AFBBAB06EAEF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35D8F9F8-C064-406E-BB05-A5F24A8CCDD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35D8F9F8-C064-406E-BB05-A5F24A8CCDD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35D8F9F8-C064-406E-BB05-A5F24A8CCDD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35D8F9F8-C064-406E-BB05-A5F24A8CCDD8}.Release|Any CPU.Build.0 = Release|Any CPU
{F2FA9928-28E8-441B-8B38-AFBBAB06EAEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2FA9928-28E8-441B-8B38-AFBBAB06EAEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2FA9928-28E8-441B-8B38-AFBBAB06EAEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2FA9928-28E8-441B-8B38-AFBBAB06EAEF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {85FB0670-655B-4DB0-9D47-2672D166BF36}
EndGlobalSection
EndGlobal