Ignore:
Timestamp:
Apr 18, 2015, 4:27:57 PM (10 years ago)
Author:
alloc
Message:

Binary improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/AllocsCommands/AllocsCommands.csproj

    r224 r230  
    1515    <DebugType>none</DebugType>
    1616    <Optimize>true</Optimize>
    17     <OutputPath>..\bin\Mods\AllocsCommands\</OutputPath>
     17    <OutputPath>..\bin\Mods\Allocs_CommandExtensions\</OutputPath>
    1818    <ErrorReport>prompt</ErrorReport>
    1919    <WarningLevel>4</WarningLevel>
     
    4141  <ItemGroup>
    4242    <Compile Include="AssemblyInfo.cs" />
    43     <Compile Include="Commands\GetGamePrefs.cs" />
    44     <Compile Include="Commands\GetTime.cs" />
    4543    <Compile Include="Commands\Give.cs" />
    46     <Compile Include="Commands\Kill.cs" />
    4744    <Compile Include="Commands\ListItems.cs" />
    4845    <Compile Include="Commands\ListKnownPlayers.cs" />
    4946    <Compile Include="Commands\ListLandProtection.cs" />
    50     <Compile Include="Commands\ListPlayerIds.cs" />
    51     <Compile Include="Commands\PrivateMassageConnections.cs" />
    5247    <Compile Include="Commands\RemoveLandProtection.cs" />
    5348    <Compile Include="Commands\Reply.cs" />
    5449    <Compile Include="Commands\SayToPlayer.cs" />
    55     <Compile Include="Commands\SetTimeReal.cs" />
    5650    <Compile Include="Commands\ShowInventory.cs" />
    5751    <Compile Include="Commands\TeleportPlayer.cs" />
    58     <Compile Include="Commands\Unban.cs" />
    59     <Compile Include="API.cs" />
     52    <Compile Include="PrivateMassageConnections.cs" />
     53    <Compile Include="Chat.cs" />
    6054  </ItemGroup>
    6155  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
     
    7064    <Folder Include="Commands\" />
    7165  </ItemGroup>
     66  <ItemGroup>
     67    <None Include="ModInfo.xml">
     68      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     69    </None>
     70  </ItemGroup>
    7271</Project>
Note: See TracChangeset for help on using the changeset viewer.