- Timestamp:
- Aug 8, 2022, 8:04:09 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/7dtd-server-fixes/7dtd-server-fixes.csproj
r391 r392 47 47 <DebugSymbols>true</DebugSymbols> 48 48 </PropertyGroup> 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Profiler|AnyCPU' "> 50 <OutputPath>..\bin\Mods\Allocs_CommonFunc\</OutputPath> 51 <DefineConstants>ENABLE_PROFILER</DefineConstants> 52 <DebugSymbols>true</DebugSymbols> 53 <DebugType>full</DebugType> 54 </PropertyGroup> 49 55 <ItemGroup> 50 56 <Reference Include="Assembly-CSharp"> … … 83 89 <ItemGroup> 84 90 <Compile Include="src\AssemblyInfo.cs" /> 91 <Compile Include="src\FileCache\InvalidateCachesCmd.cs" /> 85 92 <Compile Include="src\JSON\JsonManualBuilder.cs" /> 86 93 <Compile Include="src\LiveData\Animals.cs" />
Note:
See TracChangeset
for help on using the changeset viewer.