-
Notifications
You must be signed in to change notification settings - Fork 0
/
directionless.sln
34 lines (34 loc) · 1.88 KB
/
directionless.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26606.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "source", "source\source.csproj", "{A1AC5661-F43A-42B9-9114-FB7C87A752E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "sourcetests", "sourcetests\sourcetests.csproj", "{3C98D8BB-DDEC-4969-B9BF-422DD0013122}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "sourceperf", "sourceperf\sourceperf.csproj", "{56077E36-FB42-4EE4-95EE-57E0534EF4D3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1AC5661-F43A-42B9-9114-FB7C87A752E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1AC5661-F43A-42B9-9114-FB7C87A752E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1AC5661-F43A-42B9-9114-FB7C87A752E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1AC5661-F43A-42B9-9114-FB7C87A752E5}.Release|Any CPU.Build.0 = Release|Any CPU
{3C98D8BB-DDEC-4969-B9BF-422DD0013122}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C98D8BB-DDEC-4969-B9BF-422DD0013122}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C98D8BB-DDEC-4969-B9BF-422DD0013122}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C98D8BB-DDEC-4969-B9BF-422DD0013122}.Release|Any CPU.Build.0 = Release|Any CPU
{56077E36-FB42-4EE4-95EE-57E0534EF4D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56077E36-FB42-4EE4-95EE-57E0534EF4D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56077E36-FB42-4EE4-95EE-57E0534EF4D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56077E36-FB42-4EE4-95EE-57E0534EF4D3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal