This repository has been archived by the owner on Apr 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
AMDTApplication.sln
executable file
·35 lines (35 loc) · 1.85 KB
/
AMDTApplication.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AMDTApplication", "AMDTApplication.vcxproj", "{02B09CCC-A5A9-46CA-A29E-DD10064C946B}"
ProjectSection(ProjectDependencies) = postProject
{1C20A760-CEE0-4676-9976-DD0188FFD2C8} = {1C20A760-CEE0-4676-9976-DD0188FFD2C8}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AMDTApplicationFramework", "..\AMDTApplicationFramework\AMDTApplicationFramework.vcxproj", "{1C20A760-CEE0-4676-9976-DD0188FFD2C8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02B09CCC-A5A9-46CA-A29E-DD10064C946B}.Debug|Win32.ActiveCfg = Debug|Win32
{02B09CCC-A5A9-46CA-A29E-DD10064C946B}.Debug|Win32.Build.0 = Debug|Win32
{02B09CCC-A5A9-46CA-A29E-DD10064C946B}.Debug|x64.ActiveCfg = Debug|Win32
{02B09CCC-A5A9-46CA-A29E-DD10064C946B}.Release|Win32.ActiveCfg = Release|Win32
{02B09CCC-A5A9-46CA-A29E-DD10064C946B}.Release|Win32.Build.0 = Release|Win32
{02B09CCC-A5A9-46CA-A29E-DD10064C946B}.Release|x64.ActiveCfg = Release|Win32
{1C20A760-CEE0-4676-9976-DD0188FFD2C8}.Debug|Win32.ActiveCfg = Debug|Win32
{1C20A760-CEE0-4676-9976-DD0188FFD2C8}.Debug|Win32.Build.0 = Debug|Win32
{1C20A760-CEE0-4676-9976-DD0188FFD2C8}.Debug|x64.ActiveCfg = Debug|Win32
{1C20A760-CEE0-4676-9976-DD0188FFD2C8}.Release|Win32.ActiveCfg = Release|Win32
{1C20A760-CEE0-4676-9976-DD0188FFD2C8}.Release|Win32.Build.0 = Release|Win32
{1C20A760-CEE0-4676-9976-DD0188FFD2C8}.Release|x64.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal