Changeset 11566 for branches/ALPS/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj
- Timestamp:
- 11/24/14 10:03:10 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ALPS/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj
r11116 r11566 38 38 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 39 39 </PropertyGroup> 40 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 41 <DebugSymbols>true</DebugSymbols> 42 <OutputPath>bin\x64\Debug\</OutputPath> 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 <DebugType>full</DebugType> 45 <PlatformTarget>x64</PlatformTarget> 46 <UseVSHostingProcess>false</UseVSHostingProcess> 47 <ErrorReport>prompt</ErrorReport> 48 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 49 </PropertyGroup> 50 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 51 <OutputPath>bin\x64\Release\</OutputPath> 52 <DefineConstants>TRACE</DefineConstants> 53 <Optimize>true</Optimize> 54 <DebugType>pdbonly</DebugType> 55 <PlatformTarget>x64</PlatformTarget> 56 <ErrorReport>prompt</ErrorReport> 57 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 58 </PropertyGroup> 59 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 60 <DebugSymbols>true</DebugSymbols> 61 <OutputPath>bin\x86\Debug\</OutputPath> 62 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 <DebugType>full</DebugType> 64 <PlatformTarget>x86</PlatformTarget> 65 <UseVSHostingProcess>false</UseVSHostingProcess> 66 <ErrorReport>prompt</ErrorReport> 67 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 68 </PropertyGroup> 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 70 <OutputPath>bin\x86\Release\</OutputPath> 71 <DefineConstants>TRACE</DefineConstants> 72 <Optimize>true</Optimize> 73 <DebugType>pdbonly</DebugType> 74 <PlatformTarget>x86</PlatformTarget> 75 <ErrorReport>prompt</ErrorReport> 76 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 77 </PropertyGroup> 40 78 <ItemGroup> 41 79 <Reference Include="System" /> … … 272 310 </ItemGroup> 273 311 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 274 <PropertyGroup>312 <PropertyGroup> 275 313 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 276 314 set ProjectDir=$(ProjectDir)
Note: See TracChangeset
for help on using the changeset viewer.