generated from dailydevops/dotnet-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Extensions.Strings.sln
54 lines (54 loc) · 2.73 KB
/
Extensions.Strings.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
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E8B6AB07-21D5-4C9F-AFC4-77BD53217B88}"
ProjectSection(SolutionItems) = preProject
.csharpierignore = .csharpierignore
.editorconfig = .editorconfig
.filenesting.json = .filenesting.json
.gitignore = .gitignore
.gitmodules = .gitmodules
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
Directory.Solution.props = Directory.Solution.props
GitVersion.yml = GitVersion.yml
LICENSE = LICENSE
new-project.ps1 = new-project.ps1
nuget.config = nuget.config
README.md = README.md
update-solution.ps1 = update-solution.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{18F2D102-4D40-4E26-9011-E0602FB5E3D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetEvolve.Extensions.Strings", "src\NetEvolve.Extensions.Strings\NetEvolve.Extensions.Strings.csproj", "{39AF907B-7534-47B9-9168-EDB06F63D309}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{B4968AD2-1114-4C74-9D6C-D156532BF4AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetEvolve.Extensions.Strings.Tests.Unit", "tests\NetEvolve.Extensions.Strings.Tests.Unit\NetEvolve.Extensions.Strings.Tests.Unit.csproj", "{0BE903D3-73FF-4B34-8E82-5707B42BA2A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39AF907B-7534-47B9-9168-EDB06F63D309}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39AF907B-7534-47B9-9168-EDB06F63D309}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39AF907B-7534-47B9-9168-EDB06F63D309}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39AF907B-7534-47B9-9168-EDB06F63D309}.Release|Any CPU.Build.0 = Release|Any CPU
{0BE903D3-73FF-4B34-8E82-5707B42BA2A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BE903D3-73FF-4B34-8E82-5707B42BA2A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BE903D3-73FF-4B34-8E82-5707B42BA2A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BE903D3-73FF-4B34-8E82-5707B42BA2A2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{39AF907B-7534-47B9-9168-EDB06F63D309} = {18F2D102-4D40-4E26-9011-E0602FB5E3D8}
{0BE903D3-73FF-4B34-8E82-5707B42BA2A2} = {B4968AD2-1114-4C74-9D6C-D156532BF4AF}
EndGlobalSection
EndGlobal