-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConfuserStart.sln
57 lines (55 loc) · 2.83 KB
/
ConfuserStart.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2008
Project("{A5A95BCA-A123-E167-DC91-88A0D1303A93}") = "ConfuserStart", "Assembly-CSharp-firstpass.csproj", "{947F7B20-60D5-417C-FC7E-8CC39CA4EC0F}"
EndProject
Project("{A5A95BCA-A123-E167-DC91-88A0D1303A93}") = "ConfuserStart", "Assembly-CSharp.csproj", "{C0CF5E63-EC80-D887-133C-DD510BA672CC}"
EndProject
Project("{A5A95BCA-A123-E167-DC91-88A0D1303A93}") = "ConfuserStart", "Assembly-UnityScript-firstpass.unityproj", "{86076CC4-7FA0-236F-2602-EE500A0A642D}"
EndProject
Project("{A5A95BCA-A123-E167-DC91-88A0D1303A93}") = "ConfuserStart", "Assembly-UnityScript.unityproj", "{04B8182E-BB99-2AA0-6EFD-5820649EAB62}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{947F7B20-60D5-417C-FC7E-8CC39CA4EC0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{947F7B20-60D5-417C-FC7E-8CC39CA4EC0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{947F7B20-60D5-417C-FC7E-8CC39CA4EC0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{947F7B20-60D5-417C-FC7E-8CC39CA4EC0F}.Release|Any CPU.Build.0 = Release|Any CPU
{C0CF5E63-EC80-D887-133C-DD510BA672CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0CF5E63-EC80-D887-133C-DD510BA672CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0CF5E63-EC80-D887-133C-DD510BA672CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0CF5E63-EC80-D887-133C-DD510BA672CC}.Release|Any CPU.Build.0 = Release|Any CPU
{86076CC4-7FA0-236F-2602-EE500A0A642D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86076CC4-7FA0-236F-2602-EE500A0A642D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86076CC4-7FA0-236F-2602-EE500A0A642D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86076CC4-7FA0-236F-2602-EE500A0A642D}.Release|Any CPU.Build.0 = Release|Any CPU
{04B8182E-BB99-2AA0-6EFD-5820649EAB62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04B8182E-BB99-2AA0-6EFD-5820649EAB62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04B8182E-BB99-2AA0-6EFD-5820649EAB62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04B8182E-BB99-2AA0-6EFD-5820649EAB62}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$0.TextStylePolicy = $3
$3.FileWidth = 120
$3.TabWidth = 4
$3.EolMarker = Unix
$3.inheritsSet = Mono
$3.inheritsScope = text/plain
$3.scope = text/plain
EndGlobalSection
EndGlobal