-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathOBeautifulCode.Reflection.sln
More file actions
39 lines (39 loc) · 2 KB
/
Copy pathOBeautifulCode.Reflection.sln
File metadata and controls
39 lines (39 loc) · 2 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.Reflection.Recipes", "OBeautifulCode.Reflection.Recipes\OBeautifulCode.Reflection.Recipes.csproj", "{D8E4EB63-BA31-4F7B-9B0E-AA9A046A6B85}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.Reflection.Recipes.Test", "OBeautifulCode.Reflection.Recipes.Test\OBeautifulCode.Reflection.Recipes.Test.csproj", "{0F25254C-160C-49BC-BC51-FD9DCA4D8652}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{363F1A17-DA8A-40F6-9B78-C0AD9CD3588D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
RepoConfig.state = RepoConfig.state
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D8E4EB63-BA31-4F7B-9B0E-AA9A046A6B85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8E4EB63-BA31-4F7B-9B0E-AA9A046A6B85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8E4EB63-BA31-4F7B-9B0E-AA9A046A6B85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8E4EB63-BA31-4F7B-9B0E-AA9A046A6B85}.Release|Any CPU.Build.0 = Release|Any CPU
{0F25254C-160C-49BC-BC51-FD9DCA4D8652}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F25254C-160C-49BC-BC51-FD9DCA4D8652}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F25254C-160C-49BC-BC51-FD9DCA4D8652}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F25254C-160C-49BC-BC51-FD9DCA4D8652}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1F456536-504A-4F6A-BB91-26E8180CEFA3}
EndGlobalSection
EndGlobal