Ignore:
Timestamp:
Apr 2, 2015, 9:16:34 PM (10 years ago)
Author:
alloc
Message:

A11 preps

File:
1 edited

Legend:

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

    r142 r224  
    22<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <PropertyGroup>
    4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     4    <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
    55    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
    66    <ProductVersion>10.0.0</ProductVersion>
     
    1111    <AssemblyName>7dtd-fixer</AssemblyName>
    1212  </PropertyGroup>
    13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    14     <DebugSymbols>true</DebugSymbols>
     13  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    1514    <DebugType>full</DebugType>
    16     <Optimize>false</Optimize>
    17     <OutputPath>..\bin\Debug</OutputPath>
    18     <DefineConstants>DEBUG;</DefineConstants>
    19     <ErrorReport>prompt</ErrorReport>
    20     <WarningLevel>4</WarningLevel>
    21     <PlatformTarget>x86</PlatformTarget>
    22     <ConsolePause>false</ConsolePause>
    23   </PropertyGroup>
    24   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    25     <DebugType>none</DebugType>
    2615    <Optimize>true</Optimize>
    27     <OutputPath>..\bin\Release</OutputPath>
     16    <OutputPath>..\bin\7DaysToDie_Data\Managed</OutputPath>
    2817    <ErrorReport>prompt</ErrorReport>
    2918    <WarningLevel>4</WarningLevel>
    3019    <PlatformTarget>x86</PlatformTarget>
    3120    <Externalconsole>true</Externalconsole>
    32   </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>
     21    <DebugSymbols>true</DebugSymbols>
    3922  </PropertyGroup>
    4023  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.