-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRegistriermachine.sln
36 lines (36 loc) · 1.86 KB
/
Registriermachine.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 15
VisualStudioVersion = 15.0.28010.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{536C448B-BE01-4DB0-8038-89DB12A4EFDA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Registriermachine", "Registriermachine\Registriermachine.csproj", "{A1B6D796-ABAE-44FF-95CF-F29EE23F83BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Registriermachine.Tests", "Registriermachine.Tests\Registriermachine.Tests.csproj", "{6208890B-7F90-452C-8F5C-36E72CC9EA3F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1B6D796-ABAE-44FF-95CF-F29EE23F83BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1B6D796-ABAE-44FF-95CF-F29EE23F83BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1B6D796-ABAE-44FF-95CF-F29EE23F83BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1B6D796-ABAE-44FF-95CF-F29EE23F83BD}.Release|Any CPU.Build.0 = Release|Any CPU
{6208890B-7F90-452C-8F5C-36E72CC9EA3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6208890B-7F90-452C-8F5C-36E72CC9EA3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6208890B-7F90-452C-8F5C-36E72CC9EA3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6208890B-7F90-452C-8F5C-36E72CC9EA3F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6208890B-7F90-452C-8F5C-36E72CC9EA3F} = {536C448B-BE01-4DB0-8038-89DB12A4EFDA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {39BD3608-B0E9-4ADD-9C23-8336B69C9F9A}
EndGlobalSection
EndGlobal