-
Notifications
You must be signed in to change notification settings - Fork 0
/
Jmpr.sln
58 lines (56 loc) · 2.82 KB
/
Jmpr.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2008
Project("{E6BD737D-6F6B-0D93-9C75-C4A6C6507A2B}") = "Jmpr", "Assembly-CSharp-firstpass.csproj", "{D49FB78A-5895-016A-D032-39DF53D5582B}"
EndProject
Project("{E6BD737D-6F6B-0D93-9C75-C4A6C6507A2B}") = "Jmpr", "Assembly-CSharp.csproj", "{802849B5-A098-C96F-0698-0A8A9742BD97}"
EndProject
Project("{E6BD737D-6F6B-0D93-9C75-C4A6C6507A2B}") = "Jmpr", "Assembly-CSharp-Editor.csproj", "{F244EFED-2594-C636-4DE4-8F290C02276D}"
EndProject
Project("{E6BD737D-6F6B-0D93-9C75-C4A6C6507A2B}") = "Jmpr", "Assembly-UnityScript-firstpass.unityproj", "{1DCAD6EB-7015-3BF0-8060-69C1FF67A36E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D49FB78A-5895-016A-D032-39DF53D5582B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D49FB78A-5895-016A-D032-39DF53D5582B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D49FB78A-5895-016A-D032-39DF53D5582B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D49FB78A-5895-016A-D032-39DF53D5582B}.Release|Any CPU.Build.0 = Release|Any CPU
{802849B5-A098-C96F-0698-0A8A9742BD97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{802849B5-A098-C96F-0698-0A8A9742BD97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{802849B5-A098-C96F-0698-0A8A9742BD97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{802849B5-A098-C96F-0698-0A8A9742BD97}.Release|Any CPU.Build.0 = Release|Any CPU
{F244EFED-2594-C636-4DE4-8F290C02276D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F244EFED-2594-C636-4DE4-8F290C02276D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F244EFED-2594-C636-4DE4-8F290C02276D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F244EFED-2594-C636-4DE4-8F290C02276D}.Release|Any CPU.Build.0 = Release|Any CPU
{1DCAD6EB-7015-3BF0-8060-69C1FF67A36E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DCAD6EB-7015-3BF0-8060-69C1FF67A36E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DCAD6EB-7015-3BF0-8060-69C1FF67A36E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DCAD6EB-7015-3BF0-8060-69C1FF67A36E}.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.IndentWidth = 4
$3.EolMarker = Unix
$3.inheritsSet = Mono
$3.inheritsScope = text/plain
$3.scope = text/plain
EndGlobalSection
EndGlobal