public
Description: A military AI experiment
Homepage: http://www.kindohm.com
Clone URL: git://github.com/kindohm/kindohm-artillery.git
kindohm-artillery / kindohm-artillery.sln
100644 37 lines (36 sloc) 2.352 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

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kindohm.Artillery.Library", "Kindohm.Artillery.Library\Kindohm.Artillery.Library.csproj", "{15BA645D-25E6-481E-B524-982B8C00CD75}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kindohm.Artillery.Files", "Kindohm.Artillery.Files\Kindohm.Artillery.Files.csproj", "{B4E0F9CA-4C06-4CCE-B2F7-F95497819641}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kindohm.Artillery.Tests", "Kindohm.Artillery.Tests\Kindohm.Artillery.Tests.csproj", "{270EACC4-4111-460F-9012-0E8519274E46}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kindohm.Artillery.Construct", "Kindohm.Artillery.Construct\Kindohm.Artillery.Construct.csproj", "{2E076919-F8D2-460D-9962-4B550136646C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{15BA645D-25E6-481E-B524-982B8C00CD75}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{15BA645D-25E6-481E-B524-982B8C00CD75}.Debug|Any CPU.Build.0 = Release|Any CPU
{15BA645D-25E6-481E-B524-982B8C00CD75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15BA645D-25E6-481E-B524-982B8C00CD75}.Release|Any CPU.Build.0 = Release|Any CPU
{B4E0F9CA-4C06-4CCE-B2F7-F95497819641}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{B4E0F9CA-4C06-4CCE-B2F7-F95497819641}.Release|Any CPU.ActiveCfg = Release|Any CPU
{270EACC4-4111-460F-9012-0E8519274E46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{270EACC4-4111-460F-9012-0E8519274E46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{270EACC4-4111-460F-9012-0E8519274E46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{270EACC4-4111-460F-9012-0E8519274E46}.Release|Any CPU.Build.0 = Release|Any CPU
{2E076919-F8D2-460D-9962-4B550136646C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E076919-F8D2-460D-9962-4B550136646C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E076919-F8D2-460D-9962-4B550136646C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E076919-F8D2-460D-9962-4B550136646C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal