-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
NuDoq.sln
72 lines (72 loc) · 4.1 KB
/
NuDoq.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30118.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Demo", "Demo", "{6113189A-650A-4408-BFAD-8D4B892C0025}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoProject", "src\Demo\DemoProject\DemoProject.csproj", "{D0BC4842-9B39-4A72-9600-EEEC50A394A6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6666BC29-6E98-426D-9F95-EC6FE01925B4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
src\Directory.props = src\Directory.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuDoq", "src\NuDoq\NuDoq.csproj", "{3F235025-3AE8-4776-BE9C-6872C2932F27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuDoq.Tests", "src\NuDoq.Tests\NuDoq.Tests.csproj", "{1228A1E3-7EE4-46BA-BCBC-5B251CCDAC68}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D0BC4842-9B39-4A72-9600-EEEC50A394A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0BC4842-9B39-4A72-9600-EEEC50A394A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0BC4842-9B39-4A72-9600-EEEC50A394A6}.Debug|ARM.ActiveCfg = Debug|Any CPU
{D0BC4842-9B39-4A72-9600-EEEC50A394A6}.Debug|x64.ActiveCfg = Debug|Any CPU
{D0BC4842-9B39-4A72-9600-EEEC50A394A6}.Debug|x86.ActiveCfg = Debug|Any CPU
{D0BC4842-9B39-4A72-9600-EEEC50A394A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0BC4842-9B39-4A72-9600-EEEC50A394A6}.Release|Any CPU.Build.0 = Release|Any CPU
{D0BC4842-9B39-4A72-9600-EEEC50A394A6}.Release|ARM.ActiveCfg = Release|Any CPU
{D0BC4842-9B39-4A72-9600-EEEC50A394A6}.Release|x64.ActiveCfg = Release|Any CPU
{D0BC4842-9B39-4A72-9600-EEEC50A394A6}.Release|x86.ActiveCfg = Release|Any CPU
{3F235025-3AE8-4776-BE9C-6872C2932F27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F235025-3AE8-4776-BE9C-6872C2932F27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F235025-3AE8-4776-BE9C-6872C2932F27}.Debug|ARM.ActiveCfg = Debug|Any CPU
{3F235025-3AE8-4776-BE9C-6872C2932F27}.Debug|x64.ActiveCfg = Debug|Any CPU
{3F235025-3AE8-4776-BE9C-6872C2932F27}.Debug|x86.ActiveCfg = Debug|Any CPU
{3F235025-3AE8-4776-BE9C-6872C2932F27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F235025-3AE8-4776-BE9C-6872C2932F27}.Release|Any CPU.Build.0 = Release|Any CPU
{3F235025-3AE8-4776-BE9C-6872C2932F27}.Release|ARM.ActiveCfg = Release|Any CPU
{3F235025-3AE8-4776-BE9C-6872C2932F27}.Release|x64.ActiveCfg = Release|Any CPU
{3F235025-3AE8-4776-BE9C-6872C2932F27}.Release|x86.ActiveCfg = Release|Any CPU
{1228A1E3-7EE4-46BA-BCBC-5B251CCDAC68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1228A1E3-7EE4-46BA-BCBC-5B251CCDAC68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1228A1E3-7EE4-46BA-BCBC-5B251CCDAC68}.Debug|ARM.ActiveCfg = Debug|Any CPU
{1228A1E3-7EE4-46BA-BCBC-5B251CCDAC68}.Debug|x64.ActiveCfg = Debug|Any CPU
{1228A1E3-7EE4-46BA-BCBC-5B251CCDAC68}.Debug|x86.ActiveCfg = Debug|Any CPU
{1228A1E3-7EE4-46BA-BCBC-5B251CCDAC68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1228A1E3-7EE4-46BA-BCBC-5B251CCDAC68}.Release|Any CPU.Build.0 = Release|Any CPU
{1228A1E3-7EE4-46BA-BCBC-5B251CCDAC68}.Release|ARM.ActiveCfg = Release|Any CPU
{1228A1E3-7EE4-46BA-BCBC-5B251CCDAC68}.Release|x64.ActiveCfg = Release|Any CPU
{1228A1E3-7EE4-46BA-BCBC-5B251CCDAC68}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D0BC4842-9B39-4A72-9600-EEEC50A394A6} = {6113189A-650A-4408-BFAD-8D4B892C0025}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {23F21991-FCE5-4FDB-BBA3-709E2D8794CE}
EndGlobalSection
EndGlobal