-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMoConTool.sln
More file actions
45 lines (45 loc) · 2.23 KB
/
MoConTool.sln
File metadata and controls
45 lines (45 loc) · 2.23 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
33
34
35
36
37
38
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.30319.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MoConTool", "MoConTool\MoConTool.csproj", "{662EFC2D-C55D-4DB1-888B-C6458482A3CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{B0F69AA0-7D5E-4696-967D-340269D5937F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.version = .version
build.bat = build.bat
gnt.bat = gnt.bat
tools\hMSBuild.bat = tools\hMSBuild.bat
License.txt = License.txt
packages.config = packages.config
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MoConToolTest", "MoConToolTest\MoConToolTest.csproj", "{C13650EB-3A80-46BD-AB3F-330217B58055}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
PublicRelease|Any CPU = PublicRelease|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{662EFC2D-C55D-4DB1-888B-C6458482A3CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{662EFC2D-C55D-4DB1-888B-C6458482A3CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{662EFC2D-C55D-4DB1-888B-C6458482A3CB}.PublicRelease|Any CPU.ActiveCfg = PublicRelease|Any CPU
{662EFC2D-C55D-4DB1-888B-C6458482A3CB}.PublicRelease|Any CPU.Build.0 = PublicRelease|Any CPU
{662EFC2D-C55D-4DB1-888B-C6458482A3CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{662EFC2D-C55D-4DB1-888B-C6458482A3CB}.Release|Any CPU.Build.0 = Release|Any CPU
{C13650EB-3A80-46BD-AB3F-330217B58055}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C13650EB-3A80-46BD-AB3F-330217B58055}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C13650EB-3A80-46BD-AB3F-330217B58055}.PublicRelease|Any CPU.ActiveCfg = Release|Any CPU
{C13650EB-3A80-46BD-AB3F-330217B58055}.PublicRelease|Any CPU.Build.0 = Release|Any CPU
{C13650EB-3A80-46BD-AB3F-330217B58055}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C13650EB-3A80-46BD-AB3F-330217B58055}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal