-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCaml.sln
36 lines (36 loc) · 1.75 KB
/
Caml.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Caml", "caml\Caml.csproj", "{B2C224FC-5239-49B9-B9F5-5F148D36F9B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Caml.Test", "Caml.Test\Caml.Test.csproj", "{1AF066F8-EA4E-449C-B12E-604E5FBBEC15}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{35C0B096-37EA-40E1-8949-2B0131FC0AEE}"
ProjectSection(SolutionItems) = preProject
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
{B2C224FC-5239-49B9-B9F5-5F148D36F9B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2C224FC-5239-49B9-B9F5-5F148D36F9B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2C224FC-5239-49B9-B9F5-5F148D36F9B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2C224FC-5239-49B9-B9F5-5F148D36F9B9}.Release|Any CPU.Build.0 = Release|Any CPU
{1AF066F8-EA4E-449C-B12E-604E5FBBEC15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AF066F8-EA4E-449C-B12E-604E5FBBEC15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AF066F8-EA4E-449C-B12E-604E5FBBEC15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AF066F8-EA4E-449C-B12E-604E5FBBEC15}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3B78620D-4618-4D38-9E1B-8D3F20B09242}
EndGlobalSection
EndGlobal