Last change
on this file was 191, checked in by chronos, 5 years ago |
- Added: AI Template directory with manual for development of custom AI from original game.
|
File size:
408 bytes
|
Line | |
---|
1 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
2 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
3 | <StartWorkingDirectory>
|
---|
4 | </StartWorkingDirectory>
|
---|
5 | </PropertyGroup>
|
---|
6 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
7 | <StartWorkingDirectory>
|
---|
8 | </StartWorkingDirectory>
|
---|
9 | </PropertyGroup>
|
---|
10 | </Project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.