Changeset 510 for TFP-WebServer/SpaceWizards.HttpListener
- Timestamp:
- Jul 27, 2025, 1:46:16 PM (10 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TFP-WebServer/SpaceWizards.HttpListener/SpaceWizards.HttpListener.csproj
r469 r510 32 32 <NoStdLib>true</NoStdLib> 33 33 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 34 <DebugType>embedded</DebugType> 34 35 </PropertyGroup> 35 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 36 37 <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath> 37 <DebugType> portable</DebugType>38 <DebugType>embedded</DebugType> 38 39 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 39 40 <DefineConstants>UNITY_NETFRAMEWORK</DefineConstants> … … 44 45 <DefineConstants>UNITY_NETFRAMEWORK;ENABLE_PROFILER</DefineConstants> 45 46 <DebugSymbols>true</DebugSymbols> 46 <DebugType> portable</DebugType>47 <DebugType>embedded</DebugType> 47 48 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 48 49 </PropertyGroup>
Note:
See TracChangeset
for help on using the changeset viewer.