-
Notifications
You must be signed in to change notification settings - Fork 16
/
CSharpRepl.sln
51 lines (51 loc) · 2.35 KB
/
CSharpRepl.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32317.152
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{443496A8-A004-4C46-8C8F-66FD55AB6402}"
ProjectSection(SolutionItems) = preProject
nuget.config = nuget.config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharpRepl", "CSharpRepl\CSharpRepl.csproj", "{0DD73E76-C5B2-4201-B3E3-760EA8C147BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharpRepl.Tests", "CSharpRepl.Tests\CSharpRepl.Tests.csproj", "{429C6E16-F570-418D-8924-0E4594C37D1D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docker", "Docker", "{05C55267-AFC5-4675-BC86-63396D410CC9}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
Dockerfile = Dockerfile
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C99A7F61-E624-47AC-9782-1B864E2DBB7A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0DD73E76-C5B2-4201-B3E3-760EA8C147BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DD73E76-C5B2-4201-B3E3-760EA8C147BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DD73E76-C5B2-4201-B3E3-760EA8C147BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DD73E76-C5B2-4201-B3E3-760EA8C147BF}.Release|Any CPU.Build.0 = Release|Any CPU
{429C6E16-F570-418D-8924-0E4594C37D1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{429C6E16-F570-418D-8924-0E4594C37D1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{429C6E16-F570-418D-8924-0E4594C37D1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{429C6E16-F570-418D-8924-0E4594C37D1D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F9247FB2-9FDD-4CB0-A23C-93705D6F2222}
EndGlobalSection
EndGlobal