-
Notifications
You must be signed in to change notification settings - Fork 7
/
CompileTimeObfuscator.sln
37 lines (37 loc) · 2.15 KB
/
CompileTimeObfuscator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompileTimeObfuscator.Sample", "CompileTimeObfuscator.Sample\CompileTimeObfuscator.Sample.csproj", "{BD52542B-9A09-4953-9A69-E9BD6546AB66}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompileTimeObfuscator", "CompileTimeObfuscator\CompileTimeObfuscator.csproj", "{781459D3-C05E-4416-9F9C-4CC54D16A29C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompileTimeObfuscator.Tests", "CompileTimeObfuscator.Tests\CompileTimeObfuscator.Tests.csproj", "{49AF24F7-E1C9-4D3B-96D4-5D9E4AEF3651}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD52542B-9A09-4953-9A69-E9BD6546AB66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD52542B-9A09-4953-9A69-E9BD6546AB66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD52542B-9A09-4953-9A69-E9BD6546AB66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD52542B-9A09-4953-9A69-E9BD6546AB66}.Release|Any CPU.Build.0 = Release|Any CPU
{781459D3-C05E-4416-9F9C-4CC54D16A29C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{781459D3-C05E-4416-9F9C-4CC54D16A29C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{781459D3-C05E-4416-9F9C-4CC54D16A29C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{781459D3-C05E-4416-9F9C-4CC54D16A29C}.Release|Any CPU.Build.0 = Release|Any CPU
{49AF24F7-E1C9-4D3B-96D4-5D9E4AEF3651}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49AF24F7-E1C9-4D3B-96D4-5D9E4AEF3651}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49AF24F7-E1C9-4D3B-96D4-5D9E4AEF3651}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49AF24F7-E1C9-4D3B-96D4-5D9E4AEF3651}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB05B454-D2CA-4746-8042-990D277FBC7D}
EndGlobalSection
EndGlobal