-
Notifications
You must be signed in to change notification settings - Fork 0
/
Stringification.sln
37 lines (37 loc) · 1.85 KB
/
Stringification.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
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stringification", "Stringification\Stringification.csproj", "{307B0356-128C-4DCD-8314-D2D58C32B7EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stringification.Tests", "Stringification.Tests\Stringification.Tests.csproj", "{52D06BD1-6217-4491-8518-1F5F526A45DD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F8FAC5E7-3D15-486B-92E5-FC507CAB95D7}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{307B0356-128C-4DCD-8314-D2D58C32B7EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{307B0356-128C-4DCD-8314-D2D58C32B7EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{307B0356-128C-4DCD-8314-D2D58C32B7EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{307B0356-128C-4DCD-8314-D2D58C32B7EE}.Release|Any CPU.Build.0 = Release|Any CPU
{52D06BD1-6217-4491-8518-1F5F526A45DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52D06BD1-6217-4491-8518-1F5F526A45DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52D06BD1-6217-4491-8518-1F5F526A45DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52D06BD1-6217-4491-8518-1F5F526A45DD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BEDA1A1B-CF7B-4D7A-A0B1-0A0E86D4E18F}
EndGlobalSection
EndGlobal