-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSignatureProfiler.sln
61 lines (61 loc) · 3.48 KB
/
SignatureProfiler.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 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExampleSimpleApp", "ExampleApp01\ExampleApp01.vcxproj", "{94EB069E-E921-4A87-9FEE-8FAB7586D045}"
ProjectSection(ProjectDependencies) = postProject
{2F55FE9D-93F5-4747-AD24-520D5C764228} = {2F55FE9D-93F5-4747-AD24-520D5C764228}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProfilerLib", "ProfilerLib\ProfilerLib.vcxproj", "{2F55FE9D-93F5-4747-AD24-520D5C764228}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExampleAppWithUI", "ExampleAppWithUI\ExampleAppWithUI.vcxproj", "{33E6C9FF-A1E8-43D6-A9B1-275811407BBD}"
ProjectSection(ProjectDependencies) = postProject
{2F55FE9D-93F5-4747-AD24-520D5C764228} = {2F55FE9D-93F5-4747-AD24-520D5C764228}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExampleMultiThreadedApp", "ExampleMultiThreadedApp\ExampleMultiThreadedApp.vcxproj", "{D67287A5-0A14-4EDD-AF2F-2BFE74CC5D32}"
ProjectSection(ProjectDependencies) = postProject
{2F55FE9D-93F5-4747-AD24-520D5C764228} = {2F55FE9D-93F5-4747-AD24-520D5C764228}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Profile|x64 = Profile|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94EB069E-E921-4A87-9FEE-8FAB7586D045}.Debug|x64.ActiveCfg = Debug|x64
{94EB069E-E921-4A87-9FEE-8FAB7586D045}.Debug|x64.Build.0 = Debug|x64
{94EB069E-E921-4A87-9FEE-8FAB7586D045}.Profile|x64.ActiveCfg = Profile|x64
{94EB069E-E921-4A87-9FEE-8FAB7586D045}.Profile|x64.Build.0 = Profile|x64
{94EB069E-E921-4A87-9FEE-8FAB7586D045}.Release|x64.ActiveCfg = Release|x64
{94EB069E-E921-4A87-9FEE-8FAB7586D045}.Release|x64.Build.0 = Release|x64
{2F55FE9D-93F5-4747-AD24-520D5C764228}.Debug|x64.ActiveCfg = Debug|x64
{2F55FE9D-93F5-4747-AD24-520D5C764228}.Debug|x64.Build.0 = Debug|x64
{2F55FE9D-93F5-4747-AD24-520D5C764228}.Profile|x64.ActiveCfg = Profile|x64
{2F55FE9D-93F5-4747-AD24-520D5C764228}.Profile|x64.Build.0 = Profile|x64
{2F55FE9D-93F5-4747-AD24-520D5C764228}.Release|x64.ActiveCfg = Release|x64
{2F55FE9D-93F5-4747-AD24-520D5C764228}.Release|x64.Build.0 = Release|x64
{33E6C9FF-A1E8-43D6-A9B1-275811407BBD}.Debug|x64.ActiveCfg = Debug|x64
{33E6C9FF-A1E8-43D6-A9B1-275811407BBD}.Debug|x64.Build.0 = Debug|x64
{33E6C9FF-A1E8-43D6-A9B1-275811407BBD}.Profile|x64.ActiveCfg = Profile|x64
{33E6C9FF-A1E8-43D6-A9B1-275811407BBD}.Profile|x64.Build.0 = Profile|x64
{33E6C9FF-A1E8-43D6-A9B1-275811407BBD}.Release|x64.ActiveCfg = Release|x64
{33E6C9FF-A1E8-43D6-A9B1-275811407BBD}.Release|x64.Build.0 = Release|x64
{D67287A5-0A14-4EDD-AF2F-2BFE74CC5D32}.Debug|x64.ActiveCfg = Debug|x64
{D67287A5-0A14-4EDD-AF2F-2BFE74CC5D32}.Debug|x64.Build.0 = Debug|x64
{D67287A5-0A14-4EDD-AF2F-2BFE74CC5D32}.Profile|x64.ActiveCfg = Profile|x64
{D67287A5-0A14-4EDD-AF2F-2BFE74CC5D32}.Profile|x64.Build.0 = Profile|x64
{D67287A5-0A14-4EDD-AF2F-2BFE74CC5D32}.Release|x64.ActiveCfg = Release|x64
{D67287A5-0A14-4EDD-AF2F-2BFE74CC5D32}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CC7426A6-8D65-4F51-B887-55E6E649317C}
EndGlobalSection
EndGlobal