- Timestamp:
- Aug 8, 2022, 8:04:09 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/SpaceWizards.HttpListener/SpaceWizards.HttpListener.csproj
r391 r392 27 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Profiler|AnyCPU' "> 28 28 <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath> 29 <DefineConstants> ENABLE_PROFILER;UNITY_NETFRAMEWORK</DefineConstants>29 <DefineConstants>UNITY_NETFRAMEWORK;ENABLE_PROFILER</DefineConstants> 30 30 <Optimize>true</Optimize> 31 31 <WarningLevel>4</WarningLevel> … … 39 39 <DefineConstants>UNITY_NETFRAMEWORK</DefineConstants> 40 40 <DebugSymbols>true</DebugSymbols> 41 </PropertyGroup> 42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Profiler|AnyCPU' "> 43 <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath> 44 <DefineConstants>UNITY_NETFRAMEWORK;ENABLE_PROFILER</DefineConstants> 45 <DebugSymbols>true</DebugSymbols> 46 <DebugType>full</DebugType> 47 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 41 48 </PropertyGroup> 42 49 <ItemGroup>
Note:
See TracChangeset
for help on using the changeset viewer.