This repository has been archived by the owner on Dec 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTeamDynamixLib.sln
34 lines (34 loc) · 1.74 KB
/
TeamDynamixLib.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeamDynamixLib", "TeamDynamixLib\TeamDynamixLib.csproj", "{A6EAB1BC-8708-4133-996B-1C75E64A638B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeamDynamixLibTests", "TeamDynamixLibTests\TeamDynamixLibTests.csproj", "{8229C3DB-A3A2-4B48-8732-0199D376C52B}"
ProjectSection(ProjectDependencies) = postProject
{A6EAB1BC-8708-4133-996B-1C75E64A638B} = {A6EAB1BC-8708-4133-996B-1C75E64A638B}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6EAB1BC-8708-4133-996B-1C75E64A638B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6EAB1BC-8708-4133-996B-1C75E64A638B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6EAB1BC-8708-4133-996B-1C75E64A638B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6EAB1BC-8708-4133-996B-1C75E64A638B}.Release|Any CPU.Build.0 = Release|Any CPU
{8229C3DB-A3A2-4B48-8732-0199D376C52B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8229C3DB-A3A2-4B48-8732-0199D376C52B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8229C3DB-A3A2-4B48-8732-0199D376C52B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8229C3DB-A3A2-4B48-8732-0199D376C52B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA6A2AEA-7E6F-4CEA-92DA-6AC0F9AACA6F}
EndGlobalSection
EndGlobal