-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNarochno.EnvFile.sln
36 lines (36 loc) · 2.09 KB
/
Narochno.EnvFile.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Narochno.EnvFile", "src\Narochno.EnvFile\Narochno.EnvFile.csproj", "{5642D270-E395-459C-943B-A495CD630B71}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Narochno.EnvFile.Tests", "tests\Narochno.EnvFile.Tests\Narochno.EnvFile.Tests.csproj", "{51A7BB85-2267-4811-A289-46F9A348AAA1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Config", "Config", "{ED5BB2CC-D22A-4CA3-A773-B796036EB7EA}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "build", "build\build.csproj", "{A3ECDCF2-8729-4C7B-981D-900DED6F1360}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5642D270-E395-459C-943B-A495CD630B71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5642D270-E395-459C-943B-A495CD630B71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5642D270-E395-459C-943B-A495CD630B71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5642D270-E395-459C-943B-A495CD630B71}.Release|Any CPU.Build.0 = Release|Any CPU
{51A7BB85-2267-4811-A289-46F9A348AAA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51A7BB85-2267-4811-A289-46F9A348AAA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51A7BB85-2267-4811-A289-46F9A348AAA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51A7BB85-2267-4811-A289-46F9A348AAA1}.Release|Any CPU.Build.0 = Release|Any CPU
{A3ECDCF2-8729-4C7B-981D-900DED6F1360}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3ECDCF2-8729-4C7B-981D-900DED6F1360}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3ECDCF2-8729-4C7B-981D-900DED6F1360}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3ECDCF2-8729-4C7B-981D-900DED6F1360}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal