-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRubick.sln
35 lines (34 loc) · 1.9 KB
/
Rubick.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2008
Project("{80B542B4-B69E-9698-7122-8E1648CF618D}") = "Rubick", "Assembly-CSharp.csproj", "{122454C3-67BE-5B43-8C5E-19307DF802A3}"
EndProject
Project("{80B542B4-B69E-9698-7122-8E1648CF618D}") = "Rubick", "Assembly-CSharp-Editor.csproj", "{FEC6F769-9105-3D75-6614-24E36BA3B551}"
EndProject
Project("{80B542B4-B69E-9698-7122-8E1648CF618D}") = "Rubick", "Assembly-UnityScript.unityproj", "{84D101B5-857C-C3AC-F58F-2F87017E0147}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{122454C3-67BE-5B43-8C5E-19307DF802A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{122454C3-67BE-5B43-8C5E-19307DF802A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{122454C3-67BE-5B43-8C5E-19307DF802A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{122454C3-67BE-5B43-8C5E-19307DF802A3}.Release|Any CPU.Build.0 = Release|Any CPU
{FEC6F769-9105-3D75-6614-24E36BA3B551}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEC6F769-9105-3D75-6614-24E36BA3B551}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEC6F769-9105-3D75-6614-24E36BA3B551}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEC6F769-9105-3D75-6614-24E36BA3B551}.Release|Any CPU.Build.0 = Release|Any CPU
{84D101B5-857C-C3AC-F58F-2F87017E0147}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84D101B5-857C-C3AC-F58F-2F87017E0147}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84D101B5-857C-C3AC-F58F-2F87017E0147}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84D101B5-857C-C3AC-F58F-2F87017E0147}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal