-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGame 2D.sln
32 lines (32 loc) · 1.84 KB
/
Game 2D.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{D7A53D93-51DF-0C50-EC16-20D8ECD608DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "asset-store-tools-editor", "asset-store-tools-editor.csproj", "{E9659A44-9522-B420-9770-6FDB394B9C02}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Meryel.CodeAssist.Editor", "Meryel.CodeAssist.Editor.csproj", "{AE5570E6-67DA-9174-51C1-44F0B29647C4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7A53D93-51DF-0C50-EC16-20D8ECD608DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7A53D93-51DF-0C50-EC16-20D8ECD608DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7A53D93-51DF-0C50-EC16-20D8ECD608DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7A53D93-51DF-0C50-EC16-20D8ECD608DE}.Release|Any CPU.Build.0 = Release|Any CPU
{E9659A44-9522-B420-9770-6FDB394B9C02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9659A44-9522-B420-9770-6FDB394B9C02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9659A44-9522-B420-9770-6FDB394B9C02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9659A44-9522-B420-9770-6FDB394B9C02}.Release|Any CPU.Build.0 = Release|Any CPU
{AE5570E6-67DA-9174-51C1-44F0B29647C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE5570E6-67DA-9174-51C1-44F0B29647C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE5570E6-67DA-9174-51C1-44F0B29647C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE5570E6-67DA-9174-51C1-44F0B29647C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal