-
Notifications
You must be signed in to change notification settings - Fork 4
/
MoqKoans.sln
executable file
·30 lines (30 loc) · 1.34 KB
/
MoqKoans.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MoqKoans", "MoqKoans.csproj", "{A3A26B95-FEC9-4DB6-986D-6F3DAE6B1E7A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{19B96FBB-EC68-466F-8566-DF244264B541}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
MoqKoans.vsmdi = MoqKoans.vsmdi
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = MoqKoans.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A3A26B95-FEC9-4DB6-986D-6F3DAE6B1E7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3A26B95-FEC9-4DB6-986D-6F3DAE6B1E7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3A26B95-FEC9-4DB6-986D-6F3DAE6B1E7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3A26B95-FEC9-4DB6-986D-6F3DAE6B1E7A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal