-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathClintSharp.sln
32 lines (32 loc) · 1.6 KB
/
ClintSharp.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
32
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClintSharp", "ClintSharp\ClintSharp.csproj", "{259DC3BF-AF13-4A65-91C0-840514A6E54D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClintSharpTests", "ClintSharpTests\ClintSharpTests.csproj", "{98CC9839-EEF4-44D7-AC91-97B533F3763E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{259DC3BF-AF13-4A65-91C0-840514A6E54D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{259DC3BF-AF13-4A65-91C0-840514A6E54D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{259DC3BF-AF13-4A65-91C0-840514A6E54D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{259DC3BF-AF13-4A65-91C0-840514A6E54D}.Release|Any CPU.Build.0 = Release|Any CPU
{98CC9839-EEF4-44D7-AC91-97B533F3763E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98CC9839-EEF4-44D7-AC91-97B533F3763E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98CC9839-EEF4-44D7-AC91-97B533F3763E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98CC9839-EEF4-44D7-AC91-97B533F3763E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
BuildVersion_StartDate = 2000/1/1
SolutionGuid = {A93D8EE4-7C9A-4357-93C5-DC9F08F65B96}
EndGlobalSection
EndGlobal