forked from invertedtomato/packing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInvertedTomato.IntegerCompression.sln
More file actions
57 lines (57 loc) · 3.21 KB
/
Copy pathInvertedTomato.IntegerCompression.sln
File metadata and controls
57 lines (57 loc) · 3.21 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmark", "Benchmark\Benchmark.csproj", "{F7F53288-1FF9-4AA1-8D95-68ADF8877478}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{B68DF6C0-3FC7-4B7B-B74C-B48E38C72DCC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoadTest", "LoadTest\LoadTest.csproj", "{900A9218-8705-4205-BD4D-BC6521749213}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Library", "Library\Library.csproj", "{A26F4630-6C96-483F-8CA3-E2A25FC4D159}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{445A875D-E901-41FA-AE06-BB3958F405FC}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{32334A2E-6C6B-4167-BF4B-15DECFFBCAB1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F7F53288-1FF9-4AA1-8D95-68ADF8877478}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7F53288-1FF9-4AA1-8D95-68ADF8877478}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7F53288-1FF9-4AA1-8D95-68ADF8877478}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7F53288-1FF9-4AA1-8D95-68ADF8877478}.Release|Any CPU.Build.0 = Release|Any CPU
{B68DF6C0-3FC7-4B7B-B74C-B48E38C72DCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B68DF6C0-3FC7-4B7B-B74C-B48E38C72DCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B68DF6C0-3FC7-4B7B-B74C-B48E38C72DCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B68DF6C0-3FC7-4B7B-B74C-B48E38C72DCC}.Release|Any CPU.Build.0 = Release|Any CPU
{900A9218-8705-4205-BD4D-BC6521749213}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{900A9218-8705-4205-BD4D-BC6521749213}.Debug|Any CPU.Build.0 = Debug|Any CPU
{900A9218-8705-4205-BD4D-BC6521749213}.Release|Any CPU.ActiveCfg = Release|Any CPU
{900A9218-8705-4205-BD4D-BC6521749213}.Release|Any CPU.Build.0 = Release|Any CPU
{A26F4630-6C96-483F-8CA3-E2A25FC4D159}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A26F4630-6C96-483F-8CA3-E2A25FC4D159}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A26F4630-6C96-483F-8CA3-E2A25FC4D159}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A26F4630-6C96-483F-8CA3-E2A25FC4D159}.Release|Any CPU.Build.0 = Release|Any CPU
{32334A2E-6C6B-4167-BF4B-15DECFFBCAB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32334A2E-6C6B-4167-BF4B-15DECFFBCAB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32334A2E-6C6B-4167-BF4B-15DECFFBCAB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32334A2E-6C6B-4167-BF4B-15DECFFBCAB1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7F090DB6-CB72-48D8-A34E-D03280B1EDD3}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal