forked from CoryFoy/DotNetKoans
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDotNetKoans.sln
54 lines (54 loc) · 3.08 KB
/
DotNetKoans.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
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharp", "CSharp\CSharp.csproj", "{981750A0-F5CA-42BA-84A1-FE52656B778F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "xUnit", "xUnit", "{D7AA82E5-95A6-4CC9-8129-10C072C021B5}"
ProjectSection(SolutionItems) = preProject
xunit-1.5\HTML.xslt = xunit-1.5\HTML.xslt
xunit-1.5\NUnitXml.xslt = xunit-1.5\NUnitXml.xslt
xunit-1.5\xunit.console.exe = xunit-1.5\xunit.console.exe
xunit-1.5\xunit.console.exe.config = xunit-1.5\xunit.console.exe.config
xunit-1.5\xunit.console.x86.exe = xunit-1.5\xunit.console.x86.exe
xunit-1.5\xunit.console.x86.exe.config = xunit-1.5\xunit.console.x86.exe.config
xunit-1.5\xunit.dll = xunit-1.5\xunit.dll
xunit-1.5\xunit.dll.tdnet = xunit-1.5\xunit.dll.tdnet
xunit-1.5\xunit.extensions.dll = xunit-1.5\xunit.extensions.dll
xunit-1.5\xunit.extensions.xml = xunit-1.5\xunit.extensions.xml
xunit-1.5\xunit.gui.exe = xunit-1.5\xunit.gui.exe
xunit-1.5\xunit.gui.x86.exe = xunit-1.5\xunit.gui.x86.exe
xunit-1.5\xunit.installer.exe = xunit-1.5\xunit.installer.exe
xunit-1.5\xunit.runner.msbuild.dll = xunit-1.5\xunit.runner.msbuild.dll
xunit-1.5\xunit.runner.tdnet.dll = xunit-1.5\xunit.runner.tdnet.dll
xunit-1.5\xunit.runner.utility.dll = xunit-1.5\xunit.runner.utility.dll
xunit-1.5\xunit.runner.utility.xml = xunit-1.5\xunit.runner.utility.xml
xunit-1.5\xunit.xml = xunit-1.5\xunit.xml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KoanRunner", "KoanRunner\KoanRunner.csproj", "{6631FC60-7B21-4C72-A1EB-A02365A101E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KoanHelpers", "KoanHelpers\KoanHelpers.csproj", "{0BDD5CF4-EA4B-43E1-A947-0FADC67EE6C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{981750A0-F5CA-42BA-84A1-FE52656B778F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{981750A0-F5CA-42BA-84A1-FE52656B778F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{981750A0-F5CA-42BA-84A1-FE52656B778F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{981750A0-F5CA-42BA-84A1-FE52656B778F}.Release|Any CPU.Build.0 = Release|Any CPU
{6631FC60-7B21-4C72-A1EB-A02365A101E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6631FC60-7B21-4C72-A1EB-A02365A101E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6631FC60-7B21-4C72-A1EB-A02365A101E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6631FC60-7B21-4C72-A1EB-A02365A101E0}.Release|Any CPU.Build.0 = Release|Any CPU
{0BDD5CF4-EA4B-43E1-A947-0FADC67EE6C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BDD5CF4-EA4B-43E1-A947-0FADC67EE6C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BDD5CF4-EA4B-43E1-A947-0FADC67EE6C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BDD5CF4-EA4B-43E1-A947-0FADC67EE6C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal