- Timestamp:
- Apr 2, 2015, 9:16:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/assembly-patcher/Assembly-Patcher.csproj
r142 r224 2 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <PropertyGroup> 4 <Configuration Condition=" '$(Configuration)' == '' "> Debug</Configuration>4 <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform> 6 6 <ProductVersion>10.0.0</ProductVersion> … … 11 11 <AssemblyName>7dtd-fixer</AssemblyName> 12 12 </PropertyGroup> 13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 14 <DebugSymbols>true</DebugSymbols> 13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 15 14 <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>26 15 <Optimize>true</Optimize> 27 <OutputPath>..\bin\ Release</OutputPath>16 <OutputPath>..\bin\7DaysToDie_Data\Managed</OutputPath> 28 17 <ErrorReport>prompt</ErrorReport> 29 18 <WarningLevel>4</WarningLevel> 30 19 <PlatformTarget>x86</PlatformTarget> 31 20 <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> 39 22 </PropertyGroup> 40 23 <ItemGroup>
Note:
See TracChangeset
for help on using the changeset viewer.