move all console traits into one folder
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user