-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxdmodeling.sln
40 lines (40 loc) · 2.04 KB
/
xdmodeling.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32630.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xdmodeling", "xdmodeling\xdmodeling.vcxproj", "{0A73A071-79A0-4646-BF5F-0DCA7B80BB56}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qtdisplay", "qtdisplay\qtdisplay.vcxproj", "{C0A53DA3-6EEC-4EDD-B48F-6B4CBC8E6898}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0A73A071-79A0-4646-BF5F-0DCA7B80BB56}.Debug|x64.ActiveCfg = Debug|x64
{0A73A071-79A0-4646-BF5F-0DCA7B80BB56}.Debug|x64.Build.0 = Debug|x64
{0A73A071-79A0-4646-BF5F-0DCA7B80BB56}.Debug|x86.ActiveCfg = Debug|Win32
{0A73A071-79A0-4646-BF5F-0DCA7B80BB56}.Debug|x86.Build.0 = Debug|Win32
{0A73A071-79A0-4646-BF5F-0DCA7B80BB56}.Release|x64.ActiveCfg = Release|x64
{0A73A071-79A0-4646-BF5F-0DCA7B80BB56}.Release|x64.Build.0 = Release|x64
{0A73A071-79A0-4646-BF5F-0DCA7B80BB56}.Release|x86.ActiveCfg = Release|Win32
{0A73A071-79A0-4646-BF5F-0DCA7B80BB56}.Release|x86.Build.0 = Release|Win32
{C0A53DA3-6EEC-4EDD-B48F-6B4CBC8E6898}.Debug|x64.ActiveCfg = Debug|x64
{C0A53DA3-6EEC-4EDD-B48F-6B4CBC8E6898}.Debug|x64.Build.0 = Debug|x64
{C0A53DA3-6EEC-4EDD-B48F-6B4CBC8E6898}.Debug|x86.ActiveCfg = Debug|x64
{C0A53DA3-6EEC-4EDD-B48F-6B4CBC8E6898}.Debug|x86.Build.0 = Debug|x64
{C0A53DA3-6EEC-4EDD-B48F-6B4CBC8E6898}.Release|x64.ActiveCfg = Release|x64
{C0A53DA3-6EEC-4EDD-B48F-6B4CBC8E6898}.Release|x64.Build.0 = Release|x64
{C0A53DA3-6EEC-4EDD-B48F-6B4CBC8E6898}.Release|x86.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CA76066D-8476-4702-8598-CCD224F05C37}
EndGlobalSection
EndGlobal