-
Notifications
You must be signed in to change notification settings - Fork 0
/
xdot-arguments.sln
40 lines (40 loc) · 2.22 KB
/
xdot-arguments.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
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{5991551F-5E4A-48CA-9D81-34EE6FF191DB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{0ED8BF17-BF44-449C-8826-CAFC6F953DDD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arguments", "src\Arguments\Arguments.csproj", "{568B02CD-0FCA-443A-AF61-6D598A733E4E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arguments.Tests.Unit", "tests\Arguments.Tests.Unit\Arguments.Tests.Unit.csproj", "{284BBFBC-D7A1-41D4-9EBD-4362002C3638}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{33054963-6771-4572-9A97-577F569507B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{568B02CD-0FCA-443A-AF61-6D598A733E4E} = {0ED8BF17-BF44-449C-8826-CAFC6F953DDD}
{284BBFBC-D7A1-41D4-9EBD-4362002C3638} = {5991551F-5E4A-48CA-9D81-34EE6FF191DB}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33054963-6771-4572-9A97-577F569507B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33054963-6771-4572-9A97-577F569507B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{568B02CD-0FCA-443A-AF61-6D598A733E4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{568B02CD-0FCA-443A-AF61-6D598A733E4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{568B02CD-0FCA-443A-AF61-6D598A733E4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{568B02CD-0FCA-443A-AF61-6D598A733E4E}.Release|Any CPU.Build.0 = Release|Any CPU
{284BBFBC-D7A1-41D4-9EBD-4362002C3638}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{284BBFBC-D7A1-41D4-9EBD-4362002C3638}.Debug|Any CPU.Build.0 = Debug|Any CPU
{284BBFBC-D7A1-41D4-9EBD-4362002C3638}.Release|Any CPU.ActiveCfg = Release|Any CPU
{284BBFBC-D7A1-41D4-9EBD-4362002C3638}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal