-
Notifications
You must be signed in to change notification settings - Fork 8
/
Radar.sln
50 lines (50 loc) · 2.33 KB
/
Radar.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6BB18C8D-B95B-4587-ADEC-72DD333B41B6}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
azure-pipelines.yml = azure-pipelines.yml
.dockerignore = .dockerignore
docker-compose.yml = docker-compose.yml
mongo-init.js = mongo-init.js
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
ISSUE_TEMPLATE.md = ISSUE_TEMPLATE.md
LICENSE.md = LICENSE.md
PULL_REQUEST_TEMPLATE.md = PULL_REQUEST_TEMPLATE.md
README.md = README.md
package.json = package.json
scripts\publish-changelog.js = scripts\publish-changelog.js
scripts\twitter.js = scripts\twitter.js
GitVersion.yml = GitVersion.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RadarTechno", "src\RadarTechno\RadarTechno.csproj", "{0CB4997E-F08C-4F8B-9B03-6874417E8120}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RadarTechno.tests", "src\RadarTechno.tests\RadarTechno.tests.csproj", "{097504D3-9F66-4954-8AA1-CCE0E5DE0E8B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CB4997E-F08C-4F8B-9B03-6874417E8120}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CB4997E-F08C-4F8B-9B03-6874417E8120}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CB4997E-F08C-4F8B-9B03-6874417E8120}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CB4997E-F08C-4F8B-9B03-6874417E8120}.Release|Any CPU.Build.0 = Release|Any CPU
{097504D3-9F66-4954-8AA1-CCE0E5DE0E8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{097504D3-9F66-4954-8AA1-CCE0E5DE0E8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{097504D3-9F66-4954-8AA1-CCE0E5DE0E8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{097504D3-9F66-4954-8AA1-CCE0E5DE0E8B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AD76CE3B-0701-407D-8DF8-DD42C1FDF1C4}
EndGlobalSection
EndGlobal