-
Notifications
You must be signed in to change notification settings - Fork 2
/
SimpleContainer.sln
34 lines (34 loc) · 1.81 KB
/
SimpleContainer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.960
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleContainer.Core", "SimpleContainer.Unity\Assets\SimpleContainer\SimpleContainer.Core.csproj", "{A760CBE5-8716-4764-832C-521A945BB2A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleContainer.Tests", "SimpleContainer.Tests\SimpleContainer.Tests.csproj", "{388AAFF7-53A3-4C9B-BADE-3D55F6779DBE}"
ProjectSection(ProjectDependencies) = postProject
{A760CBE5-8716-4764-832C-521A945BB2A1} = {A760CBE5-8716-4764-832C-521A945BB2A1}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A760CBE5-8716-4764-832C-521A945BB2A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A760CBE5-8716-4764-832C-521A945BB2A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A760CBE5-8716-4764-832C-521A945BB2A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A760CBE5-8716-4764-832C-521A945BB2A1}.Release|Any CPU.Build.0 = Release|Any CPU
{388AAFF7-53A3-4C9B-BADE-3D55F6779DBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{388AAFF7-53A3-4C9B-BADE-3D55F6779DBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{388AAFF7-53A3-4C9B-BADE-3D55F6779DBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{388AAFF7-53A3-4C9B-BADE-3D55F6779DBE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {622D6EEC-10CF-4638-B762-466A5A19C2F7}
EndGlobalSection
EndGlobal