- Timestamp:
- Aug 29, 2014, 4:18:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj
r140 r142 28 28 <ErrorReport>prompt</ErrorReport> 29 29 <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 "monodis --assembly ${TargetFile} | grep Version > ${TargetDir}/${ProjectName}_version.txt"" /> 41 </CustomCommands> 42 </CustomCommands> 30 43 <ConsolePause>false</ConsolePause> 31 44 </PropertyGroup> … … 80 93 <Compile Include="src\NetConnections\Servers\Web\MimeType.cs" /> 81 94 <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" /> 82 98 </ItemGroup> 83 99 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> … … 90 106 <Folder Include="src\NetConnections\Servers\Telnet\" /> 91 107 <Folder Include="src\NetConnections\Servers\Web\" /> 108 <Folder Include="src\PersistentData\" /> 92 109 </ItemGroup> 93 110 </Project>
Note:
See TracChangeset
for help on using the changeset viewer.