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