- Timestamp:
- 08/02/15 15:22:46 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorRenderingWpf/SharpVectors.Rendering.Wpf.csproj
r12762 r12830 54 54 <ErrorReport>prompt</ErrorReport> 55 55 <DocumentationFile>..\..\Output\SharpVectors.Rendering.Wpf.xml</DocumentationFile> 56 </PropertyGroup> 57 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 58 <DebugSymbols>true</DebugSymbols> 59 <OutputPath>bin\x64\Debug\</OutputPath> 60 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 <DebugType>full</DebugType> 62 <PlatformTarget>x64</PlatformTarget> 63 <ErrorReport>prompt</ErrorReport> 64 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 65 </PropertyGroup> 66 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 67 <OutputPath>bin\x64\Release\</OutputPath> 68 <DefineConstants>TRACE</DefineConstants> 69 <Optimize>true</Optimize> 70 <DebugType>pdbonly</DebugType> 71 <PlatformTarget>x64</PlatformTarget> 72 <ErrorReport>prompt</ErrorReport> 73 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 74 </PropertyGroup> 75 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Documentation|x64'"> 76 <OutputPath>bin\x64\Documentation\</OutputPath> 77 <DefineConstants>TRACE</DefineConstants> 78 <DocumentationFile>..\..\Output\SharpVectors.Rendering.Wpf.xml</DocumentationFile> 79 <Optimize>true</Optimize> 80 <DebugType>pdbonly</DebugType> 81 <PlatformTarget>x64</PlatformTarget> 82 <ErrorReport>prompt</ErrorReport> 83 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 56 84 </PropertyGroup> 57 85 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.