-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnityVS.Arbie.sln
26 lines (26 loc) · 1.38 KB
/
UnityVS.Arbie.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2015
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnityVS.Arbie.CSharp", "UnityVS.Arbie.CSharp.csproj", "{164A1C5A-ED31-2701-4892-33EA80470E42}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnityVS.Arbie.CSharp.Editor", "UnityVS.Arbie.CSharp.Editor.csproj", "{00D6F3C6-193C-CE32-E1EB-3D35ED5C7C9D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{164A1C5A-ED31-2701-4892-33EA80470E42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{164A1C5A-ED31-2701-4892-33EA80470E42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{164A1C5A-ED31-2701-4892-33EA80470E42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{164A1C5A-ED31-2701-4892-33EA80470E42}.Release|Any CPU.Build.0 = Release|Any CPU
{00D6F3C6-193C-CE32-E1EB-3D35ED5C7C9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00D6F3C6-193C-CE32-E1EB-3D35ED5C7C9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00D6F3C6-193C-CE32-E1EB-3D35ED5C7C9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00D6F3C6-193C-CE32-E1EB-3D35ED5C7C9D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal