-
Notifications
You must be signed in to change notification settings - Fork 0
/
InlineTest.sln
45 lines (45 loc) · 2.4 KB
/
InlineTest.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InlineTest", "src\InlineTest\InlineTest.csproj", "{49F58345-110D-45BE-A9E3-DECC02BC73DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InlineTest.Tests", "src\InlineTest.Tests\InlineTest.Tests.csproj", "{7711CD69-EEAA-4C29-A2EA-2794A5DBC70D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Projektmappenelemente", "Projektmappenelemente", "{D93EE384-6D77-4B0A-8067-4E0EEDB8D32D}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
etc\Icon.png = etc\Icon.png
etc\Icon_128.png = etc\Icon_128.png
README.md = README.md
.github\workflows\SonarCloud.yml = .github\workflows\SonarCloud.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseSigned|Any CPU = ReleaseSigned|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49F58345-110D-45BE-A9E3-DECC02BC73DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49F58345-110D-45BE-A9E3-DECC02BC73DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49F58345-110D-45BE-A9E3-DECC02BC73DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49F58345-110D-45BE-A9E3-DECC02BC73DB}.Release|Any CPU.Build.0 = Release|Any CPU
{49F58345-110D-45BE-A9E3-DECC02BC73DB}.ReleaseSigned|Any CPU.ActiveCfg = ReleaseSigned|Any CPU
{49F58345-110D-45BE-A9E3-DECC02BC73DB}.ReleaseSigned|Any CPU.Build.0 = ReleaseSigned|Any CPU
{7711CD69-EEAA-4C29-A2EA-2794A5DBC70D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7711CD69-EEAA-4C29-A2EA-2794A5DBC70D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7711CD69-EEAA-4C29-A2EA-2794A5DBC70D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7711CD69-EEAA-4C29-A2EA-2794A5DBC70D}.Release|Any CPU.Build.0 = Release|Any CPU
{7711CD69-EEAA-4C29-A2EA-2794A5DBC70D}.ReleaseSigned|Any CPU.ActiveCfg = Release|Any CPU
{7711CD69-EEAA-4C29-A2EA-2794A5DBC70D}.ReleaseSigned|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A08BFC55-6087-4B19-93C1-3EFB33353703}
EndGlobalSection
EndGlobal