forked from HappyFaceIndustries/BetterTimeWarp
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathBetterTimeWarp.sln
45 lines (45 loc) · 2.14 KB
/
BetterTimeWarp.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
38
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BetterTimeWarp", "BetterTimeWarp\BetterTimeWarp.csproj", "{4B05E220-5E03-4B86-8896-B407D71F6A99}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EED9A79F-353B-4B90-82CC-5993F6309EB2}"
ProjectSection(SolutionItems) = preProject
BetterTimeWarp.version = BetterTimeWarp.version
buildRelease.bat = buildRelease.bat
Changelog.txt = Changelog.txt
deploy.bat = deploy.bat
disabledjenkins-173.txt = disabledjenkins-173.txt
jenkins.txt = jenkins.txt
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BetterTimeWarp-1.7.3", "BetterTimeWarp\BetterTimeWarp-1.7.3.csproj", "{62D14DDB-989F-4A68-B0E1-116205567669}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B05E220-5E03-4B86-8896-B407D71F6A99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B05E220-5E03-4B86-8896-B407D71F6A99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B05E220-5E03-4B86-8896-B407D71F6A99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B05E220-5E03-4B86-8896-B407D71F6A99}.Release|Any CPU.Build.0 = Release|Any CPU
{62D14DDB-989F-4A68-B0E1-116205567669}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62D14DDB-989F-4A68-B0E1-116205567669}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62D14DDB-989F-4A68-B0E1-116205567669}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62D14DDB-989F-4A68-B0E1-116205567669}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {810F748F-F815-46ED-896D-AE3FDB527D8B}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = BetterTimeWarp.csproj
EndGlobalSection
EndGlobal