-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNitrox.Discovery.sln
35 lines (35 loc) · 2.06 KB
/
Nitrox.Discovery.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nitrox.Discovery", "Nitrox.Discovery\Nitrox.Discovery.csproj", "{20F6246E-5512-4B23-AFEB-009021FFDF35}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nitrox.Discovery.MSBuild", "Nitrox.Discovery.MSBuild\Nitrox.Discovery.MSBuild.csproj", "{FDE0951E-8435-4514-B221-FF58BC3A0234}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestProject", "TestProject\TestProject.csproj", "{99DC7777-FC77-4C1C-A65A-6485BDFC7367}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFolder", "SolutionFolder", "{386B7990-DC95-45CE-9126-DE5E23638D45}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
Directory.Build.props = Directory.Build.props
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20F6246E-5512-4B23-AFEB-009021FFDF35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20F6246E-5512-4B23-AFEB-009021FFDF35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20F6246E-5512-4B23-AFEB-009021FFDF35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20F6246E-5512-4B23-AFEB-009021FFDF35}.Release|Any CPU.Build.0 = Release|Any CPU
{FDE0951E-8435-4514-B221-FF58BC3A0234}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDE0951E-8435-4514-B221-FF58BC3A0234}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDE0951E-8435-4514-B221-FF58BC3A0234}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDE0951E-8435-4514-B221-FF58BC3A0234}.Release|Any CPU.Build.0 = Release|Any CPU
{99DC7777-FC77-4C1C-A65A-6485BDFC7367}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99DC7777-FC77-4C1C-A65A-6485BDFC7367}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99DC7777-FC77-4C1C-A65A-6485BDFC7367}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99DC7777-FC77-4C1C-A65A-6485BDFC7367}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal