Changeset 470
- Timestamp:
- Aug 19, 2023, 9:49:31 PM (15 months ago)
- Location:
- binary-improvements
- Files:
-
- 3 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> -
binary-improvements/AllocsCommands/AllocsCommands.csproj
r455 r470 30 30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 31 31 <OutputPath>..\bin\Mods\Allocs_CommandExtensions\</OutputPath> 32 <DebugType>full</DebugType> 32 <DebugType>portable</DebugType> 33 <DebugSymbols>true</DebugSymbols> 33 34 </PropertyGroup> 34 35 <ItemGroup> -
binary-improvements/MapRendering/WebAndMapRendering.csproj
r464 r470 34 34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 35 35 <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath> 36 <DebugType>full</DebugType> 36 <DebugType>portable</DebugType> 37 <DebugSymbols>true</DebugSymbols> 37 38 </PropertyGroup> 38 39 <ItemGroup>
Note:
See TracChangeset
for help on using the changeset viewer.