-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDacview.sln
77 lines (77 loc) · 3.3 KB
/
Dacview.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dacview", "Dacview.vcxproj", "{4EE2A70C-63CE-47A8-A6F1-1F9AEBE4D571}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTest", "DACView\UnitTest\UnitTest.vcxproj", "{B59E4FFF-9041-490E-96BF-E492C1DD7C23}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{744C21C0-8EE2-4077-A043-9EF66434BD50}"
ProjectSection(SolutionItems) = preProject
Performance1.psess = Performance1.psess
EndProjectSection
EndProject
Global
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4EE2A70C-63CE-47A8-A6F1-1F9AEBE4D571}.Debug|x64.ActiveCfg = Debug|x64
{4EE2A70C-63CE-47A8-A6F1-1F9AEBE4D571}.Debug|x64.Build.0 = Debug|x64
{4EE2A70C-63CE-47A8-A6F1-1F9AEBE4D571}.Debug|x64.Deploy.0 = Debug|x64
{4EE2A70C-63CE-47A8-A6F1-1F9AEBE4D571}.Debug|x86.ActiveCfg = Debug|Win32
{4EE2A70C-63CE-47A8-A6F1-1F9AEBE4D571}.Debug|x86.Build.0 = Debug|Win32
{4EE2A70C-63CE-47A8-A6F1-1F9AEBE4D571}.Release|x64.ActiveCfg = Debug|x64
{4EE2A70C-63CE-47A8-A6F1-1F9AEBE4D571}.Release|x64.Build.0 = Debug|x64
{4EE2A70C-63CE-47A8-A6F1-1F9AEBE4D571}.Release|x86.ActiveCfg = Release|Win32
{4EE2A70C-63CE-47A8-A6F1-1F9AEBE4D571}.Release|x86.Build.0 = Release|Win32
{B59E4FFF-9041-490E-96BF-E492C1DD7C23}.Debug|x64.ActiveCfg = Debug|x64
{B59E4FFF-9041-490E-96BF-E492C1DD7C23}.Debug|x64.Build.0 = Debug|x64
{B59E4FFF-9041-490E-96BF-E492C1DD7C23}.Debug|x86.ActiveCfg = Debug|Win32
{B59E4FFF-9041-490E-96BF-E492C1DD7C23}.Debug|x86.Build.0 = Debug|Win32
{B59E4FFF-9041-490E-96BF-E492C1DD7C23}.Release|x64.ActiveCfg = Debug|x64
{B59E4FFF-9041-490E-96BF-E492C1DD7C23}.Release|x64.Build.0 = Debug|x64
{B59E4FFF-9041-490E-96BF-E492C1DD7C23}.Release|x86.ActiveCfg = Release|Win32
{B59E4FFF-9041-490E-96BF-E492C1DD7C23}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BE77A02C-322E-43F5-B96B-85A1C553EF24}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal