- Timestamp:
- 08/02/15 15:22:46 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.GrammaticalOptimization/WpfTestSvgSample/WpfTestSvgSample.csproj
r12762 r12830 45 45 <WarningLevel>4</WarningLevel> 46 46 </PropertyGroup> 47 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 48 <DebugSymbols>true</DebugSymbols> 49 <OutputPath>bin\x64\Debug\</OutputPath> 50 <DefineConstants>DEBUG;TRACE</DefineConstants> 51 <DebugType>full</DebugType> 52 <PlatformTarget>x64</PlatformTarget> 53 <ErrorReport>prompt</ErrorReport> 54 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 55 </PropertyGroup> 56 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 57 <OutputPath>bin\x64\Release\</OutputPath> 58 <DefineConstants>TRACE</DefineConstants> 59 <Optimize>true</Optimize> 60 <DebugType>pdbonly</DebugType> 61 <PlatformTarget>x64</PlatformTarget> 62 <ErrorReport>prompt</ErrorReport> 63 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 64 </PropertyGroup> 47 65 <ItemGroup> 48 66 <Reference Include="Accessibility" />
Note: See TracChangeset
for help on using the changeset viewer.