-
Notifications
You must be signed in to change notification settings - Fork 7
/
TraktorMapping.sln
46 lines (46 loc) · 2.49 KB
/
TraktorMapping.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 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraktorMapping.TSI", "TraktorMapping.TSI\TraktorMapping.TSI.csproj", "{F96A8CC6-BC2F-4F6C-95DF-B2EE102F0CBA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraktorMapping.TSI.Tests", "TraktorMapping.TSI.Tests\TraktorMapping.TSI.Tests.csproj", "{646B96C2-ECB1-45D9-BFF7-D63FFFE0BCE0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Editor", "Editor\Editor.csproj", "{807EF2A7-AE0B-48A7-8FD4-241229AE7389}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D25D524C-3395-4862-BEDA-E71C12F43C9D}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{755D2009-05DF-4BB2-B816-ECEBF81D9240}"
ProjectSection(SolutionItems) = preProject
Code Analysis.ruleset = Code Analysis.ruleset
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F96A8CC6-BC2F-4F6C-95DF-B2EE102F0CBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F96A8CC6-BC2F-4F6C-95DF-B2EE102F0CBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F96A8CC6-BC2F-4F6C-95DF-B2EE102F0CBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F96A8CC6-BC2F-4F6C-95DF-B2EE102F0CBA}.Release|Any CPU.Build.0 = Release|Any CPU
{646B96C2-ECB1-45D9-BFF7-D63FFFE0BCE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{646B96C2-ECB1-45D9-BFF7-D63FFFE0BCE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{646B96C2-ECB1-45D9-BFF7-D63FFFE0BCE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{646B96C2-ECB1-45D9-BFF7-D63FFFE0BCE0}.Release|Any CPU.Build.0 = Release|Any CPU
{807EF2A7-AE0B-48A7-8FD4-241229AE7389}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{807EF2A7-AE0B-48A7-8FD4-241229AE7389}.Debug|Any CPU.Build.0 = Debug|Any CPU
{807EF2A7-AE0B-48A7-8FD4-241229AE7389}.Release|Any CPU.ActiveCfg = Release|Any CPU
{807EF2A7-AE0B-48A7-8FD4-241229AE7389}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal