Changeset 7923
- Timestamp:
- 05/29/12 15:10:17 (12 years ago)
- Location:
- trunk/sources
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/HeuristicLab.Problems.Instances.VehicleRouting.Views-3.4.csproj
r7900 r7923 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath>..\..\ ..\..\trunk\sources\bin\</OutputPath>20 <OutputPath>..\..\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> -
trunk/sources/HeuristicLab.Problems.Instances.Views/3.3/HeuristicLab.Problems.Instances.Views-3.3.csproj
r7892 r7923 26 26 <DebugType>pdbonly</DebugType> 27 27 <Optimize>true</Optimize> 28 <OutputPath>..\..\ ..\..\trunk\sources\bin\</OutputPath>28 <OutputPath>..\..\bin\</OutputPath> 29 29 <DefineConstants>TRACE</DefineConstants> 30 30 <ErrorReport>prompt</ErrorReport> … … 59 59 <DebugType>pdbonly</DebugType> 60 60 <PlatformTarget>x86</PlatformTarget> 61 <CodeAnalysisLogFile>..\..\ ..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>61 <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 62 62 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 63 63 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 91 91 <DebugType>pdbonly</DebugType> 92 92 <PlatformTarget>x64</PlatformTarget> 93 <CodeAnalysisLogFile>..\..\ ..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>93 <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 94 94 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 95 95 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> -
trunk/sources/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj
r7880 r7923 26 26 <DebugType>pdbonly</DebugType> 27 27 <Optimize>true</Optimize> 28 <OutputPath>..\..\ ..\..\trunk\sources\bin\</OutputPath>28 <OutputPath>..\..\bin\</OutputPath> 29 29 <DefineConstants>TRACE</DefineConstants> 30 30 <ErrorReport>prompt</ErrorReport> -
trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLab.Problems.VehicleRouting.Views-3.4.csproj
r7900 r7923 40 40 <DebugType>full</DebugType> 41 41 <Optimize>false</Optimize> 42 <OutputPath>..\..\ ..\..\trunk\sources\bin\</OutputPath>42 <OutputPath>..\..\bin\</OutputPath> 43 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 44 <ErrorReport>prompt</ErrorReport> … … 49 49 <DebugType>pdbonly</DebugType> 50 50 <Optimize>true</Optimize> 51 <OutputPath>..\..\ ..\..\trunk\sources\bin\</OutputPath>51 <OutputPath>..\..\bin\</OutputPath> 52 52 <DefineConstants>TRACE</DefineConstants> 53 53 <ErrorReport>prompt</ErrorReport> 54 54 <WarningLevel>4</WarningLevel> 55 <DocumentationFile>bin\Release\HeuristicLab.Problems.VehicleRouting.Views-3.4.xml</DocumentationFile> 55 <DocumentationFile> 56 </DocumentationFile> 56 57 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 57 58 </PropertyGroup> 58 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 59 60 <DebugSymbols>true</DebugSymbols> 60 <OutputPath>..\..\ ..\..\trunk\sources\bin\</OutputPath>61 <OutputPath>..\..\bin\</OutputPath> 61 62 <DefineConstants>DEBUG;TRACE</DefineConstants> 62 63 <DebugType>full</DebugType> … … 66 67 </PropertyGroup> 67 68 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 68 <OutputPath>..\..\ ..\..\trunk\sources\bin\</OutputPath>69 <OutputPath>..\..\bin\</OutputPath> 69 70 <DefineConstants>TRACE</DefineConstants> 70 71 <DocumentationFile>bin\x86\Release\HeuristicLab.Problems.VehicleRouting.Views-3.4.xml</DocumentationFile> … … 77 78 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 78 79 <DebugSymbols>true</DebugSymbols> 79 <OutputPath>..\..\ ..\..\trunk\sources\bin\</OutputPath>80 <OutputPath>..\..\bin\</OutputPath> 80 81 <DefineConstants>DEBUG;TRACE</DefineConstants> 81 82 <DebugType>full</DebugType> … … 85 86 </PropertyGroup> 86 87 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 87 <OutputPath>..\..\ ..\..\trunk\sources\bin\</OutputPath>88 <OutputPath>..\..\bin\</OutputPath> 88 89 <DefineConstants>TRACE</DefineConstants> 89 90 <DocumentationFile>bin\x64\Release\HeuristicLab.Problems.VehicleRouting.Views-3.4.xml</DocumentationFile> -
trunk/sources/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj
r7900 r7923 40 40 <DebugType>full</DebugType> 41 41 <Optimize>false</Optimize> 42 <OutputPath>..\..\ ..\..\trunk\sources\bin\</OutputPath>42 <OutputPath>..\..\bin\</OutputPath> 43 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 44 <ErrorReport>prompt</ErrorReport> … … 51 51 <DebugType>pdbonly</DebugType> 52 52 <Optimize>true</Optimize> 53 <OutputPath>..\..\ ..\..\trunk\sources\bin\</OutputPath>53 <OutputPath>..\..\bin\</OutputPath> 54 54 <DefineConstants>TRACE</DefineConstants> 55 55 <ErrorReport>prompt</ErrorReport> 56 56 <WarningLevel>4</WarningLevel> 57 <DocumentationFile>bin\Release\HeuristicLab.Problems.VehicleRouting-3.4.xml</DocumentationFile> 57 <DocumentationFile> 58 </DocumentationFile> 58 59 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 59 60 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> … … 61 62 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 62 63 <DebugSymbols>true</DebugSymbols> 63 <OutputPath>..\..\ ..\..\trunk\sources\bin\</OutputPath>64 <OutputPath>..\..\bin\</OutputPath> 64 65 <DefineConstants>DEBUG;TRACE</DefineConstants> 65 66 <DebugType>full</DebugType> … … 69 70 </PropertyGroup> 70 71 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 71 <OutputPath>..\..\ ..\..\trunk\sources\bin\</OutputPath>72 <OutputPath>..\..\bin\</OutputPath> 72 73 <DefineConstants>TRACE</DefineConstants> 73 74 <DocumentationFile>bin\x86\Release\HeuristicLab.Routing.TSP-3.3.xml</DocumentationFile> … … 80 81 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 81 82 <DebugSymbols>true</DebugSymbols> 82 <OutputPath>..\..\ ..\..\trunk\sources\bin\</OutputPath>83 <OutputPath>..\..\bin\</OutputPath> 83 84 <DefineConstants>DEBUG;TRACE</DefineConstants> 84 85 <DebugType>full</DebugType> … … 88 89 </PropertyGroup> 89 90 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 90 <OutputPath>..\..\ ..\..\trunk\sources\bin\</OutputPath>91 <OutputPath>..\..\bin\</OutputPath> 91 92 <DefineConstants>TRACE</DefineConstants> 92 93 <DocumentationFile>bin\x64\Release\HeuristicLab.Routing.TSP-3.3.XML</DocumentationFile>
Note: See TracChangeset
for help on using the changeset viewer.