Changeset 510 for TFP-WebServer/CommandExtensions/CommandExtensions.csproj
- Timestamp:
- Jul 27, 2025, 1:46:16 PM (4 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TFP-WebServer/CommandExtensions/CommandExtensions.csproj
r469 r510 27 27 <WarningLevel>4</WarningLevel> 28 28 <NoStdLib>true</NoStdLib> 29 <DebugSymbols>true</DebugSymbols> 30 <DebugType>embedded</DebugType> 29 31 </PropertyGroup> 30 32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 31 33 <OutputPath>..\bin\Mods\TFP_CommandExtensions\</OutputPath> 32 <DebugType> portable</DebugType>34 <DebugType>embedded</DebugType> 33 35 <DebugSymbols>true</DebugSymbols> 34 36 </PropertyGroup> … … 37 39 <DefineConstants>ENABLE_PROFILER</DefineConstants> 38 40 <DebugSymbols>true</DebugSymbols> 39 <DebugType> portable</DebugType>41 <DebugType>embedded</DebugType> 40 42 </PropertyGroup> 41 43 <ItemGroup>
Note:
See TracChangeset
for help on using the changeset viewer.