-
Notifications
You must be signed in to change notification settings - Fork 14
/
Masterplan.sln
32 lines (32 loc) · 1.38 KB
/
Masterplan.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Masterplan", "Masterplan\Masterplan.csproj", "{C1FE3BA8-4B4F-4494-AE1F-44FF56674BE6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E7FBE212-BD38-4797-9953-96B059010464}"
ProjectSection(SolutionItems) = preProject
Manual.docx = Manual.docx
Manual.pdf = Manual.pdf
README.md = README.md
EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{F7F557FC-1888-43F1-85DE-F7D4E81134E7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1FE3BA8-4B4F-4494-AE1F-44FF56674BE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1FE3BA8-4B4F-4494-AE1F-44FF56674BE6}.Release|Any CPU.Build.0 = Release|Any CPU
{F7F557FC-1888-43F1-85DE-F7D4E81134E7}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {308DB412-E3D1-4EA2-B373-87754C70E7B5}
EndGlobalSection
EndGlobal