-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathTameMyCerts.sln
50 lines (50 loc) · 2.98 KB
/
TameMyCerts.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TameMyCerts", "TameMyCerts\TameMyCerts.csproj", "{BB35A67E-8E22-48C3-B3F8-E852161ACB59}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TameMyCerts.Tests", "TameMyCerts.Tests\TameMyCerts.Tests.csproj", "{98F86AA9-4B95-4300-9A23-512C620D075C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Support.GenerateETWManifest", "Support.GenerateETWManifest\Support.GenerateETWManifest.csproj", "{6ED9736E-8C10-44A3-B80E-5FE83F2FE632}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB35A67E-8E22-48C3-B3F8-E852161ACB59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB35A67E-8E22-48C3-B3F8-E852161ACB59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB35A67E-8E22-48C3-B3F8-E852161ACB59}.Debug|x64.ActiveCfg = Debug|Any CPU
{BB35A67E-8E22-48C3-B3F8-E852161ACB59}.Debug|x64.Build.0 = Debug|Any CPU
{BB35A67E-8E22-48C3-B3F8-E852161ACB59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB35A67E-8E22-48C3-B3F8-E852161ACB59}.Release|Any CPU.Build.0 = Release|Any CPU
{BB35A67E-8E22-48C3-B3F8-E852161ACB59}.Release|x64.ActiveCfg = Release|Any CPU
{BB35A67E-8E22-48C3-B3F8-E852161ACB59}.Release|x64.Build.0 = Release|Any CPU
{98F86AA9-4B95-4300-9A23-512C620D075C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98F86AA9-4B95-4300-9A23-512C620D075C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98F86AA9-4B95-4300-9A23-512C620D075C}.Debug|x64.ActiveCfg = Debug|Any CPU
{98F86AA9-4B95-4300-9A23-512C620D075C}.Debug|x64.Build.0 = Debug|Any CPU
{98F86AA9-4B95-4300-9A23-512C620D075C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98F86AA9-4B95-4300-9A23-512C620D075C}.Release|x64.ActiveCfg = Release|Any CPU
{98F86AA9-4B95-4300-9A23-512C620D075C}.Release|x64.Build.0 = Release|Any CPU
{6ED9736E-8C10-44A3-B80E-5FE83F2FE632}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6ED9736E-8C10-44A3-B80E-5FE83F2FE632}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6ED9736E-8C10-44A3-B80E-5FE83F2FE632}.Debug|x64.ActiveCfg = Debug|Any CPU
{6ED9736E-8C10-44A3-B80E-5FE83F2FE632}.Debug|x64.Build.0 = Debug|Any CPU
{6ED9736E-8C10-44A3-B80E-5FE83F2FE632}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6ED9736E-8C10-44A3-B80E-5FE83F2FE632}.Release|Any CPU.Build.0 = Release|Any CPU
{6ED9736E-8C10-44A3-B80E-5FE83F2FE632}.Release|x64.ActiveCfg = Release|Any CPU
{6ED9736E-8C10-44A3-B80E-5FE83F2FE632}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C6578E6F-8862-4B9D-ADB5-D68C3B5E100D}
EndGlobalSection
EndGlobal