Changeset 11303 for branches/HeuristicLab.Problems.Orienteering/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/HeuristicLab.DotNetScilab-1.0/HeuristicLab.DotNetScilab-1.0.csproj
- Timestamp:
- 08/26/14 13:05:22 (10 years ago)
- Location:
- branches/HeuristicLab.Problems.Orienteering
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.Orienteering
- Property svn:mergeinfo changed
/trunk/sources merged: 11214,11241,11248-11251,11256,11263,11274,11280,11282-11283,11290,11292,11294-11296,11298,11300,11302
- Property svn:mergeinfo changed
-
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.ExtLibs merged: 11298
- Property svn:mergeinfo changed
-
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/HeuristicLab.DotNetScilab-1.0/HeuristicLab.DotNetScilab-1.0.csproj
r11075 r11303 36 36 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 37 37 </PropertyGroup> 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 39 <DebugSymbols>true</DebugSymbols> 40 <OutputPath>..\..\..\..\bin\</OutputPath> 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 <DebugType>full</DebugType> 43 <PlatformTarget>x64</PlatformTarget> 44 <ErrorReport>prompt</ErrorReport> 45 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 46 </PropertyGroup> 47 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 48 <OutputPath>..\..\..\..\bin\</OutputPath> 49 <DefineConstants>TRACE</DefineConstants> 50 <Optimize>true</Optimize> 51 <DebugType>pdbonly</DebugType> 52 <PlatformTarget>x64</PlatformTarget> 53 <ErrorReport>prompt</ErrorReport> 54 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 55 </PropertyGroup> 56 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 57 <DebugSymbols>true</DebugSymbols> 58 <OutputPath>..\..\..\..\bin\</OutputPath> 59 <DefineConstants>DEBUG;TRACE</DefineConstants> 60 <DebugType>full</DebugType> 61 <PlatformTarget>x86</PlatformTarget> 62 <ErrorReport>prompt</ErrorReport> 63 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 64 </PropertyGroup> 65 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 66 <OutputPath>..\..\..\..\bin\</OutputPath> 67 <DefineConstants>TRACE</DefineConstants> 68 <Optimize>true</Optimize> 69 <DebugType>pdbonly</DebugType> 70 <PlatformTarget>x86</PlatformTarget> 71 <ErrorReport>prompt</ErrorReport> 72 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 73 </PropertyGroup> 38 74 <ItemGroup> 39 75 <Reference Include="System" /> … … 71 107 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 72 108 <PropertyGroup> 73 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)109 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 74 110 set ProjectDir=$(ProjectDir) 75 111 set SolutionDir=$(SolutionDir) 76 112 set Outdir=$(Outdir) 77 113 78 call PreBuildEvent.cmd</PreBuildEvent> 114 call PreBuildEvent.cmd 115 </PreBuildEvent> 116 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 117 export ProjectDir=$(ProjectDir) 118 export SolutionDir=$(SolutionDir) 119 120 $SolutionDir/PreBuildEvent.sh 121 </PreBuildEvent> 79 122 </PropertyGroup> 80 123 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.