-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathComponentBase.sln
46 lines (46 loc) · 2.3 KB
/
ComponentBase.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{39BC1193-8B28-46D4-A7C4-169B1BD0BE1E}"
ProjectSection(SolutionItems) = preProject
ComponentBase.Core\ComponentBase.Core.csproj.paket.template = ComponentBase.Core\ComponentBase.Core.csproj.paket.template
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComponentBase.Tests", "ComponentBase.Tests\ComponentBase.Tests.csproj", "{4C7A3CC8-3E3C-4710-9453-F7C91193876B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E8C37807-4E33-4F28-8651-FBAE69DF4EDB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComponentBase.Core", "ComponentBase.Core\ComponentBase.Core.csproj", "{2B05BDD3-9282-4D58-BA32-1D27E1D940D1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C7A3CC8-3E3C-4710-9453-F7C91193876B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C7A3CC8-3E3C-4710-9453-F7C91193876B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C7A3CC8-3E3C-4710-9453-F7C91193876B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C7A3CC8-3E3C-4710-9453-F7C91193876B}.Release|Any CPU.Build.0 = Release|Any CPU
{2B05BDD3-9282-4D58-BA32-1D27E1D940D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B05BDD3-9282-4D58-BA32-1D27E1D940D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B05BDD3-9282-4D58-BA32-1D27E1D940D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B05BDD3-9282-4D58-BA32-1D27E1D940D1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54368E83-9D05-4EB8-9F34-41EF75117391}
EndGlobalSection
EndGlobal