- Timestamp:
- Aug 19, 2023, 9:44:10 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TFP-WebServer/SpaceWizards.HttpListener/SpaceWizards.HttpListener.csproj
r453 r469 35 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 36 36 <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath> 37 <DebugType> full</DebugType>37 <DebugType>portable</DebugType> 38 38 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 39 39 <DefineConstants>UNITY_NETFRAMEWORK</DefineConstants> … … 44 44 <DefineConstants>UNITY_NETFRAMEWORK;ENABLE_PROFILER</DefineConstants> 45 45 <DebugSymbols>true</DebugSymbols> 46 <DebugType> full</DebugType>46 <DebugType>portable</DebugType> 47 47 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 48 48 </PropertyGroup>
Note:
See TracChangeset
for help on using the changeset viewer.