-
Notifications
You must be signed in to change notification settings - Fork 15
/
PowerAssert.sln
48 lines (48 loc) · 2.87 KB
/
PowerAssert.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerAssert", "PowerAssert\PowerAssert.csproj", "{7E9D2DB4-78FE-41BD-9566-15F68D42E4D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerAssertTests", "PowerAssertTests\PowerAssertTests.csproj", "{665FDD28-99EF-4038-9469-1B27F778BF1D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F5DC82BB-5F02-4AC8-AEC9-B3950C829544}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug-Core|Any CPU = Debug-Core|Any CPU
NuPackRelease|Any CPU = NuPackRelease|Any CPU
Release|Any CPU = Release|Any CPU
Release-Core|Any CPU = Release-Core|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E9D2DB4-78FE-41BD-9566-15F68D42E4D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E9D2DB4-78FE-41BD-9566-15F68D42E4D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E9D2DB4-78FE-41BD-9566-15F68D42E4D9}.Debug-Core|Any CPU.ActiveCfg = Debug-Core|Any CPU
{7E9D2DB4-78FE-41BD-9566-15F68D42E4D9}.Debug-Core|Any CPU.Build.0 = Debug-Core|Any CPU
{7E9D2DB4-78FE-41BD-9566-15F68D42E4D9}.NuPackRelease|Any CPU.ActiveCfg = Release|Any CPU
{7E9D2DB4-78FE-41BD-9566-15F68D42E4D9}.NuPackRelease|Any CPU.Build.0 = Release|Any CPU
{7E9D2DB4-78FE-41BD-9566-15F68D42E4D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E9D2DB4-78FE-41BD-9566-15F68D42E4D9}.Release|Any CPU.Build.0 = Release|Any CPU
{7E9D2DB4-78FE-41BD-9566-15F68D42E4D9}.Release-Core|Any CPU.ActiveCfg = Release-Core|Any CPU
{7E9D2DB4-78FE-41BD-9566-15F68D42E4D9}.Release-Core|Any CPU.Build.0 = Release-Core|Any CPU
{665FDD28-99EF-4038-9469-1B27F778BF1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{665FDD28-99EF-4038-9469-1B27F778BF1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{665FDD28-99EF-4038-9469-1B27F778BF1D}.Debug-Core|Any CPU.ActiveCfg = Debug-Core|Any CPU
{665FDD28-99EF-4038-9469-1B27F778BF1D}.Debug-Core|Any CPU.Build.0 = Debug-Core|Any CPU
{665FDD28-99EF-4038-9469-1B27F778BF1D}.NuPackRelease|Any CPU.ActiveCfg = Release|Any CPU
{665FDD28-99EF-4038-9469-1B27F778BF1D}.NuPackRelease|Any CPU.Build.0 = Release|Any CPU
{665FDD28-99EF-4038-9469-1B27F778BF1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{665FDD28-99EF-4038-9469-1B27F778BF1D}.Release|Any CPU.Build.0 = Release|Any CPU
{665FDD28-99EF-4038-9469-1B27F778BF1D}.Release-Core|Any CPU.ActiveCfg = Release-Core|Any CPU
{665FDD28-99EF-4038-9469-1B27F778BF1D}.Release-Core|Any CPU.Build.0 = Release-Core|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal