-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFoundry.sln
51 lines (51 loc) · 2.98 KB
/
Foundry.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Foundry", "Foundry.csproj", "{5A240F8A-40EA-461F-9B3F-E49C836DEFEA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FoundryBlam", "FoundryBlam\FoundryBlam.csproj", "{5F2ADA86-18A7-4FF5-BA41-FED39C14A050}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FoundryBlamCorinth", "FoundryBlam\FoundryBlamCorinth\FoundryBlamCorinth.csproj", "{ECE7D98F-15F0-45E5-B2F6-3952CDFB6DFF}"
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
{5A240F8A-40EA-461F-9B3F-E49C836DEFEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A240F8A-40EA-461F-9B3F-E49C836DEFEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A240F8A-40EA-461F-9B3F-E49C836DEFEA}.Debug|x64.ActiveCfg = Debug|Any CPU
{5A240F8A-40EA-461F-9B3F-E49C836DEFEA}.Debug|x64.Build.0 = Debug|Any CPU
{5A240F8A-40EA-461F-9B3F-E49C836DEFEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A240F8A-40EA-461F-9B3F-E49C836DEFEA}.Release|Any CPU.Build.0 = Release|Any CPU
{5A240F8A-40EA-461F-9B3F-E49C836DEFEA}.Release|x64.ActiveCfg = Release|Any CPU
{5A240F8A-40EA-461F-9B3F-E49C836DEFEA}.Release|x64.Build.0 = Release|Any CPU
{5F2ADA86-18A7-4FF5-BA41-FED39C14A050}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F2ADA86-18A7-4FF5-BA41-FED39C14A050}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F2ADA86-18A7-4FF5-BA41-FED39C14A050}.Debug|x64.ActiveCfg = Debug|x64
{5F2ADA86-18A7-4FF5-BA41-FED39C14A050}.Debug|x64.Build.0 = Debug|x64
{5F2ADA86-18A7-4FF5-BA41-FED39C14A050}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F2ADA86-18A7-4FF5-BA41-FED39C14A050}.Release|Any CPU.Build.0 = Release|Any CPU
{5F2ADA86-18A7-4FF5-BA41-FED39C14A050}.Release|x64.ActiveCfg = Release|x64
{5F2ADA86-18A7-4FF5-BA41-FED39C14A050}.Release|x64.Build.0 = Release|x64
{ECE7D98F-15F0-45E5-B2F6-3952CDFB6DFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECE7D98F-15F0-45E5-B2F6-3952CDFB6DFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECE7D98F-15F0-45E5-B2F6-3952CDFB6DFF}.Debug|x64.ActiveCfg = Debug|x64
{ECE7D98F-15F0-45E5-B2F6-3952CDFB6DFF}.Debug|x64.Build.0 = Debug|x64
{ECE7D98F-15F0-45E5-B2F6-3952CDFB6DFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECE7D98F-15F0-45E5-B2F6-3952CDFB6DFF}.Release|Any CPU.Build.0 = Release|Any CPU
{ECE7D98F-15F0-45E5-B2F6-3952CDFB6DFF}.Release|x64.ActiveCfg = Release|Any CPU
{ECE7D98F-15F0-45E5-B2F6-3952CDFB6DFF}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {91B86E80-698D-4E97-8EBC-59C93C2186CE}
EndGlobalSection
EndGlobal