- Timestamp:
- 10/17/13 15:45:05 (11 years ago)
- Location:
- branches
- Files:
-
- 5 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL/3.4/HeuristicLab.Problems.GPDL-3.4.csproj
r10054 r10057 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath>..\..\..\..\ trunk\sources\bin\</OutputPath>43 <OutputPath>..\..\..\..\..\..\bin\Debug\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> 46 46 <WarningLevel>4</WarningLevel> 47 47 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 48 <IntermediateOutputPath>C:\Users\P24581\AppData\Local\Temp\vsEE3A.tmp\Debug\</IntermediateOutputPath> 48 49 </PropertyGroup> 49 50 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 50 51 <DebugType>pdbonly</DebugType> 51 52 <Optimize>true</Optimize> 52 <OutputPath>..\..\..\..\ trunk\sources\bin\</OutputPath>53 <OutputPath>..\..\..\..\..\..\bin\Release\</OutputPath> 53 54 <DefineConstants>TRACE</DefineConstants> 54 55 <ErrorReport>prompt</ErrorReport> 55 56 <WarningLevel>4</WarningLevel> 56 57 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 <IntermediateOutputPath>C:\Users\P24581\AppData\Local\Temp\vsEE3A.tmp\Release\</IntermediateOutputPath> 57 59 </PropertyGroup> 58 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 64 66 <ErrorReport>prompt</ErrorReport> 65 67 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 68 <IntermediateOutputPath>C:\Users\P24581\AppData\Local\Temp\vsEE3A.tmp\x64\Debug\</IntermediateOutputPath> 66 69 </PropertyGroup> 67 70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 73 76 <ErrorReport>prompt</ErrorReport> 74 77 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 78 <IntermediateOutputPath>C:\Users\P24581\AppData\Local\Temp\vsEE3A.tmp\x64\Release\</IntermediateOutputPath> 75 79 </PropertyGroup> 76 80 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 82 86 <ErrorReport>prompt</ErrorReport> 83 87 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 88 <IntermediateOutputPath>C:\Users\P24581\AppData\Local\Temp\vsEE3A.tmp\x86\Debug\</IntermediateOutputPath> 84 89 </PropertyGroup> 85 90 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 91 96 <ErrorReport>prompt</ErrorReport> 92 97 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 98 <IntermediateOutputPath>C:\Users\P24581\AppData\Local\Temp\vsEE3A.tmp\x86\Release\</IntermediateOutputPath> 93 99 </PropertyGroup> 94 100 <ItemGroup> … … 152 158 set Outdir=$(Outdir) 153 159 154 call PreBuildEvent.cmd155 160 call GenerateFromAtg.cmd</PreBuildEvent> 156 161 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.