forked from linuxgurugamer/L-Tech
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LtScience.sln
37 lines (37 loc) · 1.5 KB
/
LtScience.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.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LtScience", "LtScience\LtScience.csproj", "{5EE7955D-25F4-4B59-B913-F743B6936207}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B9A8F01D-BCA2-4A4F-9D43-0DA03634DA01}"
ProjectSection(SolutionItems) = preProject
buildRelease.bat = buildRelease.bat
ChangeLog.txt = ChangeLog.txt
deploy.bat = deploy.bat
jenkins.txt = jenkins.txt
LICENSE.txt = LICENSE.txt
LTech.version = LTech.version
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
{5EE7955D-25F4-4B59-B913-F743B6936207}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EE7955D-25F4-4B59-B913-F743B6936207}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EE7955D-25F4-4B59-B913-F743B6936207}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EE7955D-25F4-4B59-B913-F743B6936207}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E33E4A0-615C-48A3-AE01-E0BA9D2C3CAC}
EndGlobalSection
EndGlobal