-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTestProjectPlugin.sln
43 lines (43 loc) · 2.49 KB
/
TestProjectPlugin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Project1\Core.csproj", "{5D0F9370-8C5A-49B0-BCBA-35966C3327D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BasePlugin", "BasePlugin\BasePlugin.csproj", "{2F14EEED-6F79-48EA-B2D5-C406887476FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestPlugin", "TestPlugin\TestPlugin.csproj", "{18D8CE2A-84C4-41FD-A742-9932560341D6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AbrechnungPlugin", "AbrechnungPlugin\AbrechnungPlugin.csproj", "{B4AE5F8A-6B69-4CB6-9DBD-827E6B8A6F32}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D0F9370-8C5A-49B0-BCBA-35966C3327D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D0F9370-8C5A-49B0-BCBA-35966C3327D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D0F9370-8C5A-49B0-BCBA-35966C3327D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D0F9370-8C5A-49B0-BCBA-35966C3327D9}.Release|Any CPU.Build.0 = Release|Any CPU
{2F14EEED-6F79-48EA-B2D5-C406887476FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F14EEED-6F79-48EA-B2D5-C406887476FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F14EEED-6F79-48EA-B2D5-C406887476FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F14EEED-6F79-48EA-B2D5-C406887476FF}.Release|Any CPU.Build.0 = Release|Any CPU
{18D8CE2A-84C4-41FD-A742-9932560341D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18D8CE2A-84C4-41FD-A742-9932560341D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18D8CE2A-84C4-41FD-A742-9932560341D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18D8CE2A-84C4-41FD-A742-9932560341D6}.Release|Any CPU.Build.0 = Release|Any CPU
{B4AE5F8A-6B69-4CB6-9DBD-827E6B8A6F32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4AE5F8A-6B69-4CB6-9DBD-827E6B8A6F32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4AE5F8A-6B69-4CB6-9DBD-827E6B8A6F32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4AE5F8A-6B69-4CB6-9DBD-827E6B8A6F32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {99DDC725-951D-4A51-98C1-608705F4674A}
EndGlobalSection
EndGlobal