-
Notifications
You must be signed in to change notification settings - Fork 5
/
ProteaseGuru.sln
43 lines (43 loc) · 2.28 KB
/
ProteaseGuru.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33712.159
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GUI", "GUI\GUI.csproj", "{2AB94619-9C3F-40A7-847A-F68CCBED5B1D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tasks", "Tasks\Tasks.csproj", "{74915ADC-C898-4396-AC13-68F4EFB882DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Engine", "Engine\Engine.csproj", "{0401D402-DD1F-4492-9871-A3A514081471}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{D21C3C88-E27A-47D2-9A93-CE156B46F566}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2AB94619-9C3F-40A7-847A-F68CCBED5B1D}.Debug|x64.ActiveCfg = Debug|x64
{2AB94619-9C3F-40A7-847A-F68CCBED5B1D}.Debug|x64.Build.0 = Debug|x64
{2AB94619-9C3F-40A7-847A-F68CCBED5B1D}.Release|x64.ActiveCfg = Release|x64
{2AB94619-9C3F-40A7-847A-F68CCBED5B1D}.Release|x64.Build.0 = Release|x64
{74915ADC-C898-4396-AC13-68F4EFB882DB}.Debug|x64.ActiveCfg = Debug|x64
{74915ADC-C898-4396-AC13-68F4EFB882DB}.Debug|x64.Build.0 = Debug|x64
{74915ADC-C898-4396-AC13-68F4EFB882DB}.Release|x64.ActiveCfg = Release|x64
{74915ADC-C898-4396-AC13-68F4EFB882DB}.Release|x64.Build.0 = Release|x64
{0401D402-DD1F-4492-9871-A3A514081471}.Debug|x64.ActiveCfg = Debug|x64
{0401D402-DD1F-4492-9871-A3A514081471}.Debug|x64.Build.0 = Debug|x64
{0401D402-DD1F-4492-9871-A3A514081471}.Release|x64.ActiveCfg = Release|x64
{0401D402-DD1F-4492-9871-A3A514081471}.Release|x64.Build.0 = Release|x64
{D21C3C88-E27A-47D2-9A93-CE156B46F566}.Debug|x64.ActiveCfg = Debug|x64
{D21C3C88-E27A-47D2-9A93-CE156B46F566}.Debug|x64.Build.0 = Debug|x64
{D21C3C88-E27A-47D2-9A93-CE156B46F566}.Release|x64.ActiveCfg = Release|x64
{D21C3C88-E27A-47D2-9A93-CE156B46F566}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D7FBC4C7-4511-4D2D-BB3F-D5AE10EE5589}
EndGlobalSection
EndGlobal