-
Notifications
You must be signed in to change notification settings - Fork 0
/
ProjectTemplate.sln
51 lines (51 loc) · 2.76 KB
/
ProjectTemplate.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{454AD4A3-D1D1-43AC-B1E9-AA3BDE115E4D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Program", "src\Program\Program.csproj", "{BBDCC081-34D8-4CB3-AFB3-2B8C2B2CDFC0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Library", "src\Library\Library.csproj", "{6F057E84-10CD-45DE-8820-3D4B818C6EE3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{BE2270FE-A632-420B-9CEC-3177528BF1A1}"
ProjectSection(SolutionItems) = preProject
docs\Doxify = docs\Doxify
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{4609408A-2219-49AA-87F2-4A5D8B0B25F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibraryTests", "test\LibraryTests\LibraryTests.csproj", "{C5A5123B-F975-417F-948C-EBAB197F5000}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BBDCC081-34D8-4CB3-AFB3-2B8C2B2CDFC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBDCC081-34D8-4CB3-AFB3-2B8C2B2CDFC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBDCC081-34D8-4CB3-AFB3-2B8C2B2CDFC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBDCC081-34D8-4CB3-AFB3-2B8C2B2CDFC0}.Release|Any CPU.Build.0 = Release|Any CPU
{6F057E84-10CD-45DE-8820-3D4B818C6EE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F057E84-10CD-45DE-8820-3D4B818C6EE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F057E84-10CD-45DE-8820-3D4B818C6EE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F057E84-10CD-45DE-8820-3D4B818C6EE3}.Release|Any CPU.Build.0 = Release|Any CPU
{C5A5123B-F975-417F-948C-EBAB197F5000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5A5123B-F975-417F-948C-EBAB197F5000}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5A5123B-F975-417F-948C-EBAB197F5000}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5A5123B-F975-417F-948C-EBAB197F5000}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BBDCC081-34D8-4CB3-AFB3-2B8C2B2CDFC0} = {454AD4A3-D1D1-43AC-B1E9-AA3BDE115E4D}
{6F057E84-10CD-45DE-8820-3D4B818C6EE3} = {454AD4A3-D1D1-43AC-B1E9-AA3BDE115E4D}
{C5A5123B-F975-417F-948C-EBAB197F5000} = {4609408A-2219-49AA-87F2-4A5D8B0B25F6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {905C22C0-46AA-4146-89DD-091CBFFAB75B}
EndGlobalSection
EndGlobal