-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRefinery.sln
52 lines (52 loc) · 2.23 KB
/
Refinery.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
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33801.468
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Refinery", "src\Refinery\Refinery.csproj", "{0E321FA1-33FC-463B-901F-E943CA4BF4C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Refinery.Tests", "test\Refinery\Refinery.Tests.csproj", "{CD399DFA-4FF0-4AC3-AA86-066C0D628ACB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "솔루션 항목", "솔루션 항목", "{C7ACA3C6-BE90-4B2C-94EF-1E141635CE56}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E321FA1-33FC-463B-901F-E943CA4BF4C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E321FA1-33FC-463B-901F-E943CA4BF4C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E321FA1-33FC-463B-901F-E943CA4BF4C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E321FA1-33FC-463B-901F-E943CA4BF4C8}.Release|Any CPU.Build.0 = Release|Any CPU
{CD399DFA-4FF0-4AC3-AA86-066C0D628ACB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD399DFA-4FF0-4AC3-AA86-066C0D628ACB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD399DFA-4FF0-4AC3-AA86-066C0D628ACB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD399DFA-4FF0-4AC3-AA86-066C0D628ACB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FBEF16A5-73A4-4611-B6B3-64D3D7D5D282}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $4
$2.FileWidth = 80
$2.TabsToSpaces = True
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
$4.FileWidth = 80
$4.TabsToSpaces = True
$4.EolMarker = Unix
$4.scope = text/plain
$0.StandardHeader = $5
EndGlobalSection
EndGlobal