move all console traits into one folder

This commit is contained in:
Matthias Mailänder
2014-05-13 09:16:34 +02:00
parent b471e02776
commit e647712003
4 changed files with 4 additions and 3 deletions

View File

@@ -523,9 +523,9 @@
<Compile Include="Scripting\Global\CameraGlobal.cs" />
<Compile Include="Scripting\Properties\ChronosphereProperties.cs" />
<Compile Include="Scripting\ScriptInvulnerable.cs" />
<Compile Include="DevCommands.cs" />
<Compile Include="HelpCommand.cs" />
<Compile Include="ChatCommands.cs" />
<Compile Include="Console\ChatCommands.cs" />
<Compile Include="Console\DevCommands.cs" />
<Compile Include="Console\HelpCommand.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj">
@@ -574,5 +574,6 @@ cd "$(SolutionDir)"</PostBuildEvent>
<ItemGroup>
<Folder Include="Scripting\Global\" />
<Folder Include="Scripting\Properties\" />
<Folder Include="Console\" />
</ItemGroup>
</Project>