-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConstructor.sln
More file actions
32 lines (32 loc) · 1.31 KB
/
Constructor.sln
File metadata and controls
32 lines (32 loc) · 1.31 KB
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.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Constructor", "Constructor\Constructor.csproj", "{F279A1F3-BB8D-4DF0-A0C2-A7B27484F2E3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0CFC39C4-70C9-44B2-94A9-DB5E58A9AC9E}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
DEMO.md = DEMO.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F279A1F3-BB8D-4DF0-A0C2-A7B27484F2E3}.Debug|x64.ActiveCfg = Debug|x64
{F279A1F3-BB8D-4DF0-A0C2-A7B27484F2E3}.Debug|x64.Build.0 = Debug|x64
{F279A1F3-BB8D-4DF0-A0C2-A7B27484F2E3}.Release|x64.ActiveCfg = Release|x64
{F279A1F3-BB8D-4DF0-A0C2-A7B27484F2E3}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57AD7152-F43A-411E-ACDA-CAF14F2D08F4}
EndGlobalSection
EndGlobal