-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVCModel.sln
61 lines (61 loc) · 3.48 KB
/
VCModel.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VCModel", "VCModel.vcxproj", "{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Debug-EXE|x64 = Debug-EXE|x64
Debug-EXE|x86 = Debug-EXE|x86
Debug-StaticLib|x64 = Debug-StaticLib|x64
Debug-StaticLib|x86 = Debug-StaticLib|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
Release-DLL|x64 = Release-DLL|x64
Release-DLL|x86 = Release-DLL|x86
Release-EXE|x64 = Release-EXE|x64
Release-EXE|x86 = Release-EXE|x86
Release-StaticLib|x64 = Release-StaticLib|x64
Release-StaticLib|x86 = Release-StaticLib|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Debug|x64.ActiveCfg = Debug|x64
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Debug|x64.Build.0 = Debug|x64
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Debug|x86.ActiveCfg = Debug|Win32
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Debug|x86.Build.0 = Debug|Win32
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Debug-EXE|x64.ActiveCfg = Debug-EXE|x64
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Debug-EXE|x64.Build.0 = Debug-EXE|x64
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Debug-EXE|x86.ActiveCfg = Debug-EXE|Win32
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Debug-EXE|x86.Build.0 = Debug-EXE|Win32
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Debug-StaticLib|x64.ActiveCfg = Debug-StaticLib|x64
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Debug-StaticLib|x64.Build.0 = Debug-StaticLib|x64
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Debug-StaticLib|x86.ActiveCfg = Debug-StaticLib|Win32
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Debug-StaticLib|x86.Build.0 = Debug-StaticLib|Win32
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Release|x64.ActiveCfg = Release|x64
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Release|x64.Build.0 = Release|x64
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Release|x86.ActiveCfg = Release|Win32
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Release|x86.Build.0 = Release|Win32
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Release-DLL|x64.ActiveCfg = Release-DLL|x64
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Release-DLL|x64.Build.0 = Release-DLL|x64
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Release-DLL|x86.ActiveCfg = Release-DLL|Win32
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Release-DLL|x86.Build.0 = Release-DLL|Win32
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Release-EXE|x64.ActiveCfg = Release-EXE|x64
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Release-EXE|x64.Build.0 = Release-EXE|x64
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Release-EXE|x86.ActiveCfg = Release-EXE|Win32
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Release-EXE|x86.Build.0 = Release-EXE|Win32
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Release-StaticLib|x64.ActiveCfg = Release-StaticLib|x64
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Release-StaticLib|x64.Build.0 = Release-StaticLib|x64
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Release-StaticLib|x86.ActiveCfg = Release-StaticLib|Win32
{2E893CBF-6E85-4D21-9332-E7BBC41DB7E1}.Release-StaticLib|x86.Build.0 = Release-StaticLib|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {70C7AF2F-4503-44EA-83DC-DB0DDC494A2E}
EndGlobalSection
EndGlobal