- Timestamp:
- Aug 7, 2022, 3:02:24 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/SpaceWizards.HttpListener/SpaceWizards.HttpListener.csproj
r386 r391 17 17 <DebugType>none</DebugType> 18 18 <Optimize>true</Optimize> 19 <OutputPath>..\bin\Mods\ Allocs_WebAndMapRendering\</OutputPath>19 <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath> 20 20 <ErrorReport>prompt</ErrorReport> 21 21 <WarningLevel>4</WarningLevel> … … 26 26 </PropertyGroup> 27 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Profiler|AnyCPU' "> 28 <OutputPath>..\bin\Mods\ Allocs_WebAndMapRendering\</OutputPath>28 <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath> 29 29 <DefineConstants>ENABLE_PROFILER;UNITY_NETFRAMEWORK</DefineConstants> 30 30 <Optimize>true</Optimize> … … 34 34 </PropertyGroup> 35 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 36 <OutputPath>..\bin\Mods\ Allocs_WebAndMapRendering\</OutputPath>36 <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath> 37 37 <DebugType>full</DebugType> 38 38 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Note:
See TracChangeset
for help on using the changeset viewer.