-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathTarmac64.sln
57 lines (57 loc) · 3.23 KB
/
Tarmac64.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
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8BED16F1-6BBF-4A49-8620-FA3B0AD2E794}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tarmac64 Designer", "Tarmac64 Retail\Tarmac64 Designer.csproj", "{5D094EE2-1FD1-4E91-8719-1EF35BDD5BAD}"
ProjectSection(ProjectDependencies) = postProject
{BD044BBD-727B-40AC-B6BA-087E81864333} = {BD044BBD-727B-40AC-B6BA-087E81864333}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tarmac64 Library", "Tarmac64 Library\Tarmac64 Library.csproj", "{BD044BBD-727B-40AC-B6BA-087E81864333}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TarmacCL", "TarmacCL\TarmacCL.csproj", "{CBC5E2FA-6AE9-4994-A98E-31734607218A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D094EE2-1FD1-4E91-8719-1EF35BDD5BAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D094EE2-1FD1-4E91-8719-1EF35BDD5BAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D094EE2-1FD1-4E91-8719-1EF35BDD5BAD}.Debug|x64.ActiveCfg = Debug|Any CPU
{5D094EE2-1FD1-4E91-8719-1EF35BDD5BAD}.Debug|x64.Build.0 = Debug|Any CPU
{5D094EE2-1FD1-4E91-8719-1EF35BDD5BAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D094EE2-1FD1-4E91-8719-1EF35BDD5BAD}.Release|Any CPU.Build.0 = Release|Any CPU
{5D094EE2-1FD1-4E91-8719-1EF35BDD5BAD}.Release|x64.ActiveCfg = Release|Any CPU
{5D094EE2-1FD1-4E91-8719-1EF35BDD5BAD}.Release|x64.Build.0 = Release|Any CPU
{BD044BBD-727B-40AC-B6BA-087E81864333}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD044BBD-727B-40AC-B6BA-087E81864333}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD044BBD-727B-40AC-B6BA-087E81864333}.Debug|x64.ActiveCfg = Debug|Any CPU
{BD044BBD-727B-40AC-B6BA-087E81864333}.Debug|x64.Build.0 = Debug|Any CPU
{BD044BBD-727B-40AC-B6BA-087E81864333}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD044BBD-727B-40AC-B6BA-087E81864333}.Release|Any CPU.Build.0 = Release|Any CPU
{BD044BBD-727B-40AC-B6BA-087E81864333}.Release|x64.ActiveCfg = Release|Any CPU
{BD044BBD-727B-40AC-B6BA-087E81864333}.Release|x64.Build.0 = Release|Any CPU
{CBC5E2FA-6AE9-4994-A98E-31734607218A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBC5E2FA-6AE9-4994-A98E-31734607218A}.Debug|x64.ActiveCfg = Debug|Any CPU
{CBC5E2FA-6AE9-4994-A98E-31734607218A}.Debug|x64.Build.0 = Debug|Any CPU
{CBC5E2FA-6AE9-4994-A98E-31734607218A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBC5E2FA-6AE9-4994-A98E-31734607218A}.Release|x64.ActiveCfg = Release|Any CPU
{CBC5E2FA-6AE9-4994-A98E-31734607218A}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {56EE1ED5-7156-45F1-9770-5F8A265E4C3F}
EndGlobalSection
EndGlobal