-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAktenschrank.sln
36 lines (36 loc) · 2.09 KB
/
Aktenschrank.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aktenschrank.Model", "Aktenschrank.Model\Aktenschrank.Model.csproj", "{3F7081AC-7CF9-4529-B537-70B844C626E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aktenschrank.Test", "Aktenschrank.test\Aktenschrank.Test.csproj", "{C1471123-8E23-4EF0-A6E1-C57AA45F9E95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aktenschrank.Desktop", "Aktenschrank.Desktop\Aktenschrank.Desktop.csproj", "{3599F5CA-C048-4C9F-BE11-DF545E14C1F2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F7081AC-7CF9-4529-B537-70B844C626E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F7081AC-7CF9-4529-B537-70B844C626E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F7081AC-7CF9-4529-B537-70B844C626E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F7081AC-7CF9-4529-B537-70B844C626E7}.Release|Any CPU.Build.0 = Release|Any CPU
{C1471123-8E23-4EF0-A6E1-C57AA45F9E95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1471123-8E23-4EF0-A6E1-C57AA45F9E95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1471123-8E23-4EF0-A6E1-C57AA45F9E95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1471123-8E23-4EF0-A6E1-C57AA45F9E95}.Release|Any CPU.Build.0 = Release|Any CPU
{3599F5CA-C048-4C9F-BE11-DF545E14C1F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3599F5CA-C048-4C9F-BE11-DF545E14C1F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3599F5CA-C048-4C9F-BE11-DF545E14C1F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3599F5CA-C048-4C9F-BE11-DF545E14C1F2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4F2ED94B-1275-4D10-B30B-C02CBBF851C8}
EndGlobalSection
EndGlobal