Ignore:
Timestamp:
Aug 29, 2014, 4:18:16 PM (10 years ago)
Author:
alloc
Message:

Fixes: Fixed #49

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/assembly-patcher/Assembly-Patcher.csproj

    r115 r142  
    3131    <Externalconsole>true</Externalconsole>
    3232  </PropertyGroup>
     33  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Version|AnyCPU' ">
     34    <DebugType>none</DebugType>
     35    <Optimize>false</Optimize>
     36    <OutputPath>..\bin\Release</OutputPath>
     37    <WarningLevel>4</WarningLevel>
     38    <Externalconsole>true</Externalconsole>
     39  </PropertyGroup>
    3340  <ItemGroup>
    3441    <Reference Include="System" />
Note: See TracChangeset for help on using the changeset viewer.