-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgd-team-2.sln
38 lines (38 loc) · 2.44 KB
/
gd-team-2.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{2F9D63D4-F576-55A4-1463-C4DC0A611B06}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.PlayerPrefsEditor.Samples.SampleScene", "Unity.PlayerPrefsEditor.Samples.SampleScene.csproj", "{ABE27D70-8D6B-F929-5894-E56D3377D794}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.PlayerPrefsEditor.Editor", "Unity.PlayerPrefsEditor.Editor.csproj", "{3789C522-63CA-5FD7-9041-6903AB927A6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.PlayerPrefsEditor.EditorResources", "Unity.PlayerPrefsEditor.EditorResources.csproj", "{DE5D215C-AC1F-5577-A90F-01223BA71BDE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F9D63D4-F576-55A4-1463-C4DC0A611B06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F9D63D4-F576-55A4-1463-C4DC0A611B06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F9D63D4-F576-55A4-1463-C4DC0A611B06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F9D63D4-F576-55A4-1463-C4DC0A611B06}.Release|Any CPU.Build.0 = Release|Any CPU
{ABE27D70-8D6B-F929-5894-E56D3377D794}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABE27D70-8D6B-F929-5894-E56D3377D794}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABE27D70-8D6B-F929-5894-E56D3377D794}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABE27D70-8D6B-F929-5894-E56D3377D794}.Release|Any CPU.Build.0 = Release|Any CPU
{3789C522-63CA-5FD7-9041-6903AB927A6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3789C522-63CA-5FD7-9041-6903AB927A6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3789C522-63CA-5FD7-9041-6903AB927A6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3789C522-63CA-5FD7-9041-6903AB927A6C}.Release|Any CPU.Build.0 = Release|Any CPU
{DE5D215C-AC1F-5577-A90F-01223BA71BDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE5D215C-AC1F-5577-A90F-01223BA71BDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE5D215C-AC1F-5577-A90F-01223BA71BDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE5D215C-AC1F-5577-A90F-01223BA71BDE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal