-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbootnext.sln
37 lines (37 loc) · 1.72 KB
/
bootnext.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29123.88
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bootnext", "bootnext\bootnext.csproj", "{D797AC93-21B1-45D9-AA94-F1B368034E9B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7655795D-F353-4C2B-997B-3BF55BA355C3}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
README.md = README.md
EndProjectSection
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "installer", "installer\installer.wixproj", "{6E7427D7-F02F-4395-A515-660378CE04F4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D797AC93-21B1-45D9-AA94-F1B368034E9B}.Debug|x64.ActiveCfg = Debug|x64
{D797AC93-21B1-45D9-AA94-F1B368034E9B}.Debug|x64.Build.0 = Debug|x64
{D797AC93-21B1-45D9-AA94-F1B368034E9B}.Release|x64.ActiveCfg = Release|x64
{D797AC93-21B1-45D9-AA94-F1B368034E9B}.Release|x64.Build.0 = Release|x64
{6E7427D7-F02F-4395-A515-660378CE04F4}.Debug|x64.ActiveCfg = Debug|x64
{6E7427D7-F02F-4395-A515-660378CE04F4}.Debug|x64.Build.0 = Debug|x64
{6E7427D7-F02F-4395-A515-660378CE04F4}.Release|x64.ActiveCfg = Release|x64
{6E7427D7-F02F-4395-A515-660378CE04F4}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9CF49F59-D97F-4FDD-ACED-EFA3A48E7FB9}
EndGlobalSection
EndGlobal