-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGohe.sln
More file actions
41 lines (41 loc) · 2.2 KB
/
Copy pathGohe.sln
File metadata and controls
41 lines (41 loc) · 2.2 KB
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
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Gohe.Ast", "Gohe.Ast\Gohe.Ast.fsproj", "{2C259491-FADC-4A41-90D5-2D2334A53C49}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Gohe.Ast.Tests", "Gohe.Ast.Tests\Gohe.Ast.Tests.fsproj", "{04A8A30D-3583-4C79-9831-CBB7F82ECA0D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{393DA65A-6EF6-43DC-96C2-7F897C5333D5}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "xdef2xsd", "xdef2xsd\xdef2xsd.fsproj", "{BB57D87A-78BA-4FB1-BFB2-C29224A142FF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C259491-FADC-4A41-90D5-2D2334A53C49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C259491-FADC-4A41-90D5-2D2334A53C49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C259491-FADC-4A41-90D5-2D2334A53C49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C259491-FADC-4A41-90D5-2D2334A53C49}.Release|Any CPU.Build.0 = Release|Any CPU
{04A8A30D-3583-4C79-9831-CBB7F82ECA0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04A8A30D-3583-4C79-9831-CBB7F82ECA0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04A8A30D-3583-4C79-9831-CBB7F82ECA0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04A8A30D-3583-4C79-9831-CBB7F82ECA0D}.Release|Any CPU.Build.0 = Release|Any CPU
{BB57D87A-78BA-4FB1-BFB2-C29224A142FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB57D87A-78BA-4FB1-BFB2-C29224A142FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB57D87A-78BA-4FB1-BFB2-C29224A142FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB57D87A-78BA-4FB1-BFB2-C29224A142FF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal