Ignore:
Timestamp:
Aug 7, 2022, 3:02:24 PM (2 years ago)
Author:
alloc
Message:

Major refactoring/cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/SpaceWizards.HttpListener/SpaceWizards.HttpListener.csproj

    r386 r391  
    1717    <DebugType>none</DebugType>
    1818    <Optimize>true</Optimize>
    19     <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
     19    <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath>
    2020    <ErrorReport>prompt</ErrorReport>
    2121    <WarningLevel>4</WarningLevel>
     
    2626  </PropertyGroup>
    2727  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Profiler|AnyCPU' ">
    28     <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
     28    <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath>
    2929    <DefineConstants>ENABLE_PROFILER;UNITY_NETFRAMEWORK</DefineConstants>
    3030    <Optimize>true</Optimize>
     
    3434  </PropertyGroup>
    3535  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    36     <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
     36    <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath>
    3737    <DebugType>full</DebugType>
    3838    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Note: See TracChangeset for help on using the changeset viewer.