forked from linuxgurugamer/EngineIgnitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEngineIgnitor.sln
37 lines (37 loc) · 1.51 KB
/
EngineIgnitor.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 15
VisualStudioVersion = 15.0.26730.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EngineIgnitor", "Source\EngineIgnitor.csproj", "{B67F852E-34BD-4B09-A891-E8D757FC1F20}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{9E81944B-5DFB-4FF2-B1E2-6520AF447F21}"
ProjectSection(SolutionItems) = preProject
buildRelease.bat = buildRelease.bat
ChangeLog.txt = ChangeLog.txt
deploy.bat = deploy.bat
EngineIgnitor.version = EngineIgnitor.version
jenkins.txt = jenkins.txt
LICENSE.txt = LICENSE.txt
README.md = README.md
TODO.txt = TODO.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B67F852E-34BD-4B09-A891-E8D757FC1F20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B67F852E-34BD-4B09-A891-E8D757FC1F20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B67F852E-34BD-4B09-A891-E8D757FC1F20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B67F852E-34BD-4B09-A891-E8D757FC1F20}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {773C5CE0-36B6-4BCA-9264-62B28A4F5A33}
EndGlobalSection
EndGlobal