forked from simulationcraft/simc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsimc11.sln
43 lines (43 loc) · 2.48 KB
/
simc11.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 Express 2012 for Windows Desktop
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simc", "simc11.vcxproj", "{D963926C-4A85-4600-8626-51FA12FDF5C1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sc_rng", "vs\sc_rng.vcxproj", "{4C7D8805-E08F-4198-A469-3245DEBBA6EB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simcqt", "simcqt.vcxproj", "{8B5B7EB0-9B3B-3682-B018-64769C525784}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D963926C-4A85-4600-8626-51FA12FDF5C1}.Debug|Win32.ActiveCfg = Debug|Win32
{D963926C-4A85-4600-8626-51FA12FDF5C1}.Debug|Win32.Build.0 = Debug|Win32
{D963926C-4A85-4600-8626-51FA12FDF5C1}.Debug|x64.ActiveCfg = Debug|x64
{D963926C-4A85-4600-8626-51FA12FDF5C1}.Debug|x64.Build.0 = Debug|x64
{D963926C-4A85-4600-8626-51FA12FDF5C1}.Release|Win32.ActiveCfg = Release|Win32
{D963926C-4A85-4600-8626-51FA12FDF5C1}.Release|Win32.Build.0 = Release|Win32
{D963926C-4A85-4600-8626-51FA12FDF5C1}.Release|x64.ActiveCfg = Release|x64
{D963926C-4A85-4600-8626-51FA12FDF5C1}.Release|x64.Build.0 = Release|x64
{4C7D8805-E08F-4198-A469-3245DEBBA6EB}.Debug|Win32.ActiveCfg = Debug|Win32
{4C7D8805-E08F-4198-A469-3245DEBBA6EB}.Debug|Win32.Build.0 = Debug|Win32
{4C7D8805-E08F-4198-A469-3245DEBBA6EB}.Debug|x64.ActiveCfg = Debug|x64
{4C7D8805-E08F-4198-A469-3245DEBBA6EB}.Debug|x64.Build.0 = Debug|x64
{4C7D8805-E08F-4198-A469-3245DEBBA6EB}.Release|Win32.ActiveCfg = Release|Win32
{4C7D8805-E08F-4198-A469-3245DEBBA6EB}.Release|x64.ActiveCfg = Release|x64
{8B5B7EB0-9B3B-3682-B018-64769C525784}.Debug|Win32.ActiveCfg = Debug|Win32
{8B5B7EB0-9B3B-3682-B018-64769C525784}.Debug|Win32.Build.0 = Debug|Win32
{8B5B7EB0-9B3B-3682-B018-64769C525784}.Debug|x64.ActiveCfg = Debug|Win32
{8B5B7EB0-9B3B-3682-B018-64769C525784}.Release|Win32.ActiveCfg = Release|Win32
{8B5B7EB0-9B3B-3682-B018-64769C525784}.Release|Win32.Build.0 = Release|Win32
{8B5B7EB0-9B3B-3682-B018-64769C525784}.Release|x64.ActiveCfg = Release|Win32
{8B5B7EB0-9B3B-3682-B018-64769C525784}.Release|x64.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal