- Timestamp:
- 07/07/15 14:54:44 (9 years ago)
- Location:
- trunk/sources/HeuristicLab.Encodings.LinearLinkageEncoding
- Files:
-
- 17 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.LinearLinkageEncoding/3.3/HeuristicLab.Encodings.LinearLinkageEncoding-3.3.csproj
r12643 r12650 17 17 <DebugType>full</DebugType> 18 18 <Optimize>false</Optimize> 19 <OutputPath> ..\..\..\..\trunk\sources\bin\</OutputPath>19 <OutputPath>$(SolutionDir)\bin\</OutputPath> 20 20 <DefineConstants>DEBUG;TRACE</DefineConstants> 21 21 <ErrorReport>prompt</ErrorReport> 22 22 <WarningLevel>4</WarningLevel> 23 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 24 <Prefer32Bit>false</Prefer32Bit> 23 25 </PropertyGroup> 24 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 25 27 <DebugType>pdbonly</DebugType> 26 28 <Optimize>true</Optimize> 27 <OutputPath> ..\..\..\..\trunk\sources\bin\</OutputPath>29 <OutputPath>$(SolutionDir)\bin\</OutputPath> 28 30 <DefineConstants>TRACE</DefineConstants> 29 31 <ErrorReport>prompt</ErrorReport> 30 32 <WarningLevel>4</WarningLevel> 33 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 34 <DocumentationFile> 35 </DocumentationFile> 36 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 37 <Prefer32Bit>false</Prefer32Bit> 38 </PropertyGroup> 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath>$(SolutionDir)\bin\</OutputPath> 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 <DebugType>full</DebugType> 44 <PlatformTarget>x86</PlatformTarget> 45 <ErrorReport>prompt</ErrorReport> 46 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 47 <Prefer32Bit>false</Prefer32Bit> 48 </PropertyGroup> 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 50 <OutputPath>$(SolutionDir)\bin\</OutputPath> 51 <DefineConstants>TRACE</DefineConstants> 52 <DocumentationFile> 53 </DocumentationFile> 54 <Optimize>true</Optimize> 55 <DebugType>pdbonly</DebugType> 56 <PlatformTarget>x86</PlatformTarget> 57 <ErrorReport>prompt</ErrorReport> 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 59 <Prefer32Bit>false</Prefer32Bit> 60 </PropertyGroup> 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 62 <DebugSymbols>true</DebugSymbols> 63 <OutputPath>$(SolutionDir)\bin\</OutputPath> 64 <DefineConstants>DEBUG;TRACE</DefineConstants> 65 <DebugType>full</DebugType> 66 <PlatformTarget>x64</PlatformTarget> 67 <ErrorReport>prompt</ErrorReport> 68 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 69 <Prefer32Bit>false</Prefer32Bit> 70 </PropertyGroup> 71 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 72 <OutputPath>$(SolutionDir)\bin\</OutputPath> 73 <DefineConstants>TRACE</DefineConstants> 74 <DocumentationFile> 75 </DocumentationFile> 76 <Optimize>true</Optimize> 77 <DebugType>pdbonly</DebugType> 78 <PlatformTarget>x64</PlatformTarget> 79 <ErrorReport>prompt</ErrorReport> 80 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 81 <Prefer32Bit>false</Prefer32Bit> 31 82 </PropertyGroup> 32 83 <PropertyGroup> … … 37 88 </PropertyGroup> 38 89 <ItemGroup> 39 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 40 <SpecificVersion>False</SpecificVersion> 41 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 42 <Private>False</Private> 43 </Reference> 44 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 45 <SpecificVersion>False</SpecificVersion> 46 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 47 <Private>False</Private> 48 </Reference> 49 <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 50 <SpecificVersion>False</SpecificVersion> 51 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 52 <Private>False</Private> 53 </Reference> 54 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 55 <SpecificVersion>False</SpecificVersion> 56 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 57 <Private>False</Private> 58 </Reference> 59 <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 60 <SpecificVersion>False</SpecificVersion> 61 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> 62 <Private>False</Private> 63 </Reference> 64 <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 65 <SpecificVersion>False</SpecificVersion> 66 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 67 <Private>False</Private> 68 </Reference> 69 <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 70 <SpecificVersion>False</SpecificVersion> 71 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath> 72 <Private>False</Private> 73 </Reference> 74 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 75 <SpecificVersion>False</SpecificVersion> 76 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 77 <Private>False</Private> 78 </Reference> 79 <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 80 <SpecificVersion>False</SpecificVersion> 81 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 82 <Private>False</Private> 83 </Reference> 84 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 85 <SpecificVersion>False</SpecificVersion> 86 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 87 <Private>False</Private> 88 </Reference> 89 <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 90 <SpecificVersion>False</SpecificVersion> 91 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath> 92 <Private>False</Private> 93 </Reference> 90 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 91 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 92 <Name>HeuristicLab.Collections-3.3</Name> 93 <Private>False</Private> 94 </ProjectReference> 95 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 96 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 97 <Name>HeuristicLab.Common-3.3</Name> 98 <Private>False</Private> 99 </ProjectReference> 100 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 101 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 102 <Name>HeuristicLab.Core-3.3</Name> 103 <Private>False</Private> 104 </ProjectReference> 105 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 106 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 107 <Name>HeuristicLab.Data-3.3</Name> 108 <Private>False</Private> 109 </ProjectReference> 110 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 111 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 112 <Name>HeuristicLab.Operators-3.3</Name> 113 <Private>False</Private> 114 </ProjectReference> 115 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj"> 116 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project> 117 <Name>HeuristicLab.Optimization.Operators-3.3</Name> 118 <Private>False</Private> 119 </ProjectReference> 120 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 121 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 122 <Name>HeuristicLab.Optimization-3.3</Name> 123 <Private>False</Private> 124 </ProjectReference> 125 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 126 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 127 <Name>HeuristicLab.Parameters-3.3</Name> 128 <Private>False</Private> 129 </ProjectReference> 130 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 131 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 132 <Name>HeuristicLab.Persistence-3.3</Name> 133 <Private>False</Private> 134 </ProjectReference> 135 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 136 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 137 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 138 <Private>False</Private> 139 </ProjectReference> 140 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj"> 141 <Project>{f4539fb6-4708-40c9-be64-0a1390aea197}</Project> 142 <Name>HeuristicLab.Random-3.3</Name> 143 <Private>False</Private> 144 </ProjectReference> 145 </ItemGroup> 146 <ItemGroup> 94 147 <Reference Include="System" /> 95 148 <Reference Include="System.Core" /> … … 144 197 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 145 198 <PropertyGroup> 146 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)199 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 147 200 set ProjectDir=$(ProjectDir) 148 201 set SolutionDir=$(SolutionDir) 149 202 set Outdir=$(Outdir) 150 203 151 call PreBuildEvent.cmd</PreBuildEvent> 204 call PreBuildEvent.cmd 205 </PreBuildEvent> 206 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 207 export ProjectDir=$(ProjectDir) 208 export SolutionDir=$(SolutionDir) 209 210 $SolutionDir/PreBuildEvent.sh 211 </PreBuildEvent> 152 212 </PropertyGroup> 153 213 <!-- 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.