Skip to content

Commit

Permalink
slight modification in proect strcuture
Browse files Browse the repository at this point in the history
  • Loading branch information
suegy committed Jun 12, 2013
1 parent 475afe6 commit 363acd0
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 2 deletions.
Binary file modified Release/Libs/client/ClrAIModuleLoader.exe
Binary file not shown.
Binary file modified Release/Libs/client/StarcraftBot.dll
Binary file not shown.
Binary file modified Release/Libs/client/bwapi-clr.dll
Binary file not shown.
Binary file modified Release/Libs/client/bwapi-native.dll
Binary file not shown.
Binary file modified Release/StarcraftBot/StarcraftBot.suo
Binary file not shown.
3 changes: 3 additions & 0 deletions Source/bwapi-clr-client/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/ipch/
/_UpgradeReport_Files/
/debug-binaries/
/POSH-Launcher/
/POSH-StarCraftBot/
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace StarcraftBotLib
{
public class BODStarCraftBot : IStarcraftBot
public class StarCraftBot : IStarcraftBot
{
void IStarcraftBot.onStart()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BODStarCraftBot.cs" />
<Compile Include="StarCraftBot.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
Expand Down
Binary file modified Source/bwapi-clr-client/bwapi-clr-client.sdf
Binary file not shown.
28 changes: 28 additions & 0 deletions Source/bwapi-clr-client/bwapi-clr-client.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClrAIModuleLoader", "clrAIM
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StarcraftBotLib", "StarcraftBotLib\StarcraftBotLib.csproj", "{70550A19-51BF-46AE-B748-07191E2CF155}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "POSH-Launcher", "..\..\..\..\SCAI\POSH-Launcher\POSH-Launcher.csproj", "{2829914E-AD78-450D-96D2-404EB8E06CB5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "POSH-StarCraftBot", "..\..\..\..\SCAI\POSH-StarCraftBot\POSH-StarCraftBot.csproj", "{A4730B6A-6717-48D8-AEB2-810AE3A0315D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -94,6 +98,30 @@ Global
{70550A19-51BF-46AE-B748-07191E2CF155}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{70550A19-51BF-46AE-B748-07191E2CF155}.Release|Win32.ActiveCfg = Release|Any CPU
{70550A19-51BF-46AE-B748-07191E2CF155}.Release|x86.ActiveCfg = Release|Any CPU
{2829914E-AD78-450D-96D2-404EB8E06CB5}.Debug|Any CPU.ActiveCfg = Debug|x86
{2829914E-AD78-450D-96D2-404EB8E06CB5}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{2829914E-AD78-450D-96D2-404EB8E06CB5}.Debug|Mixed Platforms.Build.0 = Debug|x86
{2829914E-AD78-450D-96D2-404EB8E06CB5}.Debug|Win32.ActiveCfg = Debug|x86
{2829914E-AD78-450D-96D2-404EB8E06CB5}.Debug|x86.ActiveCfg = Debug|x86
{2829914E-AD78-450D-96D2-404EB8E06CB5}.Debug|x86.Build.0 = Debug|x86
{2829914E-AD78-450D-96D2-404EB8E06CB5}.Release|Any CPU.ActiveCfg = Release|x86
{2829914E-AD78-450D-96D2-404EB8E06CB5}.Release|Mixed Platforms.ActiveCfg = Release|x86
{2829914E-AD78-450D-96D2-404EB8E06CB5}.Release|Mixed Platforms.Build.0 = Release|x86
{2829914E-AD78-450D-96D2-404EB8E06CB5}.Release|Win32.ActiveCfg = Release|x86
{2829914E-AD78-450D-96D2-404EB8E06CB5}.Release|x86.ActiveCfg = Release|x86
{2829914E-AD78-450D-96D2-404EB8E06CB5}.Release|x86.Build.0 = Release|x86
{A4730B6A-6717-48D8-AEB2-810AE3A0315D}.Debug|Any CPU.ActiveCfg = Debug|x86
{A4730B6A-6717-48D8-AEB2-810AE3A0315D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{A4730B6A-6717-48D8-AEB2-810AE3A0315D}.Debug|Mixed Platforms.Build.0 = Debug|x86
{A4730B6A-6717-48D8-AEB2-810AE3A0315D}.Debug|Win32.ActiveCfg = Debug|x86
{A4730B6A-6717-48D8-AEB2-810AE3A0315D}.Debug|x86.ActiveCfg = Debug|x86
{A4730B6A-6717-48D8-AEB2-810AE3A0315D}.Debug|x86.Build.0 = Debug|x86
{A4730B6A-6717-48D8-AEB2-810AE3A0315D}.Release|Any CPU.ActiveCfg = Release|x86
{A4730B6A-6717-48D8-AEB2-810AE3A0315D}.Release|Mixed Platforms.ActiveCfg = Release|x86
{A4730B6A-6717-48D8-AEB2-810AE3A0315D}.Release|Mixed Platforms.Build.0 = Release|x86
{A4730B6A-6717-48D8-AEB2-810AE3A0315D}.Release|Win32.ActiveCfg = Release|x86
{A4730B6A-6717-48D8-AEB2-810AE3A0315D}.Release|x86.ActiveCfg = Release|x86
{A4730B6A-6717-48D8-AEB2-810AE3A0315D}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Binary file modified Source/bwapi-clr-client/bwapi-clr-client.suo
Binary file not shown.

0 comments on commit 363acd0

Please sign in to comment.