Changeset 469 for TFP-WebServer/CommandExtensions/CommandExtensions.csproj
- Timestamp:
- Aug 19, 2023, 9:44:10 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TFP-WebServer/CommandExtensions/CommandExtensions.csproj
r453 r469 30 30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 31 31 <OutputPath>..\bin\Mods\TFP_CommandExtensions\</OutputPath> 32 <DebugType> full</DebugType>32 <DebugType>portable</DebugType> 33 33 <DebugSymbols>true</DebugSymbols> 34 34 </PropertyGroup> … … 37 37 <DefineConstants>ENABLE_PROFILER</DefineConstants> 38 38 <DebugSymbols>true</DebugSymbols> 39 <DebugType> full</DebugType>39 <DebugType>portable</DebugType> 40 40 </PropertyGroup> 41 41 <ItemGroup>
Note:
See TracChangeset
for help on using the changeset viewer.