Changeset 12830 for branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorCss/SharpVectors.Css.csproj
- Timestamp:
- 08/02/15 15:22:46 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorCss/SharpVectors.Css.csproj
r12762 r12830 118 118 <ErrorReport>prompt</ErrorReport> 119 119 </PropertyGroup> 120 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 121 <DebugSymbols>true</DebugSymbols> 122 <OutputPath>bin\x64\Debug\</OutputPath> 123 <DefineConstants>TRACE;DEBUG</DefineConstants> 124 <BaseAddress>285212672</BaseAddress> 125 <FileAlignment>4096</FileAlignment> 126 <DebugType>full</DebugType> 127 <PlatformTarget>x64</PlatformTarget> 128 <ErrorReport>prompt</ErrorReport> 129 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 130 </PropertyGroup> 131 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 132 <OutputPath>bin\x64\Release\</OutputPath> 133 <DefineConstants>TRACE</DefineConstants> 134 <BaseAddress>285212672</BaseAddress> 135 <Optimize>true</Optimize> 136 <FileAlignment>4096</FileAlignment> 137 <PlatformTarget>x64</PlatformTarget> 138 <ErrorReport>prompt</ErrorReport> 139 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 140 </PropertyGroup> 141 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Documentation|x64'"> 142 <OutputPath>bin\x64\Documentation\</OutputPath> 143 <DefineConstants>TRACE</DefineConstants> 144 <BaseAddress>285212672</BaseAddress> 145 <DocumentationFile>..\..\Output\SharpVectors.Css.xml</DocumentationFile> 146 <Optimize>true</Optimize> 147 <FileAlignment>4096</FileAlignment> 148 <PlatformTarget>x64</PlatformTarget> 149 <ErrorReport>prompt</ErrorReport> 150 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 151 </PropertyGroup> 120 152 <ItemGroup> 121 153 <Reference Include="System">
Note: See TracChangeset
for help on using the changeset viewer.