forked from Flavien/quickwire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Quickwire.sln
39 lines (39 loc) · 2.03 KB
/
Quickwire.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quickwire", "src\Quickwire\Quickwire.csproj", "{06940FF4-E185-4C45-9969-E4A4CE3E5F3C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quickwire.Tests", "test\Quickwire.Tests\Quickwire.Tests.csproj", "{69C2EBFA-907C-4E00-AA06-5C5A6071BC2B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{009B1869-1419-48DC-A294-07E3BA07D99B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{ECB11A94-4ECC-4A97-A6CB-350DA2932B76}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{06940FF4-E185-4C45-9969-E4A4CE3E5F3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06940FF4-E185-4C45-9969-E4A4CE3E5F3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06940FF4-E185-4C45-9969-E4A4CE3E5F3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06940FF4-E185-4C45-9969-E4A4CE3E5F3C}.Release|Any CPU.Build.0 = Release|Any CPU
{69C2EBFA-907C-4E00-AA06-5C5A6071BC2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69C2EBFA-907C-4E00-AA06-5C5A6071BC2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69C2EBFA-907C-4E00-AA06-5C5A6071BC2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69C2EBFA-907C-4E00-AA06-5C5A6071BC2B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{06940FF4-E185-4C45-9969-E4A4CE3E5F3C} = {009B1869-1419-48DC-A294-07E3BA07D99B}
{69C2EBFA-907C-4E00-AA06-5C5A6071BC2B} = {ECB11A94-4ECC-4A97-A6CB-350DA2932B76}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9BA2B35B-8231-425A-B07F-D3E0AED71782}
EndGlobalSection
EndGlobal