- Timestamp:
- 09/14/08 08:12:50 (16 years ago)
- Location:
- trunk/sources
- Files:
-
- 44 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/HeuristicLab.AdvancedOptimizationFrontend.csproj ¶
r30 r564 33 33 <WarningLevel>4</WarningLevel> 34 34 <DocumentationFile>bin\Release\HeuristicLab.AdvancedOptimizationFrontend.XML</DocumentationFile> 35 </PropertyGroup> 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 37 <DebugSymbols>true</DebugSymbols> 38 <OutputPath>bin\x86\Debug\</OutputPath> 39 <DefineConstants>DEBUG;TRACE</DefineConstants> 40 <DebugType>full</DebugType> 41 <PlatformTarget>x86</PlatformTarget> 42 <ErrorReport>prompt</ErrorReport> 43 </PropertyGroup> 44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 45 <OutputPath>bin\x86\Release\</OutputPath> 46 <DefineConstants>TRACE</DefineConstants> 47 <DocumentationFile>bin\Release\HeuristicLab.AdvancedOptimizationFrontend.XML</DocumentationFile> 48 <Optimize>true</Optimize> 49 <DebugType>pdbonly</DebugType> 50 <PlatformTarget>x86</PlatformTarget> 51 <ErrorReport>prompt</ErrorReport> 35 52 </PropertyGroup> 36 53 <ItemGroup> … … 143 160 --> 144 161 <PropertyGroup> 145 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>162 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 146 163 </PropertyGroup> 147 164 </Project> -
TabularUnified trunk/sources/HeuristicLab.BitVector/HeuristicLab.BitVector.csproj ¶
r30 r564 33 33 <WarningLevel>4</WarningLevel> 34 34 <DocumentationFile>bin\Release\HeuristicLab.BitVector.XML</DocumentationFile> 35 </PropertyGroup> 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 37 <DebugSymbols>true</DebugSymbols> 38 <OutputPath>bin\x86\Debug\</OutputPath> 39 <DefineConstants>DEBUG;TRACE</DefineConstants> 40 <DebugType>full</DebugType> 41 <PlatformTarget>x86</PlatformTarget> 42 <ErrorReport>prompt</ErrorReport> 43 </PropertyGroup> 44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 45 <OutputPath>bin\x86\Release\</OutputPath> 46 <DefineConstants>TRACE</DefineConstants> 47 <DocumentationFile>bin\Release\HeuristicLab.BitVector.XML</DocumentationFile> 48 <Optimize>true</Optimize> 49 <DebugType>pdbonly</DebugType> 50 <PlatformTarget>x86</PlatformTarget> 51 <ErrorReport>prompt</ErrorReport> 35 52 </PropertyGroup> 36 53 <ItemGroup> … … 79 96 --> 80 97 <PropertyGroup> 81 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>98 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 82 99 </PropertyGroup> 83 100 </Project> -
TabularUnified trunk/sources/HeuristicLab.CEDMA.Charting/HeuristicLab.CEDMA.Charting.csproj ¶
r561 r564 32 32 <ErrorReport>prompt</ErrorReport> 33 33 <WarningLevel>4</WarningLevel> 34 </PropertyGroup> 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 36 <DebugSymbols>true</DebugSymbols> 37 <OutputPath>bin\x86\Debug\</OutputPath> 38 <DefineConstants>DEBUG;TRACE</DefineConstants> 39 <DebugType>full</DebugType> 40 <PlatformTarget>x86</PlatformTarget> 41 <ErrorReport>prompt</ErrorReport> 42 </PropertyGroup> 43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 44 <OutputPath>bin\x86\Release\</OutputPath> 45 <DefineConstants>TRACE</DefineConstants> 46 <Optimize>true</Optimize> 47 <DebugType>pdbonly</DebugType> 48 <PlatformTarget>x86</PlatformTarget> 49 <ErrorReport>prompt</ErrorReport> 34 50 </PropertyGroup> 35 51 <ItemGroup> … … 109 125 --> 110 126 <PropertyGroup> 111 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>127 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 112 128 </PropertyGroup> 113 129 </Project> -
TabularUnified trunk/sources/HeuristicLab.CEDMA.Core/HeuristicLab.CEDMA.Core.csproj ¶
r560 r564 161 161 --> 162 162 <PropertyGroup> 163 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>163 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 164 164 </PropertyGroup> 165 165 </Project> -
TabularUnified trunk/sources/HeuristicLab.CEDMA.DB.Interfaces/HeuristicLab.CEDMA.DB.Interfaces.csproj ¶
r551 r564 103 103 --> 104 104 <PropertyGroup> 105 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>105 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 106 106 </PropertyGroup> 107 107 </Project> -
TabularUnified trunk/sources/HeuristicLab.CEDMA.DB/HeuristicLab.CEDMA.DB.csproj ¶
r551 r564 120 120 --> 121 121 <PropertyGroup> 122 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>122 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 123 123 </PropertyGroup> 124 124 </Project> -
TabularUnified trunk/sources/HeuristicLab.CEDMA.Operators/HeuristicLab.CEDMA.Operators.csproj ¶
r547 r564 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 30729</ProductVersion>6 <ProductVersion>9.0.21022</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{6BC692D4-8843-4945-ACE4-5B41ED55476A}</ProjectGuid> … … 32 32 <ErrorReport>prompt</ErrorReport> 33 33 <WarningLevel>4</WarningLevel> 34 </PropertyGroup> 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 36 <DebugSymbols>true</DebugSymbols> 37 <OutputPath>bin\x86\Debug\</OutputPath> 38 <DefineConstants>DEBUG;TRACE</DefineConstants> 39 <DebugType>full</DebugType> 40 <PlatformTarget>x86</PlatformTarget> 41 <ErrorReport>prompt</ErrorReport> 42 </PropertyGroup> 43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 44 <OutputPath>bin\x86\Release\</OutputPath> 45 <DefineConstants>TRACE</DefineConstants> 46 <Optimize>true</Optimize> 47 <DebugType>pdbonly</DebugType> 48 <PlatformTarget>x86</PlatformTarget> 49 <ErrorReport>prompt</ErrorReport> 34 50 </PropertyGroup> 35 51 <ItemGroup> … … 106 122 --> 107 123 <PropertyGroup> 108 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>124 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 109 125 </PropertyGroup> 110 126 </Project> -
TabularUnified trunk/sources/HeuristicLab.CEDMA.Server/HeuristicLab.CEDMA.Server.csproj ¶
r546 r564 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 30729</ProductVersion>6 <ProductVersion>9.0.21022</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{F05D261A-4F7D-46C9-AB9C-21FD4566D719}</ProjectGuid> … … 32 32 <ErrorReport>prompt</ErrorReport> 33 33 <WarningLevel>4</WarningLevel> 34 </PropertyGroup> 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 36 <DebugSymbols>true</DebugSymbols> 37 <OutputPath>bin\x86\Debug\</OutputPath> 38 <DefineConstants>DEBUG;TRACE</DefineConstants> 39 <DebugType>full</DebugType> 40 <PlatformTarget>x86</PlatformTarget> 41 <ErrorReport>prompt</ErrorReport> 42 </PropertyGroup> 43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 44 <OutputPath>bin\x86\Release\</OutputPath> 45 <DefineConstants>TRACE</DefineConstants> 46 <Optimize>true</Optimize> 47 <DebugType>pdbonly</DebugType> 48 <PlatformTarget>x86</PlatformTarget> 49 <ErrorReport>prompt</ErrorReport> 34 50 </PropertyGroup> 35 51 <ItemGroup> … … 122 138 --> 123 139 <PropertyGroup> 124 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>140 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 125 141 </PropertyGroup> 126 142 </Project> -
TabularUnified trunk/sources/HeuristicLab.Charting.Data/HeuristicLab.Charting.Data.csproj ¶
r30 r564 37 37 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 38 38 <DocumentationFile>bin\Release\HeuristicLab.Charting.Data.XML</DocumentationFile> 39 </PropertyGroup> 40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 41 <DebugSymbols>true</DebugSymbols> 42 <OutputPath>bin\x86\Debug\</OutputPath> 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 <DebugType>full</DebugType> 45 <PlatformTarget>x86</PlatformTarget> 46 <ErrorReport>prompt</ErrorReport> 47 </PropertyGroup> 48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 49 <OutputPath>bin\x86\Release\</OutputPath> 50 <DefineConstants>TRACE</DefineConstants> 51 <DocumentationFile>bin\Release\HeuristicLab.Charting.Data.XML</DocumentationFile> 52 <Optimize>true</Optimize> 53 <DebugType>pdbonly</DebugType> 54 <PlatformTarget>x86</PlatformTarget> 55 <ErrorReport>prompt</ErrorReport> 39 56 </PropertyGroup> 40 57 <ItemGroup> … … 86 103 --> 87 104 <PropertyGroup> 88 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>105 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 89 106 </PropertyGroup> 90 107 </Project> -
TabularUnified trunk/sources/HeuristicLab.Charting/HeuristicLab.Charting.csproj ¶
r30 r564 37 37 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 38 38 <DocumentationFile>bin\Release\HeuristicLab.Charting.XML</DocumentationFile> 39 </PropertyGroup> 40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 41 <DebugSymbols>true</DebugSymbols> 42 <OutputPath>bin\x86\Debug\</OutputPath> 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 <DebugType>full</DebugType> 45 <PlatformTarget>x86</PlatformTarget> 46 <ErrorReport>prompt</ErrorReport> 47 </PropertyGroup> 48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 49 <OutputPath>bin\x86\Release\</OutputPath> 50 <DefineConstants>TRACE</DefineConstants> 51 <DocumentationFile>bin\Release\HeuristicLab.Charting.XML</DocumentationFile> 52 <Optimize>true</Optimize> 53 <DebugType>pdbonly</DebugType> 54 <PlatformTarget>x86</PlatformTarget> 55 <ErrorReport>prompt</ErrorReport> 39 56 </PropertyGroup> 40 57 <ItemGroup> … … 113 130 --> 114 131 <PropertyGroup> 115 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>132 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 116 133 </PropertyGroup> 117 134 </Project> -
TabularUnified trunk/sources/HeuristicLab.Constraints/HeuristicLab.Constraints.csproj ¶
r103 r564 36 36 <DocumentationFile>bin\Release\HeuristicLab.Constraints.XML</DocumentationFile> 37 37 </PropertyGroup> 38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 39 <DebugSymbols>true</DebugSymbols> 40 <OutputPath>bin\x86\Debug\</OutputPath> 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 <DebugType>full</DebugType> 43 <PlatformTarget>x86</PlatformTarget> 44 <ErrorReport>prompt</ErrorReport> 45 </PropertyGroup> 46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 47 <OutputPath>bin\x86\Release\</OutputPath> 48 <DefineConstants>TRACE</DefineConstants> 49 <DocumentationFile>bin\Release\HeuristicLab.Constraints.XML</DocumentationFile> 50 <Optimize>true</Optimize> 51 <DebugType>pdbonly</DebugType> 52 <PlatformTarget>x86</PlatformTarget> 53 <ErrorReport>prompt</ErrorReport> 54 </PropertyGroup> 38 55 <ItemGroup> 39 56 <Reference Include="System" /> … … 215 232 --> 216 233 <PropertyGroup> 217 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>234 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 218 235 </PropertyGroup> 219 236 </Project> -
TabularUnified trunk/sources/HeuristicLab.Core/HeuristicLab.Core.csproj ¶
r187 r564 54 54 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 55 55 </PropertyGroup> 56 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 57 <DebugSymbols>true</DebugSymbols> 58 <OutputPath>bin\x86\Debug\</OutputPath> 59 <DefineConstants>DEBUG;TRACE</DefineConstants> 60 <DebugType>full</DebugType> 61 <PlatformTarget>x86</PlatformTarget> 62 <ErrorReport>prompt</ErrorReport> 63 </PropertyGroup> 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 65 <OutputPath>bin\x86\Release\</OutputPath> 66 <DefineConstants>TRACE</DefineConstants> 67 <DocumentationFile>bin\Release\HeuristicLab.Core.XML</DocumentationFile> 68 <Optimize>true</Optimize> 69 <DebugType>pdbonly</DebugType> 70 <PlatformTarget>x86</PlatformTarget> 71 <ErrorReport>prompt</ErrorReport> 72 </PropertyGroup> 56 73 <ItemGroup> 57 74 <Reference Include="System" /> … … 346 363 --> 347 364 <PropertyGroup> 348 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>365 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 349 366 </PropertyGroup> 350 367 </Project> -
TabularUnified trunk/sources/HeuristicLab.Data/HeuristicLab.Data.csproj ¶
r188 r564 54 54 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 55 55 </PropertyGroup> 56 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 57 <DebugSymbols>true</DebugSymbols> 58 <OutputPath>bin\x86\Debug\</OutputPath> 59 <DefineConstants>DEBUG;TRACE</DefineConstants> 60 <DebugType>full</DebugType> 61 <PlatformTarget>x86</PlatformTarget> 62 <ErrorReport>prompt</ErrorReport> 63 </PropertyGroup> 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 65 <OutputPath>bin\x86\Release\</OutputPath> 66 <DefineConstants>TRACE</DefineConstants> 67 <DocumentationFile>bin\Release\HeuristicLab.Data.XML</DocumentationFile> 68 <Optimize>true</Optimize> 69 <DebugType>pdbonly</DebugType> 70 <PlatformTarget>x86</PlatformTarget> 71 <ErrorReport>prompt</ErrorReport> 72 </PropertyGroup> 56 73 <ItemGroup> 57 74 <Reference Include="System" /> … … 290 307 --> 291 308 <PropertyGroup> 292 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>309 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 293 310 </PropertyGroup> 294 311 </Project> -
TabularUnified trunk/sources/HeuristicLab.DataAnalysis/HeuristicLab.DataAnalysis.csproj ¶
r457 r564 33 33 <WarningLevel>4</WarningLevel> 34 34 <DocumentationFile>bin\Release\HeuristicLab.DataAnalysis.XML</DocumentationFile> 35 </PropertyGroup> 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 37 <DebugSymbols>true</DebugSymbols> 38 <OutputPath>bin\x86\Debug\</OutputPath> 39 <DefineConstants>DEBUG;TRACE</DefineConstants> 40 <DebugType>full</DebugType> 41 <PlatformTarget>x86</PlatformTarget> 42 <ErrorReport>prompt</ErrorReport> 43 </PropertyGroup> 44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 45 <OutputPath>bin\x86\Release\</OutputPath> 46 <DefineConstants>TRACE</DefineConstants> 47 <DocumentationFile>bin\Release\HeuristicLab.DataAnalysis.XML</DocumentationFile> 48 <Optimize>true</Optimize> 49 <DebugType>pdbonly</DebugType> 50 <PlatformTarget>x86</PlatformTarget> 51 <ErrorReport>prompt</ErrorReport> 35 52 </PropertyGroup> 36 53 <ItemGroup> … … 123 140 --> 124 141 <PropertyGroup> 125 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>142 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 126 143 </PropertyGroup> 127 144 </Project> -
TabularUnified trunk/sources/HeuristicLab.DistributedEngine/HeuristicLab.DistributedEngine.csproj ¶
r375 r564 31 31 <WarningLevel>4</WarningLevel> 32 32 <DocumentationFile>bin\Release\HeuristicLab.DistributedEngine.XML</DocumentationFile> 33 </PropertyGroup> 34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 35 <DebugSymbols>true</DebugSymbols> 36 <OutputPath>bin\x86\Debug\</OutputPath> 37 <DefineConstants>DEBUG;TRACE</DefineConstants> 38 <DebugType>full</DebugType> 39 <PlatformTarget>x86</PlatformTarget> 40 <ErrorReport>prompt</ErrorReport> 41 </PropertyGroup> 42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 43 <OutputPath>bin\x86\Release\</OutputPath> 44 <DefineConstants>TRACE</DefineConstants> 45 <DocumentationFile>bin\Release\HeuristicLab.DistributedEngine.XML</DocumentationFile> 46 <Optimize>true</Optimize> 47 <DebugType>pdbonly</DebugType> 48 <PlatformTarget>x86</PlatformTarget> 49 <ErrorReport>prompt</ErrorReport> 33 50 </PropertyGroup> 34 51 <ItemGroup> … … 95 112 --> 96 113 <PropertyGroup> 97 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>114 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 98 115 </PropertyGroup> 99 116 </Project> -
TabularUnified trunk/sources/HeuristicLab.ES/HeuristicLab.ES.csproj ¶
r214 r564 33 33 <WarningLevel>4</WarningLevel> 34 34 <DocumentationFile>bin\Release\HeuristicLab.ES.XML</DocumentationFile> 35 </PropertyGroup> 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 37 <DebugSymbols>true</DebugSymbols> 38 <OutputPath>bin\x86\Debug\</OutputPath> 39 <DefineConstants>DEBUG;TRACE</DefineConstants> 40 <DebugType>full</DebugType> 41 <PlatformTarget>x86</PlatformTarget> 42 <ErrorReport>prompt</ErrorReport> 43 </PropertyGroup> 44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 45 <OutputPath>bin\x86\Release\</OutputPath> 46 <DefineConstants>TRACE</DefineConstants> 47 <DocumentationFile>bin\Release\HeuristicLab.ES.XML</DocumentationFile> 48 <Optimize>true</Optimize> 49 <DebugType>pdbonly</DebugType> 50 <PlatformTarget>x86</PlatformTarget> 51 <ErrorReport>prompt</ErrorReport> 35 52 </PropertyGroup> 36 53 <ItemGroup> … … 125 142 --> 126 143 <PropertyGroup> 127 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>144 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 128 145 </PropertyGroup> 129 146 </Project> -
TabularUnified trunk/sources/HeuristicLab.Evolutionary/HeuristicLab.Evolutionary.csproj ¶
r108 r564 36 36 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 37 37 <DocumentationFile>bin\Release\HeuristicLab.Evolutionary.XML</DocumentationFile> 38 </PropertyGroup> 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath>bin\x86\Debug\</OutputPath> 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 <DebugType>full</DebugType> 44 <PlatformTarget>x86</PlatformTarget> 45 <ErrorReport>prompt</ErrorReport> 46 </PropertyGroup> 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 48 <OutputPath>bin\x86\Release\</OutputPath> 49 <DefineConstants>TRACE</DefineConstants> 50 <DocumentationFile>bin\Release\HeuristicLab.Evolutionary.XML</DocumentationFile> 51 <Optimize>true</Optimize> 52 <DebugType>pdbonly</DebugType> 53 <PlatformTarget>x86</PlatformTarget> 54 <ErrorReport>prompt</ErrorReport> 38 55 </PropertyGroup> 39 56 <ItemGroup> … … 83 100 --> 84 101 <PropertyGroup> 85 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>102 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 86 103 </PropertyGroup> 87 104 </Project> -
TabularUnified trunk/sources/HeuristicLab.Functions/HeuristicLab.Functions.csproj ¶
r524 r564 3 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <ProductVersion>9.0. 30729</ProductVersion>5 <ProductVersion>9.0.21022</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 7 <ProjectGuid>{B95CA6E2-34BC-4430-994D-BD6E99375319}</ProjectGuid> … … 36 36 <WarningLevel>4</WarningLevel> 37 37 <DocumentationFile>bin\Release\HeuristicLab.Functions.XML</DocumentationFile> 38 </PropertyGroup> 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath>bin\x86\Debug\</OutputPath> 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 <DebugType>full</DebugType> 44 <PlatformTarget>x86</PlatformTarget> 45 <ErrorReport>prompt</ErrorReport> 46 </PropertyGroup> 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 48 <OutputPath>bin\x86\Release\</OutputPath> 49 <DefineConstants>TRACE</DefineConstants> 50 <DocumentationFile>bin\Release\HeuristicLab.Functions.XML</DocumentationFile> 51 <Optimize>true</Optimize> 52 <DebugType>pdbonly</DebugType> 53 <PlatformTarget>x86</PlatformTarget> 54 <ErrorReport>prompt</ErrorReport> 55 </PropertyGroup> 56 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release x64|x86' "> 57 <OutputPath>bin\x86\Release x64\</OutputPath> 58 <PlatformTarget>x86</PlatformTarget> 38 59 </PropertyGroup> 39 60 <ItemGroup> … … 150 171 --> 151 172 <PropertyGroup> 152 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>173 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 153 174 </PropertyGroup> 154 175 </Project> -
TabularUnified trunk/sources/HeuristicLab.Grid/HeuristicLab.Grid.csproj ¶
r500 r564 33 33 <WarningLevel>4</WarningLevel> 34 34 <DocumentationFile>bin\Release\HeuristicLab.Grid.XML</DocumentationFile> 35 </PropertyGroup> 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 37 <DebugSymbols>true</DebugSymbols> 38 <OutputPath>bin\x86\Debug\</OutputPath> 39 <DefineConstants>DEBUG;TRACE</DefineConstants> 40 <DebugType>full</DebugType> 41 <PlatformTarget>x86</PlatformTarget> 42 <ErrorReport>prompt</ErrorReport> 43 </PropertyGroup> 44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 45 <OutputPath>bin\x86\Release\</OutputPath> 46 <DefineConstants>TRACE</DefineConstants> 47 <DocumentationFile>bin\Release\HeuristicLab.Grid.XML</DocumentationFile> 48 <Optimize>true</Optimize> 49 <DebugType>pdbonly</DebugType> 50 <PlatformTarget>x86</PlatformTarget> 51 <ErrorReport>prompt</ErrorReport> 35 52 </PropertyGroup> 36 53 <ItemGroup> … … 118 135 --> 119 136 <PropertyGroup> 120 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>137 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 121 138 </PropertyGroup> 122 139 </Project> -
TabularUnified trunk/sources/HeuristicLab.Logging/HeuristicLab.Logging.csproj ¶
r363 r564 36 36 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 37 37 <DocumentationFile>bin\Release\HeuristicLab.Logging.XML</DocumentationFile> 38 </PropertyGroup> 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath>bin\x86\Debug\</OutputPath> 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 <DebugType>full</DebugType> 44 <PlatformTarget>x86</PlatformTarget> 45 <ErrorReport>prompt</ErrorReport> 46 </PropertyGroup> 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 48 <OutputPath>bin\x86\Release\</OutputPath> 49 <DefineConstants>TRACE</DefineConstants> 50 <DocumentationFile>bin\Release\HeuristicLab.Logging.XML</DocumentationFile> 51 <Optimize>true</Optimize> 52 <DebugType>pdbonly</DebugType> 53 <PlatformTarget>x86</PlatformTarget> 54 <ErrorReport>prompt</ErrorReport> 38 55 </PropertyGroup> 39 56 <ItemGroup> … … 116 133 --> 117 134 <PropertyGroup> 118 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>135 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 119 136 </PropertyGroup> 120 137 </Project> -
TabularUnified trunk/sources/HeuristicLab.Operators.Metaprogramming/HeuristicLab.Operators.Metaprogramming.csproj ¶
r489 r564 32 32 <ErrorReport>prompt</ErrorReport> 33 33 <WarningLevel>4</WarningLevel> 34 </PropertyGroup> 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 36 <DebugSymbols>true</DebugSymbols> 37 <OutputPath>bin\x86\Debug\</OutputPath> 38 <DefineConstants>DEBUG;TRACE</DefineConstants> 39 <DebugType>full</DebugType> 40 <PlatformTarget>x86</PlatformTarget> 41 <ErrorReport>prompt</ErrorReport> 42 </PropertyGroup> 43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 44 <OutputPath>bin\x86\Release\</OutputPath> 45 <DefineConstants>TRACE</DefineConstants> 46 <Optimize>true</Optimize> 47 <DebugType>pdbonly</DebugType> 48 <PlatformTarget>x86</PlatformTarget> 49 <ErrorReport>prompt</ErrorReport> 34 50 </PropertyGroup> 35 51 <ItemGroup> … … 84 100 --> 85 101 <PropertyGroup> 86 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>102 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 87 103 </PropertyGroup> 88 104 </Project> -
TabularUnified trunk/sources/HeuristicLab.Operators.Programmable/HeuristicLab.Operators.Programmable.csproj ¶
r51 r564 35 35 <WarningLevel>4</WarningLevel> 36 36 <DocumentationFile>bin\Release\HeuristicLab.Operators.Programmable.XML</DocumentationFile> 37 </PropertyGroup> 38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 39 <DebugSymbols>true</DebugSymbols> 40 <OutputPath>bin\x86\Debug\</OutputPath> 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 <DebugType>full</DebugType> 43 <PlatformTarget>x86</PlatformTarget> 44 <ErrorReport>prompt</ErrorReport> 45 </PropertyGroup> 46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 47 <OutputPath>bin\x86\Release\</OutputPath> 48 <DefineConstants>TRACE</DefineConstants> 49 <DocumentationFile>bin\Release\HeuristicLab.Operators.Programmable.XML</DocumentationFile> 50 <Optimize>true</Optimize> 51 <DebugType>pdbonly</DebugType> 52 <PlatformTarget>x86</PlatformTarget> 53 <ErrorReport>prompt</ErrorReport> 37 54 </PropertyGroup> 38 55 <ItemGroup> … … 91 108 --> 92 109 <PropertyGroup> 93 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>110 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 94 111 </PropertyGroup> 95 112 </Project> -
TabularUnified trunk/sources/HeuristicLab.Operators.Stopwatch/HeuristicLab.Operators.Stopwatch.csproj ¶
r447 r564 32 32 <ErrorReport>prompt</ErrorReport> 33 33 <WarningLevel>4</WarningLevel> 34 </PropertyGroup> 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 36 <DebugSymbols>true</DebugSymbols> 37 <OutputPath>bin\x86\Debug\</OutputPath> 38 <DefineConstants>DEBUG;TRACE</DefineConstants> 39 <DebugType>full</DebugType> 40 <PlatformTarget>x86</PlatformTarget> 41 <ErrorReport>prompt</ErrorReport> 42 </PropertyGroup> 43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 44 <OutputPath>bin\x86\Release\</OutputPath> 45 <DefineConstants>TRACE</DefineConstants> 46 <Optimize>true</Optimize> 47 <DebugType>pdbonly</DebugType> 48 <PlatformTarget>x86</PlatformTarget> 49 <ErrorReport>prompt</ErrorReport> 34 50 </PropertyGroup> 35 51 <ItemGroup> … … 81 97 --> 82 98 <PropertyGroup> 83 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>99 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 84 100 </PropertyGroup> 85 101 </Project> -
TabularUnified trunk/sources/HeuristicLab.Operators/HeuristicLab.Operators.csproj ¶
r311 r564 38 38 <DocumentationFile>bin\Release\HeuristicLab.Operators.XML</DocumentationFile> 39 39 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 40 </PropertyGroup> 41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 42 <DebugSymbols>true</DebugSymbols> 43 <OutputPath>bin\x86\Debug\</OutputPath> 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 <DebugType>full</DebugType> 46 <PlatformTarget>x86</PlatformTarget> 47 <ErrorReport>prompt</ErrorReport> 48 </PropertyGroup> 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 50 <OutputPath>bin\x86\Release\</OutputPath> 51 <DefineConstants>TRACE</DefineConstants> 52 <DocumentationFile>bin\Release\HeuristicLab.Operators.XML</DocumentationFile> 53 <Optimize>true</Optimize> 54 <DebugType>pdbonly</DebugType> 55 <PlatformTarget>x86</PlatformTarget> 56 <ErrorReport>prompt</ErrorReport> 40 57 </PropertyGroup> 41 58 <ItemGroup> … … 140 157 --> 141 158 <PropertyGroup> 142 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>159 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 143 160 </PropertyGroup> 144 161 </Project> -
TabularUnified trunk/sources/HeuristicLab.OptimizationFrontend/HeuristicLab.OptimizationFrontend.csproj ¶
r30 r564 33 33 <WarningLevel>4</WarningLevel> 34 34 <DocumentationFile>bin\Release\HeuristicLab.OptimizationFrontend.xml</DocumentationFile> 35 </PropertyGroup> 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 37 <DebugSymbols>true</DebugSymbols> 38 <OutputPath>bin\x86\Debug\</OutputPath> 39 <DefineConstants>DEBUG;TRACE</DefineConstants> 40 <DebugType>full</DebugType> 41 <PlatformTarget>x86</PlatformTarget> 42 <ErrorReport>prompt</ErrorReport> 43 </PropertyGroup> 44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 45 <OutputPath>bin\x86\Release\</OutputPath> 46 <DefineConstants>TRACE</DefineConstants> 47 <DocumentationFile>bin\Release\HeuristicLab.OptimizationFrontend.xml</DocumentationFile> 48 <Optimize>true</Optimize> 49 <DebugType>pdbonly</DebugType> 50 <PlatformTarget>x86</PlatformTarget> 51 <ErrorReport>prompt</ErrorReport> 35 52 </PropertyGroup> 36 53 <ItemGroup> … … 140 157 --> 141 158 <PropertyGroup> 142 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>159 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 143 160 </PropertyGroup> 144 161 </Project> -
TabularUnified trunk/sources/HeuristicLab.Permutation/HeuristicLab.Permutation.csproj ¶
r84 r564 36 36 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 37 37 <DocumentationFile>bin\Release\HeuristicLab.Permutation.XML</DocumentationFile> 38 </PropertyGroup> 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath>bin\x86\Debug\</OutputPath> 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 <DebugType>full</DebugType> 44 <PlatformTarget>x86</PlatformTarget> 45 <ErrorReport>prompt</ErrorReport> 46 </PropertyGroup> 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 48 <OutputPath>bin\x86\Release\</OutputPath> 49 <DefineConstants>TRACE</DefineConstants> 50 <DocumentationFile>bin\Release\HeuristicLab.Permutation.XML</DocumentationFile> 51 <Optimize>true</Optimize> 52 <DebugType>pdbonly</DebugType> 53 <PlatformTarget>x86</PlatformTarget> 54 <ErrorReport>prompt</ErrorReport> 38 55 </PropertyGroup> 39 56 <ItemGroup> … … 117 134 --> 118 135 <PropertyGroup> 119 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>136 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 120 137 </PropertyGroup> 121 138 </Project> -
TabularUnified trunk/sources/HeuristicLab.PluginInfrastructure.GUI/HeuristicLab.PluginInfrastructure.GUI.csproj ¶
r30 r564 37 37 <WarningLevel>4</WarningLevel> 38 38 <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure.GUI.XML</DocumentationFile> 39 </PropertyGroup> 40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 41 <DebugSymbols>true</DebugSymbols> 42 <OutputPath>bin\x86\Debug\</OutputPath> 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 <DebugType>full</DebugType> 45 <PlatformTarget>x86</PlatformTarget> 46 <ErrorReport>prompt</ErrorReport> 47 </PropertyGroup> 48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 49 <OutputPath>bin\x86\Release\</OutputPath> 50 <DefineConstants>TRACE</DefineConstants> 51 <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure.GUI.XML</DocumentationFile> 52 <Optimize>true</Optimize> 53 <DebugType>pdbonly</DebugType> 54 <PlatformTarget>x86</PlatformTarget> 55 <ErrorReport>prompt</ErrorReport> 39 56 </PropertyGroup> 40 57 <ItemGroup> … … 155 172 --> 156 173 <PropertyGroup> 157 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>174 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 158 175 </PropertyGroup> 159 176 </Project> -
TabularUnified trunk/sources/HeuristicLab.PluginInfrastructure/HeuristicLab.PluginInfrastructure.csproj ¶
r91 r564 38 38 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 39 39 <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure.XML</DocumentationFile> 40 </PropertyGroup> 41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 42 <DebugSymbols>true</DebugSymbols> 43 <OutputPath>bin\x86\Debug\</OutputPath> 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 <DebugType>full</DebugType> 46 <PlatformTarget>x86</PlatformTarget> 47 <ErrorReport>prompt</ErrorReport> 48 </PropertyGroup> 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 50 <OutputPath>bin\x86\Release\</OutputPath> 51 <DefineConstants>TRACE</DefineConstants> 52 <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure.XML</DocumentationFile> 53 <Optimize>true</Optimize> 54 <DebugType>pdbonly</DebugType> 55 <PlatformTarget>x86</PlatformTarget> 56 <ErrorReport>prompt</ErrorReport> 40 57 </PropertyGroup> 41 58 <ItemGroup> … … 99 116 --> 100 117 <PropertyGroup> 101 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>118 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 102 119 </PropertyGroup> 103 120 </Project> -
TabularUnified trunk/sources/HeuristicLab.Random/HeuristicLab.Random.csproj ¶
r30 r564 38 38 <DocumentationFile>bin\Release\HeuristicLab.Random.XML</DocumentationFile> 39 39 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 40 </PropertyGroup> 41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 42 <DebugSymbols>true</DebugSymbols> 43 <OutputPath>bin\x86\Debug\</OutputPath> 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 <DebugType>full</DebugType> 46 <PlatformTarget>x86</PlatformTarget> 47 <ErrorReport>prompt</ErrorReport> 48 </PropertyGroup> 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 50 <OutputPath>bin\x86\Release\</OutputPath> 51 <DefineConstants>TRACE</DefineConstants> 52 <DocumentationFile>bin\Release\HeuristicLab.Random.XML</DocumentationFile> 53 <Optimize>true</Optimize> 54 <DebugType>pdbonly</DebugType> 55 <PlatformTarget>x86</PlatformTarget> 56 <ErrorReport>prompt</ErrorReport> 40 57 </PropertyGroup> 41 58 <ItemGroup> … … 92 109 --> 93 110 <PropertyGroup> 94 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>111 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 95 112 </PropertyGroup> 96 113 </Project> -
TabularUnified trunk/sources/HeuristicLab.RealVector/HeuristicLab.RealVector.csproj ¶
r293 r564 33 33 <WarningLevel>4</WarningLevel> 34 34 <DocumentationFile>bin\Release\HeuristicLab.RealVector.XML</DocumentationFile> 35 </PropertyGroup> 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 37 <DebugSymbols>true</DebugSymbols> 38 <OutputPath>bin\x86\Debug\</OutputPath> 39 <DefineConstants>DEBUG;TRACE</DefineConstants> 40 <DebugType>full</DebugType> 41 <PlatformTarget>x86</PlatformTarget> 42 <ErrorReport>prompt</ErrorReport> 43 </PropertyGroup> 44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 45 <OutputPath>bin\x86\Release\</OutputPath> 46 <DefineConstants>TRACE</DefineConstants> 47 <DocumentationFile>bin\Release\HeuristicLab.RealVector.XML</DocumentationFile> 48 <Optimize>true</Optimize> 49 <DebugType>pdbonly</DebugType> 50 <PlatformTarget>x86</PlatformTarget> 51 <ErrorReport>prompt</ErrorReport> 35 52 </PropertyGroup> 36 53 <ItemGroup> … … 105 122 --> 106 123 <PropertyGroup> 107 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>124 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 108 125 </PropertyGroup> 109 126 </Project> -
TabularUnified trunk/sources/HeuristicLab.Routing.TSP/HeuristicLab.Routing.TSP.csproj ¶
r30 r564 38 38 <DocumentationFile>bin\Release\HeuristicLab.Routing.TSP.XML</DocumentationFile> 39 39 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 40 </PropertyGroup> 41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 42 <DebugSymbols>true</DebugSymbols> 43 <OutputPath>bin\x86\Debug\</OutputPath> 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 <DebugType>full</DebugType> 46 <PlatformTarget>x86</PlatformTarget> 47 <ErrorReport>prompt</ErrorReport> 48 </PropertyGroup> 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 50 <OutputPath>bin\x86\Release\</OutputPath> 51 <DefineConstants>TRACE</DefineConstants> 52 <DocumentationFile>bin\Release\HeuristicLab.Routing.TSP.XML</DocumentationFile> 53 <Optimize>true</Optimize> 54 <DebugType>pdbonly</DebugType> 55 <PlatformTarget>x86</PlatformTarget> 56 <ErrorReport>prompt</ErrorReport> 40 57 </PropertyGroup> 41 58 <ItemGroup> … … 120 137 --> 121 138 <PropertyGroup> 122 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>139 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 123 140 </PropertyGroup> 124 141 </Project> -
TabularUnified trunk/sources/HeuristicLab.SGA/HeuristicLab.SGA.csproj ¶
r30 r564 35 35 <WarningLevel>4</WarningLevel> 36 36 <DocumentationFile>bin\Release\HeuristicLab.SGA.XML</DocumentationFile> 37 </PropertyGroup> 38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 39 <DebugSymbols>true</DebugSymbols> 40 <OutputPath>bin\x86\Debug\</OutputPath> 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 <DebugType>full</DebugType> 43 <PlatformTarget>x86</PlatformTarget> 44 <ErrorReport>prompt</ErrorReport> 45 </PropertyGroup> 46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 47 <OutputPath>bin\x86\Release\</OutputPath> 48 <DefineConstants>TRACE</DefineConstants> 49 <DocumentationFile>bin\Release\HeuristicLab.SGA.XML</DocumentationFile> 50 <Optimize>true</Optimize> 51 <DebugType>pdbonly</DebugType> 52 <PlatformTarget>x86</PlatformTarget> 53 <ErrorReport>prompt</ErrorReport> 37 54 </PropertyGroup> 38 55 <ItemGroup> … … 111 128 --> 112 129 <PropertyGroup> 113 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>130 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 114 131 </PropertyGroup> 115 132 </Project> -
TabularUnified trunk/sources/HeuristicLab.SQLite/HeuristicLab.SQLite.csproj ¶
r360 r564 33 33 <WarningLevel>4</WarningLevel> 34 34 <DocumentationFile>bin\Release\HeuristicLab.SQLite.XML</DocumentationFile> 35 </PropertyGroup> 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 37 <DebugSymbols>true</DebugSymbols> 38 <OutputPath>bin\x86\Debug\</OutputPath> 39 <DefineConstants>DEBUG;TRACE</DefineConstants> 40 <DebugType>full</DebugType> 41 <PlatformTarget>x86</PlatformTarget> 42 <ErrorReport>prompt</ErrorReport> 43 </PropertyGroup> 44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 45 <OutputPath>bin\x86\Release\</OutputPath> 46 <DefineConstants>TRACE</DefineConstants> 47 <DocumentationFile>bin\Release\HeuristicLab.SQLite.XML</DocumentationFile> 48 <Optimize>true</Optimize> 49 <DebugType>pdbonly</DebugType> 50 <PlatformTarget>x86</PlatformTarget> 51 <ErrorReport>prompt</ErrorReport> 35 52 </PropertyGroup> 36 53 <ItemGroup> … … 75 92 --> 76 93 <PropertyGroup> 77 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>94 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 78 95 </PropertyGroup> 79 96 </Project> -
TabularUnified trunk/sources/HeuristicLab.Scheduling.JSSP/HeuristicLab.Scheduling.JSSP.csproj ¶
r269 r564 52 52 <WarningLevel>4</WarningLevel> 53 53 <DocumentationFile>bin\Release\HeuristicLab.Scheduling.JSSP.XML</DocumentationFile> 54 </PropertyGroup> 55 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 56 <DebugSymbols>true</DebugSymbols> 57 <OutputPath>bin\x86\Debug\</OutputPath> 58 <DefineConstants>DEBUG;TRACE</DefineConstants> 59 <DebugType>pdbonly</DebugType> 60 <PlatformTarget>x86</PlatformTarget> 61 <ErrorReport>prompt</ErrorReport> 62 </PropertyGroup> 63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 64 <OutputPath>bin\x86\Release\</OutputPath> 65 <DefineConstants>TRACE</DefineConstants> 66 <DocumentationFile>bin\Release\HeuristicLab.Scheduling.JSSP.XML</DocumentationFile> 67 <Optimize>true</Optimize> 68 <DebugType>pdbonly</DebugType> 69 <PlatformTarget>x86</PlatformTarget> 70 <ErrorReport>prompt</ErrorReport> 54 71 </PropertyGroup> 55 72 <ItemGroup> … … 163 180 --> 164 181 <PropertyGroup> 165 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>182 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 166 183 </PropertyGroup> 167 184 </Project> -
TabularUnified trunk/sources/HeuristicLab.Selection.OffspringSelection/HeuristicLab.Selection.OffspringSelection.csproj ¶
r30 r564 36 36 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 37 37 <DocumentationFile>bin\Release\HeuristicLab.Selection.OffspringSelection.XML</DocumentationFile> 38 </PropertyGroup> 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath>bin\x86\Debug\</OutputPath> 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 <DebugType>full</DebugType> 44 <PlatformTarget>x86</PlatformTarget> 45 <ErrorReport>prompt</ErrorReport> 46 </PropertyGroup> 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 48 <OutputPath>bin\x86\Release\</OutputPath> 49 <DefineConstants>TRACE</DefineConstants> 50 <DocumentationFile>bin\Release\HeuristicLab.Selection.OffspringSelection.XML</DocumentationFile> 51 <Optimize>true</Optimize> 52 <DebugType>pdbonly</DebugType> 53 <PlatformTarget>x86</PlatformTarget> 54 <ErrorReport>prompt</ErrorReport> 38 55 </PropertyGroup> 39 56 <ItemGroup> … … 75 92 --> 76 93 <PropertyGroup> 77 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>94 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 78 95 </PropertyGroup> 79 96 </Project> -
TabularUnified trunk/sources/HeuristicLab.Selection/HeuristicLab.Selection.csproj ¶
r30 r564 36 36 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 37 37 <DocumentationFile>bin\Release\HeuristicLab.Selection.XML</DocumentationFile> 38 </PropertyGroup> 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath>bin\x86\Debug\</OutputPath> 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 <DebugType>full</DebugType> 44 <PlatformTarget>x86</PlatformTarget> 45 <ErrorReport>prompt</ErrorReport> 46 </PropertyGroup> 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 48 <OutputPath>bin\x86\Release\</OutputPath> 49 <DefineConstants>TRACE</DefineConstants> 50 <DocumentationFile>bin\Release\HeuristicLab.Selection.XML</DocumentationFile> 51 <Optimize>true</Optimize> 52 <DebugType>pdbonly</DebugType> 53 <PlatformTarget>x86</PlatformTarget> 54 <ErrorReport>prompt</ErrorReport> 38 55 </PropertyGroup> 39 56 <ItemGroup> … … 90 107 --> 91 108 <PropertyGroup> 92 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>109 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 93 110 </PropertyGroup> 94 111 </Project> -
TabularUnified trunk/sources/HeuristicLab.SequentialEngine/HeuristicLab.SequentialEngine.csproj ¶
r30 r564 36 36 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 37 37 <DocumentationFile>bin\Release\HeuristicLab.SequentialEngine.XML</DocumentationFile> 38 </PropertyGroup> 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath>bin\x86\Debug\</OutputPath> 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 <DebugType>full</DebugType> 44 <PlatformTarget>x86</PlatformTarget> 45 <ErrorReport>prompt</ErrorReport> 46 </PropertyGroup> 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 48 <OutputPath>bin\x86\Release\</OutputPath> 49 <DefineConstants>TRACE</DefineConstants> 50 <DocumentationFile>bin\Release\HeuristicLab.SequentialEngine.XML</DocumentationFile> 51 <Optimize>true</Optimize> 52 <DebugType>pdbonly</DebugType> 53 <PlatformTarget>x86</PlatformTarget> 54 <ErrorReport>prompt</ErrorReport> 38 55 </PropertyGroup> 39 56 <ItemGroup> … … 78 95 --> 79 96 <PropertyGroup> 80 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>97 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 81 98 </PropertyGroup> 82 99 </Project> -
TabularUnified trunk/sources/HeuristicLab.StructureIdentification/HeuristicLab.StructureIdentification.csproj ¶
r532 r564 36 36 <WarningLevel>4</WarningLevel> 37 37 <DocumentationFile>bin\Release\HeuristicLab.StructureIdentification.XML</DocumentationFile> 38 </PropertyGroup> 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath>bin\x86\Debug\</OutputPath> 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 <DebugType>full</DebugType> 44 <PlatformTarget>x86</PlatformTarget> 45 <ErrorReport>prompt</ErrorReport> 46 </PropertyGroup> 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 48 <OutputPath>bin\x86\Release\</OutputPath> 49 <DefineConstants>TRACE</DefineConstants> 50 <DocumentationFile>bin\Release\HeuristicLab.StructureIdentification.XML</DocumentationFile> 51 <Optimize>true</Optimize> 52 <DebugType>pdbonly</DebugType> 53 <PlatformTarget>x86</PlatformTarget> 54 <ErrorReport>prompt</ErrorReport> 38 55 </PropertyGroup> 39 56 <ItemGroup> … … 155 172 --> 156 173 <PropertyGroup> 157 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>174 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 158 175 </PropertyGroup> 159 176 </Project> -
TabularUnified trunk/sources/HeuristicLab.TestFunctions/HeuristicLab.TestFunctions.csproj ¶
r291 r564 33 33 <WarningLevel>4</WarningLevel> 34 34 <DocumentationFile>bin\Release\HeuristicLab.TestFunctions.XML</DocumentationFile> 35 </PropertyGroup> 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 37 <DebugSymbols>true</DebugSymbols> 38 <OutputPath>bin\x86\Debug\</OutputPath> 39 <DefineConstants>DEBUG;TRACE</DefineConstants> 40 <DebugType>full</DebugType> 41 <PlatformTarget>x86</PlatformTarget> 42 <ErrorReport>prompt</ErrorReport> 43 </PropertyGroup> 44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 45 <OutputPath>bin\x86\Release\</OutputPath> 46 <DefineConstants>TRACE</DefineConstants> 47 <DocumentationFile>bin\Release\HeuristicLab.TestFunctions.XML</DocumentationFile> 48 <Optimize>true</Optimize> 49 <DebugType>pdbonly</DebugType> 50 <PlatformTarget>x86</PlatformTarget> 51 <ErrorReport>prompt</ErrorReport> 35 52 </PropertyGroup> 36 53 <ItemGroup> … … 101 118 --> 102 119 <PropertyGroup> 103 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>120 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 104 121 </PropertyGroup> 105 122 </Project> -
TabularUnified trunk/sources/HeuristicLab.ThreadParallelEngine/HeuristicLab.ThreadParallelEngine.csproj ¶
r30 r564 36 36 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 37 37 <DocumentationFile>bin\Release\HeuristicLab.ThreadParallelEngine.XML</DocumentationFile> 38 </PropertyGroup> 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath>bin\x86\Debug\</OutputPath> 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 <DebugType>full</DebugType> 44 <PlatformTarget>x86</PlatformTarget> 45 <ErrorReport>prompt</ErrorReport> 46 </PropertyGroup> 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 48 <OutputPath>bin\x86\Release\</OutputPath> 49 <DefineConstants>TRACE</DefineConstants> 50 <DocumentationFile>bin\Release\HeuristicLab.ThreadParallelEngine.XML</DocumentationFile> 51 <Optimize>true</Optimize> 52 <DebugType>pdbonly</DebugType> 53 <PlatformTarget>x86</PlatformTarget> 54 <ErrorReport>prompt</ErrorReport> 38 55 </PropertyGroup> 39 56 <ItemGroup> … … 78 95 --> 79 96 <PropertyGroup> 80 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>97 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 81 98 </PropertyGroup> 82 99 </Project> -
TabularUnified trunk/sources/HeuristicLab.sln ¶
r561 r564 132 132 {9EF75B49-D507-44E0-BC5D-C200FDA53B9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 133 133 {9EF75B49-D507-44E0-BC5D-C200FDA53B9B}.Debug|Any CPU.Build.0 = Debug|Any CPU 134 {9EF75B49-D507-44E0-BC5D-C200FDA53B9B}.Debug|x86.ActiveCfg = Debug|Any CPU 134 {9EF75B49-D507-44E0-BC5D-C200FDA53B9B}.Debug|x86.ActiveCfg = Debug|x86 135 {9EF75B49-D507-44E0-BC5D-C200FDA53B9B}.Debug|x86.Build.0 = Debug|x86 135 136 {9EF75B49-D507-44E0-BC5D-C200FDA53B9B}.Release|Any CPU.ActiveCfg = Release|Any CPU 136 137 {9EF75B49-D507-44E0-BC5D-C200FDA53B9B}.Release|Any CPU.Build.0 = Release|Any CPU 137 {9EF75B49-D507-44E0-BC5D-C200FDA53B9B}.Release|x86.ActiveCfg = Release|Any CPU 138 {9EF75B49-D507-44E0-BC5D-C200FDA53B9B}.Release|x86.ActiveCfg = Release|x86 139 {9EF75B49-D507-44E0-BC5D-C200FDA53B9B}.Release|x86.Build.0 = Release|x86 138 140 {A9983BA2-B3B2-475E-8E2C-62050B71D1C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 139 141 {A9983BA2-B3B2-475E-8E2C-62050B71D1C5}.Debug|Any CPU.Build.0 = Debug|Any CPU … … 162 164 {B4BE8E53-BA06-4237-9A01-24255F880201}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 163 165 {B4BE8E53-BA06-4237-9A01-24255F880201}.Debug|Any CPU.Build.0 = Debug|Any CPU 164 {B4BE8E53-BA06-4237-9A01-24255F880201}.Debug|x86.ActiveCfg = Debug|Any CPU 166 {B4BE8E53-BA06-4237-9A01-24255F880201}.Debug|x86.ActiveCfg = Debug|x86 167 {B4BE8E53-BA06-4237-9A01-24255F880201}.Debug|x86.Build.0 = Debug|x86 165 168 {B4BE8E53-BA06-4237-9A01-24255F880201}.Release|Any CPU.ActiveCfg = Release|Any CPU 166 169 {B4BE8E53-BA06-4237-9A01-24255F880201}.Release|Any CPU.Build.0 = Release|Any CPU 167 {B4BE8E53-BA06-4237-9A01-24255F880201}.Release|x86.ActiveCfg = Release|Any CPU 170 {B4BE8E53-BA06-4237-9A01-24255F880201}.Release|x86.ActiveCfg = Release|x86 171 {B4BE8E53-BA06-4237-9A01-24255F880201}.Release|x86.Build.0 = Release|x86 168 172 {6E757D0E-20F9-4E89-AF06-D7DA256870DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 169 173 {6E757D0E-20F9-4E89-AF06-D7DA256870DB}.Debug|Any CPU.Build.0 = Debug|Any CPU 170 {6E757D0E-20F9-4E89-AF06-D7DA256870DB}.Debug|x86.ActiveCfg = Debug|Any CPU 174 {6E757D0E-20F9-4E89-AF06-D7DA256870DB}.Debug|x86.ActiveCfg = Debug|x86 175 {6E757D0E-20F9-4E89-AF06-D7DA256870DB}.Debug|x86.Build.0 = Debug|x86 171 176 {6E757D0E-20F9-4E89-AF06-D7DA256870DB}.Release|Any CPU.ActiveCfg = Release|Any CPU 172 177 {6E757D0E-20F9-4E89-AF06-D7DA256870DB}.Release|Any CPU.Build.0 = Release|Any CPU 173 {6E757D0E-20F9-4E89-AF06-D7DA256870DB}.Release|x86.ActiveCfg = Release|Any CPU 178 {6E757D0E-20F9-4E89-AF06-D7DA256870DB}.Release|x86.ActiveCfg = Release|x86 179 {6E757D0E-20F9-4E89-AF06-D7DA256870DB}.Release|x86.Build.0 = Release|x86 174 180 {55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 175 181 {55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}.Debug|Any CPU.Build.0 = Debug|Any CPU 176 {55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}.Debug|x86.ActiveCfg = Debug|Any CPU 182 {55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}.Debug|x86.ActiveCfg = Debug|x86 183 {55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}.Debug|x86.Build.0 = Debug|x86 177 184 {55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}.Release|Any CPU.ActiveCfg = Release|Any CPU 178 185 {55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}.Release|Any CPU.Build.0 = Release|Any CPU 179 {55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}.Release|x86.ActiveCfg = Release|Any CPU 186 {55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}.Release|x86.ActiveCfg = Release|x86 187 {55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}.Release|x86.Build.0 = Release|x86 180 188 {F5614C53-153C-4A37-A608-121E1C087F07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 181 189 {F5614C53-153C-4A37-A608-121E1C087F07}.Debug|Any CPU.Build.0 = Debug|Any CPU 182 {F5614C53-153C-4A37-A608-121E1C087F07}.Debug|x86.ActiveCfg = Debug|Any CPU 190 {F5614C53-153C-4A37-A608-121E1C087F07}.Debug|x86.ActiveCfg = Debug|x86 191 {F5614C53-153C-4A37-A608-121E1C087F07}.Debug|x86.Build.0 = Debug|x86 183 192 {F5614C53-153C-4A37-A608-121E1C087F07}.Release|Any CPU.ActiveCfg = Release|Any CPU 184 193 {F5614C53-153C-4A37-A608-121E1C087F07}.Release|Any CPU.Build.0 = Release|Any CPU 185 {F5614C53-153C-4A37-A608-121E1C087F07}.Release|x86.ActiveCfg = Release|Any CPU 194 {F5614C53-153C-4A37-A608-121E1C087F07}.Release|x86.ActiveCfg = Release|x86 195 {F5614C53-153C-4A37-A608-121E1C087F07}.Release|x86.Build.0 = Release|x86 186 196 {F7CF0571-25CB-43D5-8443-0843A1E2861A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 187 197 {F7CF0571-25CB-43D5-8443-0843A1E2861A}.Debug|Any CPU.Build.0 = Debug|Any CPU 188 {F7CF0571-25CB-43D5-8443-0843A1E2861A}.Debug|x86.ActiveCfg = Debug|Any CPU 198 {F7CF0571-25CB-43D5-8443-0843A1E2861A}.Debug|x86.ActiveCfg = Debug|x86 199 {F7CF0571-25CB-43D5-8443-0843A1E2861A}.Debug|x86.Build.0 = Debug|x86 189 200 {F7CF0571-25CB-43D5-8443-0843A1E2861A}.Release|Any CPU.ActiveCfg = Release|Any CPU 190 201 {F7CF0571-25CB-43D5-8443-0843A1E2861A}.Release|Any CPU.Build.0 = Release|Any CPU 191 {F7CF0571-25CB-43D5-8443-0843A1E2861A}.Release|x86.ActiveCfg = Release|Any CPU 202 {F7CF0571-25CB-43D5-8443-0843A1E2861A}.Release|x86.ActiveCfg = Release|x86 203 {F7CF0571-25CB-43D5-8443-0843A1E2861A}.Release|x86.Build.0 = Release|x86 192 204 {205898D3-2717-4686-AF17-52409B7EC0C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 193 205 {205898D3-2717-4686-AF17-52409B7EC0C6}.Debug|Any CPU.Build.0 = Debug|Any CPU 194 {205898D3-2717-4686-AF17-52409B7EC0C6}.Debug|x86.ActiveCfg = Debug|Any CPU 206 {205898D3-2717-4686-AF17-52409B7EC0C6}.Debug|x86.ActiveCfg = Debug|x86 207 {205898D3-2717-4686-AF17-52409B7EC0C6}.Debug|x86.Build.0 = Debug|x86 195 208 {205898D3-2717-4686-AF17-52409B7EC0C6}.Release|Any CPU.ActiveCfg = Release|Any CPU 196 209 {205898D3-2717-4686-AF17-52409B7EC0C6}.Release|Any CPU.Build.0 = Release|Any CPU 197 {205898D3-2717-4686-AF17-52409B7EC0C6}.Release|x86.ActiveCfg = Release|Any CPU 210 {205898D3-2717-4686-AF17-52409B7EC0C6}.Release|x86.ActiveCfg = Release|x86 211 {205898D3-2717-4686-AF17-52409B7EC0C6}.Release|x86.Build.0 = Release|x86 198 212 {D3F92C1F-42B4-4EFB-9E73-B64FD3428ADE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 199 213 {D3F92C1F-42B4-4EFB-9E73-B64FD3428ADE}.Debug|Any CPU.Build.0 = Debug|Any CPU … … 206 220 {4C0EF782-CC94-4A94-BC3E-661D2600559B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 207 221 {4C0EF782-CC94-4A94-BC3E-661D2600559B}.Debug|Any CPU.Build.0 = Debug|Any CPU 208 {4C0EF782-CC94-4A94-BC3E-661D2600559B}.Debug|x86.ActiveCfg = Debug|Any CPU 222 {4C0EF782-CC94-4A94-BC3E-661D2600559B}.Debug|x86.ActiveCfg = Debug|x86 223 {4C0EF782-CC94-4A94-BC3E-661D2600559B}.Debug|x86.Build.0 = Debug|x86 209 224 {4C0EF782-CC94-4A94-BC3E-661D2600559B}.Release|Any CPU.ActiveCfg = Release|Any CPU 210 225 {4C0EF782-CC94-4A94-BC3E-661D2600559B}.Release|Any CPU.Build.0 = Release|Any CPU 211 {4C0EF782-CC94-4A94-BC3E-661D2600559B}.Release|x86.ActiveCfg = Release|Any CPU 226 {4C0EF782-CC94-4A94-BC3E-661D2600559B}.Release|x86.ActiveCfg = Release|x86 227 {4C0EF782-CC94-4A94-BC3E-661D2600559B}.Release|x86.Build.0 = Release|x86 212 228 {B462D3CC-8866-42F0-9832-AD0967613B72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 213 229 {B462D3CC-8866-42F0-9832-AD0967613B72}.Debug|Any CPU.Build.0 = Debug|Any CPU … … 228 244 {B95CA6E2-34BC-4430-994D-BD6E99375319}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 229 245 {B95CA6E2-34BC-4430-994D-BD6E99375319}.Debug|Any CPU.Build.0 = Debug|Any CPU 230 {B95CA6E2-34BC-4430-994D-BD6E99375319}.Debug|x86.ActiveCfg = Debug|Any CPU 246 {B95CA6E2-34BC-4430-994D-BD6E99375319}.Debug|x86.ActiveCfg = Debug|x86 247 {B95CA6E2-34BC-4430-994D-BD6E99375319}.Debug|x86.Build.0 = Debug|x86 231 248 {B95CA6E2-34BC-4430-994D-BD6E99375319}.Release|Any CPU.ActiveCfg = Release|Any CPU 232 249 {B95CA6E2-34BC-4430-994D-BD6E99375319}.Release|Any CPU.Build.0 = Release|Any CPU 233 {B95CA6E2-34BC-4430-994D-BD6E99375319}.Release|x86.ActiveCfg = Release|Any CPU 250 {B95CA6E2-34BC-4430-994D-BD6E99375319}.Release|x86.ActiveCfg = Release|x86 251 {B95CA6E2-34BC-4430-994D-BD6E99375319}.Release|x86.Build.0 = Release|x86 234 252 {E3CCBFC6-900C-41B6-AFB8-6646DB097435}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 235 253 {E3CCBFC6-900C-41B6-AFB8-6646DB097435}.Debug|Any CPU.Build.0 = Debug|Any CPU 236 {E3CCBFC6-900C-41B6-AFB8-6646DB097435}.Debug|x86.ActiveCfg = Debug|Any CPU 254 {E3CCBFC6-900C-41B6-AFB8-6646DB097435}.Debug|x86.ActiveCfg = Debug|x86 255 {E3CCBFC6-900C-41B6-AFB8-6646DB097435}.Debug|x86.Build.0 = Debug|x86 237 256 {E3CCBFC6-900C-41B6-AFB8-6646DB097435}.Release|Any CPU.ActiveCfg = Release|Any CPU 238 257 {E3CCBFC6-900C-41B6-AFB8-6646DB097435}.Release|Any CPU.Build.0 = Release|Any CPU 239 {E3CCBFC6-900C-41B6-AFB8-6646DB097435}.Release|x86.ActiveCfg = Release|Any CPU 258 {E3CCBFC6-900C-41B6-AFB8-6646DB097435}.Release|x86.ActiveCfg = Release|x86 259 {E3CCBFC6-900C-41B6-AFB8-6646DB097435}.Release|x86.Build.0 = Release|x86 240 260 {E39AF78A-9692-472B-B061-E2F1B1AB2C92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 241 261 {E39AF78A-9692-472B-B061-E2F1B1AB2C92}.Debug|Any CPU.Build.0 = Debug|Any CPU 242 {E39AF78A-9692-472B-B061-E2F1B1AB2C92}.Debug|x86.ActiveCfg = Debug|Any CPU 262 {E39AF78A-9692-472B-B061-E2F1B1AB2C92}.Debug|x86.ActiveCfg = Debug|x86 263 {E39AF78A-9692-472B-B061-E2F1B1AB2C92}.Debug|x86.Build.0 = Debug|x86 243 264 {E39AF78A-9692-472B-B061-E2F1B1AB2C92}.Release|Any CPU.ActiveCfg = Release|Any CPU 244 265 {E39AF78A-9692-472B-B061-E2F1B1AB2C92}.Release|Any CPU.Build.0 = Release|Any CPU 245 {E39AF78A-9692-472B-B061-E2F1B1AB2C92}.Release|x86.ActiveCfg = Release|Any CPU 266 {E39AF78A-9692-472B-B061-E2F1B1AB2C92}.Release|x86.ActiveCfg = Release|x86 267 {E39AF78A-9692-472B-B061-E2F1B1AB2C92}.Release|x86.Build.0 = Release|x86 246 268 {5948F299-0A5E-43B9-8F17-2D15298EEC34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 247 269 {5948F299-0A5E-43B9-8F17-2D15298EEC34}.Debug|Any CPU.Build.0 = Debug|Any CPU 248 {5948F299-0A5E-43B9-8F17-2D15298EEC34}.Debug|x86.ActiveCfg = Debug|Any CPU 270 {5948F299-0A5E-43B9-8F17-2D15298EEC34}.Debug|x86.ActiveCfg = Debug|x86 271 {5948F299-0A5E-43B9-8F17-2D15298EEC34}.Debug|x86.Build.0 = Debug|x86 249 272 {5948F299-0A5E-43B9-8F17-2D15298EEC34}.Release|Any CPU.ActiveCfg = Release|Any CPU 250 273 {5948F299-0A5E-43B9-8F17-2D15298EEC34}.Release|Any CPU.Build.0 = Release|Any CPU 251 {5948F299-0A5E-43B9-8F17-2D15298EEC34}.Release|x86.ActiveCfg = Release|Any CPU 274 {5948F299-0A5E-43B9-8F17-2D15298EEC34}.Release|x86.ActiveCfg = Release|x86 275 {5948F299-0A5E-43B9-8F17-2D15298EEC34}.Release|x86.Build.0 = Release|x86 252 276 {FCD62C6F-4793-4593-AE9A-0BDCA256EE99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 253 277 {FCD62C6F-4793-4593-AE9A-0BDCA256EE99}.Debug|Any CPU.Build.0 = Debug|Any CPU … … 260 284 {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 261 285 {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.Debug|Any CPU.Build.0 = Debug|Any CPU 262 {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.Debug|x86.ActiveCfg = Debug|Any CPU 286 {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.Debug|x86.ActiveCfg = Debug|x86 287 {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.Debug|x86.Build.0 = Debug|x86 263 288 {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.Release|Any CPU.ActiveCfg = Release|Any CPU 264 289 {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.Release|Any CPU.Build.0 = Release|Any CPU 265 {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.Release|x86.ActiveCfg = Release|Any CPU 290 {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.Release|x86.ActiveCfg = Release|x86 291 {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.Release|x86.Build.0 = Release|x86 266 292 {6D9564BB-956D-4808-8F92-AA7F776F90A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 267 293 {6D9564BB-956D-4808-8F92-AA7F776F90A5}.Debug|Any CPU.Build.0 = Debug|Any CPU 268 {6D9564BB-956D-4808-8F92-AA7F776F90A5}.Debug|x86.ActiveCfg = Debug|Any CPU 294 {6D9564BB-956D-4808-8F92-AA7F776F90A5}.Debug|x86.ActiveCfg = Debug|x86 295 {6D9564BB-956D-4808-8F92-AA7F776F90A5}.Debug|x86.Build.0 = Debug|x86 269 296 {6D9564BB-956D-4808-8F92-AA7F776F90A5}.Release|Any CPU.ActiveCfg = Release|Any CPU 270 297 {6D9564BB-956D-4808-8F92-AA7F776F90A5}.Release|Any CPU.Build.0 = Release|Any CPU 271 {6D9564BB-956D-4808-8F92-AA7F776F90A5}.Release|x86.ActiveCfg = Release|Any CPU 298 {6D9564BB-956D-4808-8F92-AA7F776F90A5}.Release|x86.ActiveCfg = Release|x86 299 {6D9564BB-956D-4808-8F92-AA7F776F90A5}.Release|x86.Build.0 = Release|x86 272 300 {2D4E4565-3ED9-4BEB-AE75-39D871843D24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 273 301 {2D4E4565-3ED9-4BEB-AE75-39D871843D24}.Debug|Any CPU.Build.0 = Debug|Any CPU 274 {2D4E4565-3ED9-4BEB-AE75-39D871843D24}.Debug|x86.ActiveCfg = Debug|Any CPU 302 {2D4E4565-3ED9-4BEB-AE75-39D871843D24}.Debug|x86.ActiveCfg = Debug|x86 303 {2D4E4565-3ED9-4BEB-AE75-39D871843D24}.Debug|x86.Build.0 = Debug|x86 275 304 {2D4E4565-3ED9-4BEB-AE75-39D871843D24}.Release|Any CPU.ActiveCfg = Release|Any CPU 276 305 {2D4E4565-3ED9-4BEB-AE75-39D871843D24}.Release|Any CPU.Build.0 = Release|Any CPU 277 {2D4E4565-3ED9-4BEB-AE75-39D871843D24}.Release|x86.ActiveCfg = Release|Any CPU 306 {2D4E4565-3ED9-4BEB-AE75-39D871843D24}.Release|x86.ActiveCfg = Release|x86 307 {2D4E4565-3ED9-4BEB-AE75-39D871843D24}.Release|x86.Build.0 = Release|x86 278 308 {9A781B2F-A58D-4270-A28A-3B14BBC11F4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 279 309 {9A781B2F-A58D-4270-A28A-3B14BBC11F4A}.Debug|Any CPU.Build.0 = Debug|Any CPU 280 {9A781B2F-A58D-4270-A28A-3B14BBC11F4A}.Debug|x86.ActiveCfg = Debug|Any CPU 310 {9A781B2F-A58D-4270-A28A-3B14BBC11F4A}.Debug|x86.ActiveCfg = Debug|x86 311 {9A781B2F-A58D-4270-A28A-3B14BBC11F4A}.Debug|x86.Build.0 = Debug|x86 281 312 {9A781B2F-A58D-4270-A28A-3B14BBC11F4A}.Release|Any CPU.ActiveCfg = Release|Any CPU 282 313 {9A781B2F-A58D-4270-A28A-3B14BBC11F4A}.Release|Any CPU.Build.0 = Release|Any CPU 283 {9A781B2F-A58D-4270-A28A-3B14BBC11F4A}.Release|x86.ActiveCfg = Release|Any CPU 314 {9A781B2F-A58D-4270-A28A-3B14BBC11F4A}.Release|x86.ActiveCfg = Release|x86 315 {9A781B2F-A58D-4270-A28A-3B14BBC11F4A}.Release|x86.Build.0 = Release|x86 284 316 {C2FB432A-07CA-45B5-BAFE-FEC172D1107B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 285 317 {C2FB432A-07CA-45B5-BAFE-FEC172D1107B}.Debug|Any CPU.Build.0 = Debug|Any CPU 286 {C2FB432A-07CA-45B5-BAFE-FEC172D1107B}.Debug|x86.ActiveCfg = Debug|Any CPU 318 {C2FB432A-07CA-45B5-BAFE-FEC172D1107B}.Debug|x86.ActiveCfg = Debug|x86 319 {C2FB432A-07CA-45B5-BAFE-FEC172D1107B}.Debug|x86.Build.0 = Debug|x86 287 320 {C2FB432A-07CA-45B5-BAFE-FEC172D1107B}.Release|Any CPU.ActiveCfg = Release|Any CPU 288 321 {C2FB432A-07CA-45B5-BAFE-FEC172D1107B}.Release|Any CPU.Build.0 = Release|Any CPU 289 {C2FB432A-07CA-45B5-BAFE-FEC172D1107B}.Release|x86.ActiveCfg = Release|Any CPU 322 {C2FB432A-07CA-45B5-BAFE-FEC172D1107B}.Release|x86.ActiveCfg = Release|x86 323 {C2FB432A-07CA-45B5-BAFE-FEC172D1107B}.Release|x86.Build.0 = Release|x86 290 324 {74752FCD-9E10-48DB-9AF2-AF5518B62807}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 291 325 {74752FCD-9E10-48DB-9AF2-AF5518B62807}.Debug|Any CPU.Build.0 = Debug|Any CPU … … 298 332 {E66D1EAA-525C-4F6D-BD25-DBCAE3750E25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 299 333 {E66D1EAA-525C-4F6D-BD25-DBCAE3750E25}.Debug|Any CPU.Build.0 = Debug|Any CPU 300 {E66D1EAA-525C-4F6D-BD25-DBCAE3750E25}.Debug|x86.ActiveCfg = Debug|Any CPU 334 {E66D1EAA-525C-4F6D-BD25-DBCAE3750E25}.Debug|x86.ActiveCfg = Debug|x86 335 {E66D1EAA-525C-4F6D-BD25-DBCAE3750E25}.Debug|x86.Build.0 = Debug|x86 301 336 {E66D1EAA-525C-4F6D-BD25-DBCAE3750E25}.Release|Any CPU.ActiveCfg = Release|Any CPU 302 337 {E66D1EAA-525C-4F6D-BD25-DBCAE3750E25}.Release|Any CPU.Build.0 = Release|Any CPU 303 {E66D1EAA-525C-4F6D-BD25-DBCAE3750E25}.Release|x86.ActiveCfg = Release|Any CPU 338 {E66D1EAA-525C-4F6D-BD25-DBCAE3750E25}.Release|x86.ActiveCfg = Release|x86 339 {E66D1EAA-525C-4F6D-BD25-DBCAE3750E25}.Release|x86.Build.0 = Release|x86 304 340 {545CE756-98D8-423B-AC2E-6E7D70926E5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 305 341 {545CE756-98D8-423B-AC2E-6E7D70926E5C}.Debug|Any CPU.Build.0 = Debug|Any CPU … … 312 348 {2E6112A7-3A94-406D-A28C-38AC2D324DCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 313 349 {2E6112A7-3A94-406D-A28C-38AC2D324DCA}.Debug|Any CPU.Build.0 = Debug|Any CPU 314 {2E6112A7-3A94-406D-A28C-38AC2D324DCA}.Debug|x86.ActiveCfg = Debug|Any CPU 350 {2E6112A7-3A94-406D-A28C-38AC2D324DCA}.Debug|x86.ActiveCfg = Debug|x86 351 {2E6112A7-3A94-406D-A28C-38AC2D324DCA}.Debug|x86.Build.0 = Debug|x86 315 352 {2E6112A7-3A94-406D-A28C-38AC2D324DCA}.Release|Any CPU.ActiveCfg = Release|Any CPU 316 353 {2E6112A7-3A94-406D-A28C-38AC2D324DCA}.Release|Any CPU.Build.0 = Release|Any CPU 317 {2E6112A7-3A94-406D-A28C-38AC2D324DCA}.Release|x86.ActiveCfg = Release|Any CPU 354 {2E6112A7-3A94-406D-A28C-38AC2D324DCA}.Release|x86.ActiveCfg = Release|x86 355 {2E6112A7-3A94-406D-A28C-38AC2D324DCA}.Release|x86.Build.0 = Release|x86 318 356 {6960CBCD-E44B-49B0-BA86-671091C42C36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 319 357 {6960CBCD-E44B-49B0-BA86-671091C42C36}.Debug|Any CPU.Build.0 = Debug|Any CPU 320 {6960CBCD-E44B-49B0-BA86-671091C42C36}.Debug|x86.ActiveCfg = Debug|Any CPU 358 {6960CBCD-E44B-49B0-BA86-671091C42C36}.Debug|x86.ActiveCfg = Debug|x86 359 {6960CBCD-E44B-49B0-BA86-671091C42C36}.Debug|x86.Build.0 = Debug|x86 321 360 {6960CBCD-E44B-49B0-BA86-671091C42C36}.Release|Any CPU.ActiveCfg = Release|Any CPU 322 361 {6960CBCD-E44B-49B0-BA86-671091C42C36}.Release|Any CPU.Build.0 = Release|Any CPU 323 {6960CBCD-E44B-49B0-BA86-671091C42C36}.Release|x86.ActiveCfg = Release|Any CPU 362 {6960CBCD-E44B-49B0-BA86-671091C42C36}.Release|x86.ActiveCfg = Release|x86 363 {6960CBCD-E44B-49B0-BA86-671091C42C36}.Release|x86.Build.0 = Release|x86 324 364 {4F9BB789-D561-436B-B226-2BF44B7D0804}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 325 365 {4F9BB789-D561-436B-B226-2BF44B7D0804}.Debug|Any CPU.Build.0 = Debug|Any CPU … … 364 404 {39DEF061-8261-43DB-8B3B-C7555251FF77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 365 405 {39DEF061-8261-43DB-8B3B-C7555251FF77}.Debug|Any CPU.Build.0 = Debug|Any CPU 366 {39DEF061-8261-43DB-8B3B-C7555251FF77}.Debug|x86.ActiveCfg = Debug|Any CPU 406 {39DEF061-8261-43DB-8B3B-C7555251FF77}.Debug|x86.ActiveCfg = Debug|x86 407 {39DEF061-8261-43DB-8B3B-C7555251FF77}.Debug|x86.Build.0 = Debug|x86 367 408 {39DEF061-8261-43DB-8B3B-C7555251FF77}.Release|Any CPU.ActiveCfg = Release|Any CPU 368 409 {39DEF061-8261-43DB-8B3B-C7555251FF77}.Release|Any CPU.Build.0 = Release|Any CPU 369 {39DEF061-8261-43DB-8B3B-C7555251FF77}.Release|x86.ActiveCfg = Release|Any CPU 410 {39DEF061-8261-43DB-8B3B-C7555251FF77}.Release|x86.ActiveCfg = Release|x86 411 {39DEF061-8261-43DB-8B3B-C7555251FF77}.Release|x86.Build.0 = Release|x86 370 412 {F18FD554-19B9-460C-9A49-4AA8D7245727}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 371 413 {F18FD554-19B9-460C-9A49-4AA8D7245727}.Debug|Any CPU.Build.0 = Debug|Any CPU 372 {F18FD554-19B9-460C-9A49-4AA8D7245727}.Debug|x86.ActiveCfg = Debug|Any CPU 414 {F18FD554-19B9-460C-9A49-4AA8D7245727}.Debug|x86.ActiveCfg = Debug|x86 415 {F18FD554-19B9-460C-9A49-4AA8D7245727}.Debug|x86.Build.0 = Debug|x86 373 416 {F18FD554-19B9-460C-9A49-4AA8D7245727}.Release|Any CPU.ActiveCfg = Release|Any CPU 374 417 {F18FD554-19B9-460C-9A49-4AA8D7245727}.Release|Any CPU.Build.0 = Release|Any CPU 375 {F18FD554-19B9-460C-9A49-4AA8D7245727}.Release|x86.ActiveCfg = Release|Any CPU 418 {F18FD554-19B9-460C-9A49-4AA8D7245727}.Release|x86.ActiveCfg = Release|x86 419 {F18FD554-19B9-460C-9A49-4AA8D7245727}.Release|x86.Build.0 = Release|x86 376 420 {1BF17271-5350-476A-8F6D-FC74FA3E82CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 377 421 {1BF17271-5350-476A-8F6D-FC74FA3E82CA}.Debug|Any CPU.Build.0 = Debug|Any CPU 378 {1BF17271-5350-476A-8F6D-FC74FA3E82CA}.Debug|x86.ActiveCfg = Debug| Any CPU379 {1BF17271-5350-476A-8F6D-FC74FA3E82CA}.Debug|x86.Build.0 = Debug| Any CPU422 {1BF17271-5350-476A-8F6D-FC74FA3E82CA}.Debug|x86.ActiveCfg = Debug|x86 423 {1BF17271-5350-476A-8F6D-FC74FA3E82CA}.Debug|x86.Build.0 = Debug|x86 380 424 {1BF17271-5350-476A-8F6D-FC74FA3E82CA}.Release|Any CPU.ActiveCfg = Release|Any CPU 381 425 {1BF17271-5350-476A-8F6D-FC74FA3E82CA}.Release|Any CPU.Build.0 = Release|Any CPU 382 {1BF17271-5350-476A-8F6D-FC74FA3E82CA}.Release|x86.ActiveCfg = Release|Any CPU 426 {1BF17271-5350-476A-8F6D-FC74FA3E82CA}.Release|x86.ActiveCfg = Release|x86 427 {1BF17271-5350-476A-8F6D-FC74FA3E82CA}.Release|x86.Build.0 = Release|x86 383 428 EndGlobalSection 384 429 GlobalSection(SolutionProperties) = preSolution -
TabularUnified trunk/sources/HeuristicLab/CopyAssemblies.cmd ¶
r559 r564 1 copy " ..\..\..\HeuristicLab.PluginInfrastructure.GUI\ICSharpCode.SharpZipLib License.txt" .\1 copy "%1\HeuristicLab.PluginInfrastructure.GUI\ICSharpCode.SharpZipLib License.txt" .\ 2 2 3 3 rmdir plugins /s /q … … 6 6 mkdir plugins\temp 7 7 mkdir plugins\backup 8 copy " ..\..\..\HeuristicLab.AdvancedOptimizationFrontend\bin\%1\HeuristicLab.AdvancedOptimizationFrontend.dll" .\plugins9 copy " ..\..\..\HeuristicLab.AdvancedOptimizationFrontend\WeifenLuo.WinFormsUI.Docking.dll" .\plugins10 copy " ..\..\..\HeuristicLab.AdvancedOptimizationFrontend\WeifenLuo.WinFormsUI.Docking License.txt" .\plugins11 copy " ..\..\..\HeuristicLab.BitVector\bin\%1\HeuristicLab.BitVector.dll" .\plugins12 copy " ..\..\..\HeuristicLab.CEDMA.Charting\bin\%1\HeuristicLab.CEDMA.Charting.dll" .\plugins13 copy " ..\..\..\HeuristicLab.CEDMA.Core\bin\%1\HeuristicLab.CEDMA.Core.dll" .\plugins14 copy " ..\..\..\HeuristicLab.CEDMA.DB\bin\%1\HeuristicLab.CEDMA.DB.dll" .\plugins15 copy " ..\..\..\HeuristicLab.CEDMA.DB\bin\%1\SemWeb.SqliteStore.dll" .\plugins16 copy " ..\..\..\HeuristicLab.CEDMA.DB\bin\%1\SemWeb.dll" .\plugins17 copy " ..\..\..\HeuristicLab.CEDMA.DB.Interfaces\bin\%1\HeuristicLab.CEDMA.DB.Interfaces.dll" .\plugins18 copy " ..\..\..\HeuristicLab.CEDMA.Operators\bin\%1\HeuristicLab.CEDMA.Operators.dll" .\plugins19 copy " ..\..\..\HeuristicLab.CEDMA.Server\bin\%1\HeuristicLab.CEDMA.Server.dll" .\plugins20 copy " ..\..\..\HeuristicLab.Charting\bin\%1\HeuristicLab.Charting.dll" .\plugins21 copy " ..\..\..\HeuristicLab.Charting.Data\bin\%1\HeuristicLab.Charting.Data.dll" .\plugins22 copy " ..\..\..\HeuristicLab.Core\bin\%1\HeuristicLab.Core.dll" .\plugins23 copy " ..\..\..\HeuristicLab.Constraints\bin\%1\HeuristicLab.Constraints.dll" .\plugins24 copy " ..\..\..\HeuristicLab.Data\bin\%1\HeuristicLab.Data.dll" .\plugins25 copy " ..\..\..\HeuristicLab.DataAnalysis\bin\%1\HeuristicLab.DataAnalysis.dll" .\plugins26 copy " ..\..\..\HeuristicLab.DistributedEngine\bin\%1\HeuristicLab.DistributedEngine.dll" .\plugins27 copy " ..\..\..\HeuristicLab.Evolutionary\bin\%1\HeuristicLab.Evolutionary.dll" .\plugins28 copy " ..\..\..\HeuristicLab.Functions\bin\%1\HeuristicLab.Functions.dll" .\plugins29 copy " ..\..\..\HeuristicLab.Grid\bin\%1\HeuristicLab.Grid.dll" .\plugins30 copy " ..\..\..\HeuristicLab.Logging\bin\%1\HeuristicLab.Logging.dll" .\plugins31 copy " ..\..\..\HeuristicLab.Operators\bin\%1\HeuristicLab.Operators.dll" .\plugins32 copy " ..\..\..\HeuristicLab.Operators.Metaprogramming\bin\%1\HeuristicLab.Operators.Metaprogramming.dll" .\plugins33 copy " ..\..\..\HeuristicLab.Operators.Programmable\bin\%1\HeuristicLab.Operators.Programmable.dll" .\plugins34 copy " ..\..\..\HeuristicLab.Operators.Stopwatch\bin\%1\HeuristicLab.Operators.Stopwatch.dll" .\plugins35 copy " ..\..\..\HeuristicLab.OptimizationFrontend\bin\%1\HeuristicLab.OptimizationFrontend.dll" .\plugins36 copy " ..\..\..\HeuristicLab.Permutation\bin\%1\HeuristicLab.Permutation.dll" .\plugins37 copy " ..\..\..\HeuristicLab.Random\bin\%1\HeuristicLab.Random.dll" .\plugins38 copy " ..\..\..\HeuristicLab.RealVector\bin\%1\HeuristicLab.RealVector.dll" .\plugins39 copy " ..\..\..\HeuristicLab.Routing.TSP\bin\%1\HeuristicLab.Routing.TSP.dll" .\plugins40 copy " ..\..\..\HeuristicLab.Scheduling.JSSP\bin\%1\HeuristicLab.Scheduling.JSSP.dll" .\plugins41 copy " ..\..\..\HeuristicLab.Selection\bin\%1\HeuristicLab.Selection.dll" .\plugins42 copy " ..\..\..\HeuristicLab.Selection.OffspringSelection\bin\%1\HeuristicLab.Selection.OffspringSelection.dll" .\plugins43 copy " ..\..\..\HeuristicLab.SequentialEngine\bin\%1\HeuristicLab.SequentialEngine.dll" .\plugins44 copy " ..\..\..\HeuristicLab.SGA\bin\%1\HeuristicLab.SGA.dll" .\plugins45 copy " ..\..\..\HeuristicLab.SQLite\bin\%1\HeuristicLab.SQLite.dll" .\plugins46 copy " ..\..\..\HeuristicLab.SQLite\System.Data.SQLite.dll" .\plugins47 copy " ..\..\..\HeuristicLab.SQLite\SQLite License.txt" .\plugins48 copy " ..\..\..\HeuristicLab.SQLite\SQLite.NET.chm" .\plugins49 copy " ..\..\..\HeuristicLab.StructureIdentification\bin\%1\HeuristicLab.StructureIdentification.dll" .\plugins50 copy " ..\..\..\HeuristicLab.TestFunctions\bin\%1\HeuristicLab.TestFunctions.dll" .\plugins51 copy " ..\..\..\HeuristicLab.ThreadParallelEngine\bin\%1\HeuristicLab.ThreadParallelEngine.dll" .\plugins52 copy " ..\..\..\HeuristicLab.ES\bin\%1\HeuristicLab.ES.dll" .\plugins8 copy "%1\HeuristicLab.AdvancedOptimizationFrontend\%2\HeuristicLab.AdvancedOptimizationFrontend.dll" .\plugins 9 copy "%1\HeuristicLab.AdvancedOptimizationFrontend\WeifenLuo.WinFormsUI.Docking.dll" .\plugins 10 copy "%1\HeuristicLab.AdvancedOptimizationFrontend\WeifenLuo.WinFormsUI.Docking License.txt" .\plugins 11 copy "%1\HeuristicLab.BitVector\%2\HeuristicLab.BitVector.dll" .\plugins 12 copy "%1\HeuristicLab.CEDMA.Charting\%2\HeuristicLab.CEDMA.Charting.dll" .\plugins 13 copy "%1\HeuristicLab.CEDMA.Core\%2\HeuristicLab.CEDMA.Core.dll" .\plugins 14 copy "%1\HeuristicLab.CEDMA.DB\%2\HeuristicLab.CEDMA.DB.dll" .\plugins 15 copy "%1\HeuristicLab.CEDMA.DB\%2\SemWeb.SqliteStore.dll" .\plugins 16 copy "%1\HeuristicLab.CEDMA.DB\%2\SemWeb.dll" .\plugins 17 copy "%1\HeuristicLab.CEDMA.DB.Interfaces\%2\HeuristicLab.CEDMA.DB.Interfaces.dll" .\plugins 18 copy "%1\HeuristicLab.CEDMA.Operators\%2\HeuristicLab.CEDMA.Operators.dll" .\plugins 19 copy "%1\HeuristicLab.CEDMA.Server\%2\HeuristicLab.CEDMA.Server.dll" .\plugins 20 copy "%1\HeuristicLab.Charting\%2\HeuristicLab.Charting.dll" .\plugins 21 copy "%1\HeuristicLab.Charting.Data\%2\HeuristicLab.Charting.Data.dll" .\plugins 22 copy "%1\HeuristicLab.Core\%2\HeuristicLab.Core.dll" .\plugins 23 copy "%1\HeuristicLab.Constraints\%2\HeuristicLab.Constraints.dll" .\plugins 24 copy "%1\HeuristicLab.Data\%2\HeuristicLab.Data.dll" .\plugins 25 copy "%1\HeuristicLab.DataAnalysis\%2\HeuristicLab.DataAnalysis.dll" .\plugins 26 copy "%1\HeuristicLab.DistributedEngine\%2\HeuristicLab.DistributedEngine.dll" .\plugins 27 copy "%1\HeuristicLab.Evolutionary\%2\HeuristicLab.Evolutionary.dll" .\plugins 28 copy "%1\HeuristicLab.Functions\%2\HeuristicLab.Functions.dll" .\plugins 29 copy "%1\HeuristicLab.Grid\%2\HeuristicLab.Grid.dll" .\plugins 30 copy "%1\HeuristicLab.Logging\%2\HeuristicLab.Logging.dll" .\plugins 31 copy "%1\HeuristicLab.Operators\%2\HeuristicLab.Operators.dll" .\plugins 32 copy "%1\HeuristicLab.Operators.Metaprogramming\%2\HeuristicLab.Operators.Metaprogramming.dll" .\plugins 33 copy "%1\HeuristicLab.Operators.Programmable\%2\HeuristicLab.Operators.Programmable.dll" .\plugins 34 copy "%1\HeuristicLab.Operators.Stopwatch\%2\HeuristicLab.Operators.Stopwatch.dll" .\plugins 35 copy "%1\HeuristicLab.OptimizationFrontend\%2\HeuristicLab.OptimizationFrontend.dll" .\plugins 36 copy "%1\HeuristicLab.Permutation\%2\HeuristicLab.Permutation.dll" .\plugins 37 copy "%1\HeuristicLab.Random\%2\HeuristicLab.Random.dll" .\plugins 38 copy "%1\HeuristicLab.RealVector\%2\HeuristicLab.RealVector.dll" .\plugins 39 copy "%1\HeuristicLab.Routing.TSP\%2\HeuristicLab.Routing.TSP.dll" .\plugins 40 copy "%1\HeuristicLab.Scheduling.JSSP\%2\HeuristicLab.Scheduling.JSSP.dll" .\plugins 41 copy "%1\HeuristicLab.Selection\%2\HeuristicLab.Selection.dll" .\plugins 42 copy "%1\HeuristicLab.Selection.OffspringSelection\%2\HeuristicLab.Selection.OffspringSelection.dll" .\plugins 43 copy "%1\HeuristicLab.SequentialEngine\%2\HeuristicLab.SequentialEngine.dll" .\plugins 44 copy "%1\HeuristicLab.SGA\%2\HeuristicLab.SGA.dll" .\plugins 45 copy "%1\HeuristicLab.SQLite\%2\HeuristicLab.SQLite.dll" .\plugins 46 copy "%1\HeuristicLab.SQLite\System.Data.SQLite.dll" .\plugins 47 copy "%1\HeuristicLab.SQLite\SQLite License.txt" .\plugins 48 copy "%1\HeuristicLab.SQLite\SQLite.NET.chm" .\plugins 49 copy "%1\HeuristicLab.StructureIdentification\%2\HeuristicLab.StructureIdentification.dll" .\plugins 50 copy "%1\HeuristicLab.TestFunctions\%2\HeuristicLab.TestFunctions.dll" .\plugins 51 copy "%1\HeuristicLab.ThreadParallelEngine\%2\HeuristicLab.ThreadParallelEngine.dll" .\plugins 52 copy "%1\HeuristicLab.ES\%2\HeuristicLab.ES.dll" .\plugins -
TabularUnified trunk/sources/HeuristicLab/HeuristicLab.csproj ¶
r561 r564 140 140 --> 141 141 <PropertyGroup> 142 <PostBuildEvent>cmd /c ..\..\CopyAssemblies.cmd $(ConfigurationName)143 cmd /c ..\..\UpdateLocalInstallation.cmd $(ConfigurationName)</PostBuildEvent>144 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>142 <PostBuildEvent>cmd /c $(ProjectDir)CopyAssemblies.cmd $(SolutionDir) $(Outdir) 143 cmd /c $(ProjectDir)UpdateLocalInstallation.cmd $(Outdir)</PostBuildEvent> 144 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 145 145 </PropertyGroup> 146 146 </Project> -
TabularUnified trunk/sources/PreBuildEvent.cmd ¶
r30 r564 1 SubWCRev ..\..\ ..\..\Properties\AssemblyInfo.frame ..\..\Properties\AssemblyInfo.cs1 SubWCRev %1 %1\Properties\AssemblyInfo.frame %1\Properties\AssemblyInfo.cs
Note: See TracChangeset
for help on using the changeset viewer.