-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTalisman.sln
More file actions
executable file
·38 lines (38 loc) · 2.1 KB
/
Talisman.sln
File metadata and controls
executable file
·38 lines (38 loc) · 2.1 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Talisman", "Talisman\Talisman.vcxproj", "{6C0511A6-F5CA-43DC-9478-D97B49B44C9C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestDriver", "TestDriver\TestDriver.vcxproj", "{1C0B4E2B-3064-4F8F-9166-9D4B2C3FA11B}"
ProjectSection(ProjectDependencies) = postProject
{6C0511A6-F5CA-43DC-9478-D97B49B44C9C} = {6C0511A6-F5CA-43DC-9478-D97B49B44C9C}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TalismanConsole", "TalismanConsole\TalismanConsole.vcxproj", "{DE8626BC-DAA1-4029-8FA9-441DB1E5A0C3}"
ProjectSection(ProjectDependencies) = postProject
{6C0511A6-F5CA-43DC-9478-D97B49B44C9C} = {6C0511A6-F5CA-43DC-9478-D97B49B44C9C}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C0511A6-F5CA-43DC-9478-D97B49B44C9C}.Debug|Win32.ActiveCfg = Debug|Win32
{6C0511A6-F5CA-43DC-9478-D97B49B44C9C}.Debug|Win32.Build.0 = Debug|Win32
{6C0511A6-F5CA-43DC-9478-D97B49B44C9C}.Release|Win32.ActiveCfg = Release|Win32
{6C0511A6-F5CA-43DC-9478-D97B49B44C9C}.Release|Win32.Build.0 = Release|Win32
{1C0B4E2B-3064-4F8F-9166-9D4B2C3FA11B}.Debug|Win32.ActiveCfg = Debug|Win32
{1C0B4E2B-3064-4F8F-9166-9D4B2C3FA11B}.Debug|Win32.Build.0 = Debug|Win32
{1C0B4E2B-3064-4F8F-9166-9D4B2C3FA11B}.Release|Win32.ActiveCfg = Release|Win32
{1C0B4E2B-3064-4F8F-9166-9D4B2C3FA11B}.Release|Win32.Build.0 = Release|Win32
{DE8626BC-DAA1-4029-8FA9-441DB1E5A0C3}.Debug|Win32.ActiveCfg = Debug|Win32
{DE8626BC-DAA1-4029-8FA9-441DB1E5A0C3}.Debug|Win32.Build.0 = Debug|Win32
{DE8626BC-DAA1-4029-8FA9-441DB1E5A0C3}.Release|Win32.ActiveCfg = Release|Win32
{DE8626BC-DAA1-4029-8FA9-441DB1E5A0C3}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal