-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhMSBuild.sln
33 lines (33 loc) · 1.21 KB
/
hMSBuild.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34408.163
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "hMSBuild", "hMSBuild", "{07A13D96-67EE-4F3B-8C5C-848FD2A3B1E7}"
ProjectSection(SolutionItems) = preProject
.version = .version
build.bat = build.bat
changelog.txt = changelog.txt
frontend.bat = frontend.bat
tests.bat = tests.bat
vsSolutionBuildEvent.bat = vsSolutionBuildEvent.bat
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0969DEC4-0832-4110-AB49-A4BE30677862}"
ProjectSection(SolutionItems) = preProject
tests\diffversions.bat = tests\diffversions.bat
tests\vswas.bat = tests\vswas.bat
tests\_run.bat = tests\_run.bat
EndProjectSection
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0969DEC4-0832-4110-AB49-A4BE30677862} = {07A13D96-67EE-4F3B-8C5C-848FD2A3B1E7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {33DC928C-0601-4A0D-82B9-122956C3725E}
EndGlobalSection
EndGlobal