- Timestamp:
- Aug 19, 2023, 9:49:31 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj
r455 r470 14 14 </PropertyGroup> 15 15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 16 <DebugType> none</DebugType>16 <DebugType>portable</DebugType> 17 17 <Optimize>true</Optimize> 18 18 <OutputPath>..\bin\Mods\Allocs_CommonFunc</OutputPath> … … 45 45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 46 46 <OutputPath>..\bin\Mods\Allocs_CommonFunc\</OutputPath> 47 <DebugType>full</DebugType> 47 <DebugType>portable</DebugType> 48 <DebugSymbols>true</DebugSymbols> 48 49 </PropertyGroup> 49 50 <ItemGroup>
Note:
See TracChangeset
for help on using the changeset viewer.