-
Notifications
You must be signed in to change notification settings - Fork 0
/
Whatever.sln
31 lines (31 loc) · 1.59 KB
/
Whatever.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Whatever.Extensions", "Whatever.Extensions\Whatever.Extensions.csproj", "{E6CDC1A8-E1E2-47A8-AF9E-6A9D825E274A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Whatever.Tests", "Whatever.Tests\Whatever.Tests.csproj", "{79CC5CCF-FBD1-4BDF-93F7-E88F97CE7C8E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E6CDC1A8-E1E2-47A8-AF9E-6A9D825E274A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6CDC1A8-E1E2-47A8-AF9E-6A9D825E274A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6CDC1A8-E1E2-47A8-AF9E-6A9D825E274A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6CDC1A8-E1E2-47A8-AF9E-6A9D825E274A}.Release|Any CPU.Build.0 = Release|Any CPU
{79CC5CCF-FBD1-4BDF-93F7-E88F97CE7C8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79CC5CCF-FBD1-4BDF-93F7-E88F97CE7C8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79CC5CCF-FBD1-4BDF-93F7-E88F97CE7C8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79CC5CCF-FBD1-4BDF-93F7-E88F97CE7C8E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B84F7E2-FC62-4338-82C3-FE11FE30DD81}
EndGlobalSection
EndGlobal