-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTimeSpeed.sln
40 lines (40 loc) · 1.95 KB
/
TimeSpeed.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeSpeed", "TimeSpeed\TimeSpeed.csproj", "{D752390A-72C3-4702-9FD2-9972112B92C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E2D8499D-DC2F-42DC-8F3C-3E869A68D2F7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Readme.md = Readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Linux-Debug|x86 = Linux-Debug|x86
Linux-Release|x86 = Linux-Release|x86
Mac-Debug|x86 = Mac-Debug|x86
Mac-Release|x86 = Mac-Release|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D752390A-72C3-4702-9FD2-9972112B92C4}.Debug|x86.ActiveCfg = Debug|Any CPU
{D752390A-72C3-4702-9FD2-9972112B92C4}.Debug|x86.Build.0 = Debug|Any CPU
{D752390A-72C3-4702-9FD2-9972112B92C4}.Linux-Debug|x86.ActiveCfg = Debug|Any CPU
{D752390A-72C3-4702-9FD2-9972112B92C4}.Linux-Debug|x86.Build.0 = Debug|Any CPU
{D752390A-72C3-4702-9FD2-9972112B92C4}.Linux-Release|x86.ActiveCfg = Release|Any CPU
{D752390A-72C3-4702-9FD2-9972112B92C4}.Linux-Release|x86.Build.0 = Release|Any CPU
{D752390A-72C3-4702-9FD2-9972112B92C4}.Mac-Debug|x86.ActiveCfg = Debug|Any CPU
{D752390A-72C3-4702-9FD2-9972112B92C4}.Mac-Debug|x86.Build.0 = Debug|Any CPU
{D752390A-72C3-4702-9FD2-9972112B92C4}.Mac-Release|x86.ActiveCfg = Release|Any CPU
{D752390A-72C3-4702-9FD2-9972112B92C4}.Mac-Release|x86.Build.0 = Release|Any CPU
{D752390A-72C3-4702-9FD2-9972112B92C4}.Release|x86.ActiveCfg = Release|Any CPU
{D752390A-72C3-4702-9FD2-9972112B92C4}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal