forked from simulationcraft/simc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
simc_vs2017.sln
37 lines (37 loc) · 2.08 KB
/
simc_vs2017.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 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimcGUI_qt5.9.1", "vs\simcqt_vs2017.vcxproj", "{A4EECBB3-65A3-40BD-AD41-ED02BF5A3A97}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simc", "vs\simc_vs2017.vcxproj", "{D963926C-4A85-4600-8626-51FA12FDF5C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug-WebEngine|x64 = Debug-WebEngine|x64
WebEngine|x64 = WebEngine|x64
WebEngine-NoNetworking|x64 = WebEngine-NoNetworking|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4EECBB3-65A3-40BD-AD41-ED02BF5A3A97}.Debug-WebEngine|x64.ActiveCfg = Debug-WebEngine|x64
{A4EECBB3-65A3-40BD-AD41-ED02BF5A3A97}.Debug-WebEngine|x64.Build.0 = Debug-WebEngine|x64
{A4EECBB3-65A3-40BD-AD41-ED02BF5A3A97}.WebEngine|x64.ActiveCfg = WebEngine|x64
{A4EECBB3-65A3-40BD-AD41-ED02BF5A3A97}.WebEngine|x64.Build.0 = WebEngine|x64
{A4EECBB3-65A3-40BD-AD41-ED02BF5A3A97}.WebEngine-NoNetworking|x64.ActiveCfg = WebEngine-NoNetworking|x64
{A4EECBB3-65A3-40BD-AD41-ED02BF5A3A97}.WebEngine-NoNetworking|x64.Build.0 = WebEngine-NoNetworking|x64
{D963926C-4A85-4600-8626-51FA12FDF5C1}.Debug-WebEngine|x64.ActiveCfg = Debug-WebEngine|x64
{D963926C-4A85-4600-8626-51FA12FDF5C1}.Debug-WebEngine|x64.Build.0 = Debug-WebEngine|x64
{D963926C-4A85-4600-8626-51FA12FDF5C1}.WebEngine|x64.ActiveCfg = WebEngine|x64
{D963926C-4A85-4600-8626-51FA12FDF5C1}.WebEngine|x64.Build.0 = WebEngine|x64
{D963926C-4A85-4600-8626-51FA12FDF5C1}.WebEngine-NoNetworking|x64.ActiveCfg = WebEngine-NoNetworking|x64
{D963926C-4A85-4600-8626-51FA12FDF5C1}.WebEngine-NoNetworking|x64.Build.0 = WebEngine-NoNetworking|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
Qt5Version = $(DefaultQtVersion)
SolutionGuid = {DF28067B-715F-4BBD-A6AF-0F4DEA75718A}
EndGlobalSection
EndGlobal