-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimZapper.sln
36 lines (36 loc) · 1.83 KB
/
SimZapper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimCore", "SimCore\SimCore.vcxproj", "{AC944C7F-62F1-4E96-9B0E-8EB9B6F6D50E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimApp", "SimApp\SimApp.vcxproj", "{B12702AD-ABFB-343A-A199-8E24837244A3}"
ProjectSection(ProjectDependencies) = postProject
{AC944C7F-62F1-4E96-9B0E-8EB9B6F6D50E} = {AC944C7F-62F1-4E96-9B0E-8EB9B6F6D50E}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AC944C7F-62F1-4E96-9B0E-8EB9B6F6D50E}.Debug|Win32.ActiveCfg = Debug|Win32
{AC944C7F-62F1-4E96-9B0E-8EB9B6F6D50E}.Debug|Win32.Build.0 = Debug|Win32
{AC944C7F-62F1-4E96-9B0E-8EB9B6F6D50E}.Release|Win32.ActiveCfg = Release|Win32
{AC944C7F-62F1-4E96-9B0E-8EB9B6F6D50E}.Release|Win32.Build.0 = Release|Win32
{735948E4-D9C8-469D-B49C-988ABA06BF66}.Debug|Win32.ActiveCfg = Debug|Win32
{735948E4-D9C8-469D-B49C-988ABA06BF66}.Debug|Win32.Build.0 = Debug|Win32
{735948E4-D9C8-469D-B49C-988ABA06BF66}.Release|Win32.ActiveCfg = Release|Win32
{735948E4-D9C8-469D-B49C-988ABA06BF66}.Release|Win32.Build.0 = Release|Win32
{B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|Win32.ActiveCfg = Debug|Win32
{B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|Win32.Build.0 = Debug|Win32
{B12702AD-ABFB-343A-A199-8E24837244A3}.Release|Win32.ActiveCfg = Release|Win32
{B12702AD-ABFB-343A-A199-8E24837244A3}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
Qt5Version = qtbase
EndGlobalSection
EndGlobal