This repository has been archived by the owner on May 16, 2022. It is now read-only.
generated from WirePact/dotnet-solution-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WirePack.Translator.Base.sln
46 lines (46 loc) · 2.34 KB
/
WirePack.Translator.Base.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
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{31690A87-A2CA-443E-AB66-C015EDFFA858}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "config", "config", "{B12F1504-567B-4954-B9BA-6660B908DF28}"
ProjectSection(SolutionItems) = preProject
config\CodeAnalysis.targets = config\CodeAnalysis.targets
config\Common.targets = config\Common.targets
config\project.ruleset = config\project.ruleset
config\stylecop.json = config\stylecop.json
.gitignore = .gitignore
renovate.json = renovate.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3536304B-998B-4767-ABA2-38CAEB4FD23B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{DC520555-3BB4-4E79-9494-FACF939D3B50}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution", "solution", "{024BA998-BA0C-4EA6-A387-D67807AE8F8B}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{09A400DB-C700-477A-ABED-2917035BEAF2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WirePact.Translator.Base", "src\WirePact.Translator.Base\WirePact.Translator.Base.csproj", "{E618DC5A-A728-44AF-8F39-69F0B5DF887E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{09A400DB-C700-477A-ABED-2917035BEAF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09A400DB-C700-477A-ABED-2917035BEAF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E618DC5A-A728-44AF-8F39-69F0B5DF887E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E618DC5A-A728-44AF-8F39-69F0B5DF887E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E618DC5A-A728-44AF-8F39-69F0B5DF887E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E618DC5A-A728-44AF-8F39-69F0B5DF887E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{09A400DB-C700-477A-ABED-2917035BEAF2} = {31690A87-A2CA-443E-AB66-C015EDFFA858}
{E618DC5A-A728-44AF-8F39-69F0B5DF887E} = {3536304B-998B-4767-ABA2-38CAEB4FD23B}
EndGlobalSection
EndGlobal