forked from NaosProject/Naos.Compression
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOBeautifulCode.Compression.sln
More file actions
52 lines (52 loc) · 3.14 KB
/
Copy pathOBeautifulCode.Compression.sln
File metadata and controls
52 lines (52 loc) · 3.14 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.Compression", "OBeautifulCode.Compression\OBeautifulCode.Compression.csproj", "{1BBFFE9D-99AA-4042-958F-C444DEA33F98}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.Compression.Recipes", "OBeautifulCode.Compression.Recipes\OBeautifulCode.Compression.Recipes.csproj", "{4499CF18-311A-41DB-B767-95722E88401C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.Compression.Recipes.Test", "OBeautifulCode.Compression.Recipes.Test\OBeautifulCode.Compression.Recipes.Test.csproj", "{2153FB71-A937-43F2-B14F-D6249750FB59}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{486F2D0F-228B-497D-BA3E-7FDE76DEED15}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
OBeautifulCode.Compression.sln.DotSettings = OBeautifulCode.Compression.sln.DotSettings
README.md = README.md
RepoConfig.state = RepoConfig.state
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.Compression.Test", "OBeautifulCode.Compression.Test\OBeautifulCode.Compression.Test.csproj", "{A0501F64-6FFB-419C-91B8-AFA394AFFC4E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1BBFFE9D-99AA-4042-958F-C444DEA33F98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BBFFE9D-99AA-4042-958F-C444DEA33F98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BBFFE9D-99AA-4042-958F-C444DEA33F98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BBFFE9D-99AA-4042-958F-C444DEA33F98}.Release|Any CPU.Build.0 = Release|Any CPU
{4499CF18-311A-41DB-B767-95722E88401C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4499CF18-311A-41DB-B767-95722E88401C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4499CF18-311A-41DB-B767-95722E88401C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4499CF18-311A-41DB-B767-95722E88401C}.Release|Any CPU.Build.0 = Release|Any CPU
{2153FB71-A937-43F2-B14F-D6249750FB59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2153FB71-A937-43F2-B14F-D6249750FB59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2153FB71-A937-43F2-B14F-D6249750FB59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2153FB71-A937-43F2-B14F-D6249750FB59}.Release|Any CPU.Build.0 = Release|Any CPU
{A0501F64-6FFB-419C-91B8-AFA394AFFC4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0501F64-6FFB-419C-91B8-AFA394AFFC4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0501F64-6FFB-419C-91B8-AFA394AFFC4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0501F64-6FFB-419C-91B8-AFA394AFFC4E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CEE40AD5-1CEC-4733-A5EA-C31DBE2ED7CD}
EndGlobalSection
EndGlobal