-
Notifications
You must be signed in to change notification settings - Fork 0
/
AsyncInit.Unity.sln
45 lines (45 loc) · 2.32 KB
/
AsyncInit.Unity.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
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsyncInit.Unity", "AsyncInit.Unity\Portable\AsyncInit.Unity.csproj", "{53F47D28-6844-417B-A978-20832359D36F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9DCB9530-8843-4973-9B1B-CEA11673EC69}"
ProjectSection(SolutionItems) = preProject
Solution Items\CommonAssemblyInfo.cs = Solution Items\CommonAssemblyInfo.cs
LICENSE = LICENSE
NOTICE = NOTICE
AsyncInit.Unity\README.md = AsyncInit.Unity\README.md
AsyncInit.Unity\README.txt = AsyncInit.Unity\README.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{FEF8C084-A674-4C38-90F0-8793E03FC6F9}"
ProjectSection(SolutionItems) = preProject
AsyncInit.Unity\NuGet\Ditto.AsyncInit.Unity.nuspec = AsyncInit.Unity\NuGet\Ditto.AsyncInit.Unity.nuspec
EndProjectSection
EndProject
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "Documentation", "AsyncInit.Unity\Documentation\Documentation.shfbproj", "{4086F1BC-E92C-44C7-8755-49E34441F496}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53F47D28-6844-417B-A978-20832359D36F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53F47D28-6844-417B-A978-20832359D36F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53F47D28-6844-417B-A978-20832359D36F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53F47D28-6844-417B-A978-20832359D36F}.Release|Any CPU.Build.0 = Release|Any CPU
{4086F1BC-E92C-44C7-8755-49E34441F496}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4086F1BC-E92C-44C7-8755-49E34441F496}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4086F1BC-E92C-44C7-8755-49E34441F496}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4086F1BC-E92C-44C7-8755-49E34441F496}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FEF8C084-A674-4C38-90F0-8793E03FC6F9} = {9DCB9530-8843-4973-9B1B-CEA11673EC69}
EndGlobalSection
EndGlobal