-
Notifications
You must be signed in to change notification settings - Fork 16
/
Svelto.ECS.Tests.sln
37 lines (37 loc) · 2.25 KB
/
Svelto.ECS.Tests.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Svelto.ECS.Tests", "Svelto.ECS.Tests\Svelto.ECS.Tests.csproj", "{1B903186-1A02-44C1-8E03-A45A64F17023}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Svelto.ECS", "svelto\com.sebaslab.svelto.ecs\Svelto.ECS.csproj", "{24B539C4-9EC7-4E0F-A9ED-85D588379292}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Svelto.Common", "svelto\com.sebaslab.svelto.common\Svelto.Common.csproj", "{794683B6-72D0-4A5B-8339-891D1EFB3CC5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
SlowSubmissionDebug|Any CPU = SlowSubmissionDebug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B903186-1A02-44C1-8E03-A45A64F17023}.SlowSubmissionDebug|Any CPU.ActiveCfg = SlowSubmissionDebug|Any CPU
{1B903186-1A02-44C1-8E03-A45A64F17023}.SlowSubmissionDebug|Any CPU.Build.0 = SlowSubmissionDebug|Any CPU
{1B903186-1A02-44C1-8E03-A45A64F17023}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B903186-1A02-44C1-8E03-A45A64F17023}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24B539C4-9EC7-4E0F-A9ED-85D588379292}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24B539C4-9EC7-4E0F-A9ED-85D588379292}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24B539C4-9EC7-4E0F-A9ED-85D588379292}.SlowSubmissionDebug|Any CPU.ActiveCfg = SlowSubmissionDebug|Any CPU
{24B539C4-9EC7-4E0F-A9ED-85D588379292}.SlowSubmissionDebug|Any CPU.Build.0 = SlowSubmissionDebug|Any CPU
{794683B6-72D0-4A5B-8339-891D1EFB3CC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{794683B6-72D0-4A5B-8339-891D1EFB3CC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{794683B6-72D0-4A5B-8339-891D1EFB3CC5}.SlowSubmissionDebug|Any CPU.ActiveCfg = SlowSubmissionDebug|Any CPU
{794683B6-72D0-4A5B-8339-891D1EFB3CC5}.SlowSubmissionDebug|Any CPU.Build.0 = SlowSubmissionDebug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6286ED4D-F0DD-470D-96E3-4858129B6730}
EndGlobalSection
EndGlobal