This repository has been archived by the owner on Oct 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TIAE6-OOP-PM-CS.sln
52 lines (52 loc) · 3.15 KB
/
TIAE6-OOP-PM-CS.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31410.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DB", "DB\DB.csproj", "{940A3E96-C0A8-4157-BFB7-67E26EF2A34B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GUI", "GUI\GUI.csproj", "{A0E9D959-191F-4DE6-B3F5-8490E5A39C79}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Inferenzmotor", "Inferenzmotor\Inferenzmotor.csproj", "{B1C63708-4A1C-4459-9C81-2717D66FA0D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Steuerberechner", "Steuerberechner\Steuerberechner.csproj", "{9F93F600-C026-4F69-84C4-0B16FC745150}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Shared", "Shared\Shared.shproj", "{9C581293-48C8-42BA-9A5E-54FACEFEB12B}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Shared\Shared.projitems*{940a3e96-c0a8-4157-bfb7-67e26ef2a34b}*SharedItemsImports = 5
Shared\Shared.projitems*{9c581293-48c8-42ba-9a5e-54facefeb12b}*SharedItemsImports = 13
Shared\Shared.projitems*{9f93f600-c026-4f69-84c4-0b16fc745150}*SharedItemsImports = 5
Shared\Shared.projitems*{a0e9d959-191f-4de6-b3f5-8490e5a39c79}*SharedItemsImports = 5
Shared\Shared.projitems*{b1c63708-4a1c-4459-9c81-2717d66fa0d2}*SharedItemsImports = 5
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{940A3E96-C0A8-4157-BFB7-67E26EF2A34B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{940A3E96-C0A8-4157-BFB7-67E26EF2A34B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{940A3E96-C0A8-4157-BFB7-67E26EF2A34B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{940A3E96-C0A8-4157-BFB7-67E26EF2A34B}.Release|Any CPU.Build.0 = Release|Any CPU
{A0E9D959-191F-4DE6-B3F5-8490E5A39C79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0E9D959-191F-4DE6-B3F5-8490E5A39C79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0E9D959-191F-4DE6-B3F5-8490E5A39C79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0E9D959-191F-4DE6-B3F5-8490E5A39C79}.Release|Any CPU.Build.0 = Release|Any CPU
{B1C63708-4A1C-4459-9C81-2717D66FA0D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1C63708-4A1C-4459-9C81-2717D66FA0D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1C63708-4A1C-4459-9C81-2717D66FA0D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1C63708-4A1C-4459-9C81-2717D66FA0D2}.Release|Any CPU.Build.0 = Release|Any CPU
{9F93F600-C026-4F69-84C4-0B16FC745150}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F93F600-C026-4F69-84C4-0B16FC745150}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F93F600-C026-4F69-84C4-0B16FC745150}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F93F600-C026-4F69-84C4-0B16FC745150}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D695C7A-534F-4FEF-B894-D3E976C87A93}
EndGlobalSection
EndGlobal