-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathOBeautifulCode.Type.sln
More file actions
53 lines (53 loc) · 3.08 KB
/
Copy pathOBeautifulCode.Type.sln
File metadata and controls
53 lines (53 loc) · 3.08 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
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.Type", "OBeautifulCode.Type\OBeautifulCode.Type.csproj", "{E651BF26-9AA6-449C-B581-0EC675C9F306}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.Type.Test", "OBeautifulCode.Type.Test\OBeautifulCode.Type.Test.csproj", "{10890EAE-8FA9-47F9-A86C-F64E63414DBB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{363F1A17-DA8A-40F6-9B78-C0AD9CD3588D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
OBeautifulCode.Type.sln.DotSettings = OBeautifulCode.Type.sln.DotSettings
README.md = README.md
RepoConfig.state = RepoConfig.state
UpgradeLog.htm = UpgradeLog.htm
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.Type.Recipes", "OBeautifulCode.Type.Recipes\OBeautifulCode.Type.Recipes.csproj", "{704CC23A-1465-4599-A759-B32E629A23C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.Type.Recipes.Test", "OBeautifulCode.Type.Recipes.Test\OBeautifulCode.Type.Recipes.Test.csproj", "{EC3DD549-5419-4B45-8000-73C4E84408DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E651BF26-9AA6-449C-B581-0EC675C9F306}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E651BF26-9AA6-449C-B581-0EC675C9F306}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E651BF26-9AA6-449C-B581-0EC675C9F306}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E651BF26-9AA6-449C-B581-0EC675C9F306}.Release|Any CPU.Build.0 = Release|Any CPU
{10890EAE-8FA9-47F9-A86C-F64E63414DBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10890EAE-8FA9-47F9-A86C-F64E63414DBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10890EAE-8FA9-47F9-A86C-F64E63414DBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10890EAE-8FA9-47F9-A86C-F64E63414DBB}.Release|Any CPU.Build.0 = Release|Any CPU
{704CC23A-1465-4599-A759-B32E629A23C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{704CC23A-1465-4599-A759-B32E629A23C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{704CC23A-1465-4599-A759-B32E629A23C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{704CC23A-1465-4599-A759-B32E629A23C2}.Release|Any CPU.Build.0 = Release|Any CPU
{EC3DD549-5419-4B45-8000-73C4E84408DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC3DD549-5419-4B45-8000-73C4E84408DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC3DD549-5419-4B45-8000-73C4E84408DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC3DD549-5419-4B45-8000-73C4E84408DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {24303A61-6E18-4196-81EB-36CBD9ADD635}
EndGlobalSection
EndGlobal