This repository has been archived by the owner on Oct 11, 2021. It is now read-only.
forked from benaadams/System.Ben
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSystem.Matthijs.sln
32 lines (32 loc) · 1.77 KB
/
System.Matthijs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26401.1
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Matthijs", "src\System.Matthijs.csproj", "{F7742808-35E7-4553-81DA-428CEC177EF0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Matthijs.Tests", "tests\System.Matthijs.Tests.csproj", "{4F4B83E1-DE54-4172-A1AD-3A1370471873}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F7742808-35E7-4553-81DA-428CEC177EF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7742808-35E7-4553-81DA-428CEC177EF0}.Release|Any CPU.Build.0 = Release|Any CPU
{F7742808-35E7-4553-81DA-428CEC177EF0}.Release|x64.ActiveCfg = Release|Any CPU
{F7742808-35E7-4553-81DA-428CEC177EF0}.Release|x64.Build.0 = Release|Any CPU
{F7742808-35E7-4553-81DA-428CEC177EF0}.Release|x86.ActiveCfg = Release|Any CPU
{F7742808-35E7-4553-81DA-428CEC177EF0}.Release|x86.Build.0 = Release|Any CPU
{4F4B83E1-DE54-4172-A1AD-3A1370471873}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F4B83E1-DE54-4172-A1AD-3A1370471873}.Release|Any CPU.Build.0 = Release|Any CPU
{4F4B83E1-DE54-4172-A1AD-3A1370471873}.Release|x64.ActiveCfg = Release|Any CPU
{4F4B83E1-DE54-4172-A1AD-3A1370471873}.Release|x64.Build.0 = Release|Any CPU
{4F4B83E1-DE54-4172-A1AD-3A1370471873}.Release|x86.ActiveCfg = Release|Any CPU
{4F4B83E1-DE54-4172-A1AD-3A1370471873}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal