-
Notifications
You must be signed in to change notification settings - Fork 11
/
vxsort.sln
44 lines (44 loc) · 2.21 KB
/
vxsort.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bench", "Bench\Bench.csproj", "{2E6E16A9-9F99-4B6C-B766-94105E861C85}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VxSort", "VxSort\VxSort.csproj", "{FC447F4D-C6CD-4253-A048-3FD5BB1CA173}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{67F241C5-061D-48BB-A4AE-89FC52655A07}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".stuff", ".stuff", "{4723FC10-8AE7-4223-BC72-7C2A0D6EF660}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Stats|Any CPU = Stats|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E6E16A9-9F99-4B6C-B766-94105E861C85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E6E16A9-9F99-4B6C-B766-94105E861C85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E6E16A9-9F99-4B6C-B766-94105E861C85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E6E16A9-9F99-4B6C-B766-94105E861C85}.Release|Any CPU.Build.0 = Release|Any CPU
{FC447F4D-C6CD-4253-A048-3FD5BB1CA173}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC447F4D-C6CD-4253-A048-3FD5BB1CA173}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC447F4D-C6CD-4253-A048-3FD5BB1CA173}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC447F4D-C6CD-4253-A048-3FD5BB1CA173}.Release|Any CPU.Build.0 = Release|Any CPU
{67F241C5-061D-48BB-A4AE-89FC52655A07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67F241C5-061D-48BB-A4AE-89FC52655A07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67F241C5-061D-48BB-A4AE-89FC52655A07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67F241C5-061D-48BB-A4AE-89FC52655A07}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal