-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSnowyPeak.Duality.Data.sln
39 lines (39 loc) · 1.89 KB
/
SnowyPeak.Duality.Data.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{07121522-7357-49FC-9A45-43E6ADB7F8FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Editor", "Editor\Editor.csproj", "{FFDDCE1C-EE01-4B37-8D4B-34C74B5AB1AE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{362981B7-F4CE-494C-84B1-13897CFBB12A}"
ProjectSection(SolutionItems) = preProject
GlobalAssemblyInfo.cs = GlobalAssemblyInfo.cs
LICENSE = LICENSE
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{AFCEF9E6-4742-485A-AEC7-632F9C819042}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07121522-7357-49FC-9A45-43E6ADB7F8FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07121522-7357-49FC-9A45-43E6ADB7F8FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07121522-7357-49FC-9A45-43E6ADB7F8FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07121522-7357-49FC-9A45-43E6ADB7F8FA}.Release|Any CPU.Build.0 = Release|Any CPU
{FFDDCE1C-EE01-4B37-8D4B-34C74B5AB1AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFDDCE1C-EE01-4B37-8D4B-34C74B5AB1AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFDDCE1C-EE01-4B37-8D4B-34C74B5AB1AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFDDCE1C-EE01-4B37-8D4B-34C74B5AB1AE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal