-
Notifications
You must be signed in to change notification settings - Fork 0
/
DeskMotion.sln
47 lines (47 loc) · 2.4 KB
/
DeskMotion.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35309.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeskMotion", "DeskMotion\DeskMotion.csproj", "{3759A514-02EB-4F70-994A-F8654BAE83D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{541C9E5A-0AE1-43A0-91AF-42B9B3251F96}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.env.example = .env.example
.gitignore = .gitignore
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeskMotion.Tests", "DeskMotion.Tests\DeskMotion.Tests.csproj", "{E6ACD7CC-9A24-44EF-8B5E-F8764A6B1CBB}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{61B4AEF0-ABE6-47B8-B1D2-933F68792B15}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3759A514-02EB-4F70-994A-F8654BAE83D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3759A514-02EB-4F70-994A-F8654BAE83D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3759A514-02EB-4F70-994A-F8654BAE83D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3759A514-02EB-4F70-994A-F8654BAE83D1}.Release|Any CPU.Build.0 = Release|Any CPU
{E6ACD7CC-9A24-44EF-8B5E-F8764A6B1CBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6ACD7CC-9A24-44EF-8B5E-F8764A6B1CBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6ACD7CC-9A24-44EF-8B5E-F8764A6B1CBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6ACD7CC-9A24-44EF-8B5E-F8764A6B1CBB}.Release|Any CPU.Build.0 = Release|Any CPU
{61B4AEF0-ABE6-47B8-B1D2-933F68792B15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61B4AEF0-ABE6-47B8-B1D2-933F68792B15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61B4AEF0-ABE6-47B8-B1D2-933F68792B15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61B4AEF0-ABE6-47B8-B1D2-933F68792B15}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3A6F19CF-B0D6-427C-8E5B-CAD9296D9432}
EndGlobalSection
EndGlobal