-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathIssue1102.sln
42 lines (42 loc) · 2.28 KB
/
Issue1102.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyApp", "MyApp\MyApp.csproj", "{E57DC260-DF0C-48FF-9F1E-D3783F7A6819}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyApp.Tests.NUnit", "MyApp.Tests.NUnit\MyApp.Tests.NUnit.csproj", "{FABB63DB-A96F-46EB-8E59-8716F7C45D9A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyApp.Tests.MSTest", "MyApp.Tests.MSTest\MyApp.Tests.MSTest.csproj", "{38BF43CB-5E95-4FB5-93E0-0BD6E4C6C681}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A35F65AB-2E9E-42D8-936E-491F366AFEED}"
ProjectSection(SolutionItems) = preProject
.runsettings = .runsettings
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E57DC260-DF0C-48FF-9F1E-D3783F7A6819}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E57DC260-DF0C-48FF-9F1E-D3783F7A6819}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E57DC260-DF0C-48FF-9F1E-D3783F7A6819}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E57DC260-DF0C-48FF-9F1E-D3783F7A6819}.Release|Any CPU.Build.0 = Release|Any CPU
{FABB63DB-A96F-46EB-8E59-8716F7C45D9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FABB63DB-A96F-46EB-8E59-8716F7C45D9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FABB63DB-A96F-46EB-8E59-8716F7C45D9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FABB63DB-A96F-46EB-8E59-8716F7C45D9A}.Release|Any CPU.Build.0 = Release|Any CPU
{38BF43CB-5E95-4FB5-93E0-0BD6E4C6C681}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38BF43CB-5E95-4FB5-93E0-0BD6E4C6C681}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38BF43CB-5E95-4FB5-93E0-0BD6E4C6C681}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38BF43CB-5E95-4FB5-93E0-0BD6E4C6C681}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D16BE44-66D5-4D92-A8F8-0B13F904DD40}
EndGlobalSection
EndGlobal