This repository has been archived by the owner on Jun 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
StrongNameVerification.sln
34 lines (34 loc) · 1.93 KB
/
StrongNameVerification.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StrongNameVerification", "StrongNameVerification\StrongNameVerification.csproj", "{153A852F-A862-4E16-B70B-171FF6CE95D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{81664D9F-1581-424B-BBFD-3EBB7E8D82A3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HackStrongNamedDll", "HackStrongNamedDll\HackStrongNamedDll.csproj", "{1A692931-9A73-413A-86C8-F25DC54773DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{153A852F-A862-4E16-B70B-171FF6CE95D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{153A852F-A862-4E16-B70B-171FF6CE95D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{153A852F-A862-4E16-B70B-171FF6CE95D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{153A852F-A862-4E16-B70B-171FF6CE95D4}.Release|Any CPU.Build.0 = Release|Any CPU
{81664D9F-1581-424B-BBFD-3EBB7E8D82A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81664D9F-1581-424B-BBFD-3EBB7E8D82A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81664D9F-1581-424B-BBFD-3EBB7E8D82A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81664D9F-1581-424B-BBFD-3EBB7E8D82A3}.Release|Any CPU.Build.0 = Release|Any CPU
{1A692931-9A73-413A-86C8-F25DC54773DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A692931-9A73-413A-86C8-F25DC54773DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A692931-9A73-413A-86C8-F25DC54773DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A692931-9A73-413A-86C8-F25DC54773DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal