-
Notifications
You must be signed in to change notification settings - Fork 0
/
Midgard Charakter Editor.sln
37 lines (37 loc) · 2.08 KB
/
Midgard Charakter Editor.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.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Midgard Charakter Editor", "Midgard Charakter Editor\Midgard Charakter Editor.csproj", "{EA5C98B6-E3C8-46A6-9B48-0B9CEAC1A11E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{C4E485D3-2E30-4DD3-B7A6-FE42A6751A9B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MCE Blazor", "MCE Blazor\MCE Blazor.csproj", "{6FC1889B-8550-433A-AB45-D9F164C48609}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA5C98B6-E3C8-46A6-9B48-0B9CEAC1A11E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA5C98B6-E3C8-46A6-9B48-0B9CEAC1A11E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA5C98B6-E3C8-46A6-9B48-0B9CEAC1A11E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA5C98B6-E3C8-46A6-9B48-0B9CEAC1A11E}.Release|Any CPU.Build.0 = Release|Any CPU
{C4E485D3-2E30-4DD3-B7A6-FE42A6751A9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4E485D3-2E30-4DD3-B7A6-FE42A6751A9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4E485D3-2E30-4DD3-B7A6-FE42A6751A9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4E485D3-2E30-4DD3-B7A6-FE42A6751A9B}.Release|Any CPU.Build.0 = Release|Any CPU
{6FC1889B-8550-433A-AB45-D9F164C48609}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FC1889B-8550-433A-AB45-D9F164C48609}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FC1889B-8550-433A-AB45-D9F164C48609}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FC1889B-8550-433A-AB45-D9F164C48609}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3DE61C4C-2D57-48CA-9A94-50EA8672C7FF}
EndGlobalSection
EndGlobal