-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThorium.Core.MicroServices.sln
28 lines (28 loc) · 1.74 KB
/
Thorium.Core.MicroServices.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thorium.Core.MicroServices", "Thorium.Core.MicroServices\Thorium.Core.MicroServices.csproj", "{B2B283E0-F913-4E5F-9BB4-33955772F17A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{3ED15F6A-62CC-4192-A6C2-DBAD181E417A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DummyService", "DummyService\DummyService.csproj", "{694BD39A-053C-49D9-9728-907D53A08024}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2B283E0-F913-4E5F-9BB4-33955772F17A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2B283E0-F913-4E5F-9BB4-33955772F17A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2B283E0-F913-4E5F-9BB4-33955772F17A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2B283E0-F913-4E5F-9BB4-33955772F17A}.Release|Any CPU.Build.0 = Release|Any CPU
{3ED15F6A-62CC-4192-A6C2-DBAD181E417A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ED15F6A-62CC-4192-A6C2-DBAD181E417A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ED15F6A-62CC-4192-A6C2-DBAD181E417A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ED15F6A-62CC-4192-A6C2-DBAD181E417A}.Release|Any CPU.Build.0 = Release|Any CPU
{694BD39A-053C-49D9-9728-907D53A08024}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{694BD39A-053C-49D9-9728-907D53A08024}.Debug|Any CPU.Build.0 = Debug|Any CPU
{694BD39A-053C-49D9-9728-907D53A08024}.Release|Any CPU.ActiveCfg = Release|Any CPU
{694BD39A-053C-49D9-9728-907D53A08024}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal