forked from soxtoby/EasyAssertions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEasyAssertions.sln
More file actions
40 lines (40 loc) · 2 KB
/
EasyAssertions.sln
File metadata and controls
40 lines (40 loc) · 2 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyAssertions", "EasyAssertions\EasyAssertions.csproj", "{520003AC-48A4-40B6-AC33-DF5666AD6DFF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{85C37DAF-2E39-4A4E-A9C2-6DC3031C9AAA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{AEEA9FCC-64C3-4A80-9141-6CBC5E7B116C}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{874ECEBF-6B61-43B6-9758-31D7F5C476E0}"
ProjectSection(SolutionItems) = preProject
EasyAssertions\EasyAssertions.nuspec = EasyAssertions\EasyAssertions.nuspec
key.snk = key.snk
License.txt = License.txt
Readme.md = Readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{520003AC-48A4-40B6-AC33-DF5666AD6DFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{520003AC-48A4-40B6-AC33-DF5666AD6DFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{520003AC-48A4-40B6-AC33-DF5666AD6DFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{520003AC-48A4-40B6-AC33-DF5666AD6DFF}.Release|Any CPU.Build.0 = Release|Any CPU
{85C37DAF-2E39-4A4E-A9C2-6DC3031C9AAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85C37DAF-2E39-4A4E-A9C2-6DC3031C9AAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85C37DAF-2E39-4A4E-A9C2-6DC3031C9AAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85C37DAF-2E39-4A4E-A9C2-6DC3031C9AAA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal