forked from managed-commons/MSBuild.NUnit
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMSBuild.NUnit.sln
More file actions
53 lines (53 loc) · 2.57 KB
/
MSBuild.NUnit.sln
File metadata and controls
53 lines (53 loc) · 2.57 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{233FD988-52F9-4DC0-8EC0-11B509F54DB8}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
README.monoman.md = README.monoman.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{C0F13D85-1FEF-47E0-AD7C-6F8ADE32F6E8}"
ProjectSection(SolutionItems) = preProject
.build\build.bat = .build\build.bat
.build\build.proj = .build\build.proj
.build\README.txt = .build\README.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSBuild.NUnit", "MSBuild.NUnit\MSBuild.NUnit.csproj", "{B7437DB9-969C-4A02-B12F-C05CFA57D80D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuspec", ".nuspec", "{EDCAFBA9-26F0-4D3A-B05D-55A724C21DC1}"
ProjectSection(SolutionItems) = preProject
.nuspec\MSBuild.NUnit.nuspec = .nuspec\MSBuild.NUnit.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{7EB352C1-7CA6-46B1-8B53-EB30B32538EC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D3956732-5446-4A5A-8233-5D4C3E974D32}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7437DB9-969C-4A02-B12F-C05CFA57D80D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7437DB9-969C-4A02-B12F-C05CFA57D80D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7437DB9-969C-4A02-B12F-C05CFA57D80D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7437DB9-969C-4A02-B12F-C05CFA57D80D}.Release|Any CPU.Build.0 = Release|Any CPU
{7EB352C1-7CA6-46B1-8B53-EB30B32538EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EB352C1-7CA6-46B1-8B53-EB30B32538EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EB352C1-7CA6-46B1-8B53-EB30B32538EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EB352C1-7CA6-46B1-8B53-EB30B32538EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal