Ignore:
Timestamp:
Aug 29, 2014, 4:18:16 PM (10 years ago)
Author:
alloc
Message:

Fixes: Fixed #49

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj

    r140 r142  
    2828    <ErrorReport>prompt</ErrorReport>
    2929    <WarningLevel>4</WarningLevel>
     30    <ConsolePause>false</ConsolePause>
     31  </PropertyGroup>
     32  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Version|AnyCPU' ">
     33    <DebugType>none</DebugType>
     34    <Optimize>true</Optimize>
     35    <OutputPath>..\bin\Release</OutputPath>
     36    <ErrorReport>prompt</ErrorReport>
     37    <WarningLevel>4</WarningLevel>
     38    <CustomCommands>
     39      <CustomCommands>
     40        <Command type="AfterBuild" command="bash -c &quot;monodis --assembly ${TargetFile} | grep Version &gt; ${TargetDir}/${ProjectName}_version.txt&quot;" />
     41      </CustomCommands>
     42    </CustomCommands>
    3043    <ConsolePause>false</ConsolePause>
    3144  </PropertyGroup>
     
    8093    <Compile Include="src\NetConnections\Servers\Web\MimeType.cs" />
    8194    <Compile Include="src\CustomCommands\EnableRendering.cs" />
     95    <Compile Include="src\PersistentData\PersistentContainer.cs" />
     96    <Compile Include="src\PersistentData\KnownPlayers.cs" />
     97    <Compile Include="src\StateManager.cs" />
    8298  </ItemGroup>
    8399  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
     
    90106    <Folder Include="src\NetConnections\Servers\Telnet\" />
    91107    <Folder Include="src\NetConnections\Servers\Web\" />
     108    <Folder Include="src\PersistentData\" />
    92109  </ItemGroup>
    93110</Project>
Note: See TracChangeset for help on using the changeset viewer.