forked from Ryochan7/DS4MapperTest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDS4MapperTest.sln
More file actions
39 lines (39 loc) · 2.11 KB
/
Copy pathDS4MapperTest.sln
File metadata and controls
39 lines (39 loc) · 2.11 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DS4MapperTest", "DS4MapperTest\DS4MapperTest.csproj", "{0F0078E5-7A1D-4450-A8AC-70859D4D1802}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DS4MapperUnitTests", "DS4MapperUnitTests\DS4MapperUnitTests.csproj", "{D4122FA7-ACC6-4852-8597-CD233F470F4B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Tests|x64 = Debug Tests|x64
Debug|x64 = Debug|x64
Release Tests|x64 = Release Tests|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0F0078E5-7A1D-4450-A8AC-70859D4D1802}.Debug Tests|x64.ActiveCfg = Debug Tests|x64
{0F0078E5-7A1D-4450-A8AC-70859D4D1802}.Debug Tests|x64.Build.0 = Debug Tests|x64
{0F0078E5-7A1D-4450-A8AC-70859D4D1802}.Debug|x64.ActiveCfg = Debug|x64
{0F0078E5-7A1D-4450-A8AC-70859D4D1802}.Debug|x64.Build.0 = Debug|x64
{0F0078E5-7A1D-4450-A8AC-70859D4D1802}.Release Tests|x64.ActiveCfg = Release Tests|x64
{0F0078E5-7A1D-4450-A8AC-70859D4D1802}.Release Tests|x64.Build.0 = Release Tests|x64
{0F0078E5-7A1D-4450-A8AC-70859D4D1802}.Release|x64.ActiveCfg = Release|x64
{0F0078E5-7A1D-4450-A8AC-70859D4D1802}.Release|x64.Build.0 = Release|x64
{D4122FA7-ACC6-4852-8597-CD233F470F4B}.Debug Tests|x64.ActiveCfg = Debug Tests|x64
{D4122FA7-ACC6-4852-8597-CD233F470F4B}.Debug Tests|x64.Build.0 = Debug Tests|x64
{D4122FA7-ACC6-4852-8597-CD233F470F4B}.Debug|x64.ActiveCfg = Debug|x64
{D4122FA7-ACC6-4852-8597-CD233F470F4B}.Release Tests|x64.ActiveCfg = Release Tests|x64
{D4122FA7-ACC6-4852-8597-CD233F470F4B}.Release Tests|x64.Build.0 = Release Tests|x64
{D4122FA7-ACC6-4852-8597-CD233F470F4B}.Release|x64.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09481E4F-E87E-447D-B86E-07BAA15A5FD8}
EndGlobalSection
EndGlobal