Changeset 14757
- Timestamp:
- 03/17/17 00:09:23 (8 years ago)
- Location:
- branches/CFSAP
- Files:
-
- 25 added
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/CFSAP/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj
r13484 r14757 19 19 <DebugType>full</DebugType> 20 20 <Optimize>false</Optimize> 21 <OutputPath>..\..\ bin\</OutputPath>21 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 22 22 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 23 <ErrorReport>prompt</ErrorReport> … … 28 28 <DebugType>pdbonly</DebugType> 29 29 <Optimize>true</Optimize> 30 <OutputPath>..\..\ bin\</OutputPath>30 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 31 31 <DefineConstants>TRACE</DefineConstants> 32 32 <ErrorReport>prompt</ErrorReport> … … 42 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 43 43 <DebugSymbols>true</DebugSymbols> 44 <OutputPath>..\..\ bin\</OutputPath>44 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 45 45 <DefineConstants>DEBUG;TRACE</DefineConstants> 46 46 <DebugType>full</DebugType> … … 59 59 </PropertyGroup> 60 60 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 61 <OutputPath>..\..\ bin\</OutputPath>61 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 62 62 <DefineConstants>TRACE</DefineConstants> 63 63 <Optimize>true</Optimize> … … 78 78 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 79 79 <DebugSymbols>true</DebugSymbols> 80 <OutputPath>..\..\ bin\</OutputPath>80 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 81 81 <DefineConstants>DEBUG;TRACE</DefineConstants> 82 82 <DebugType>full</DebugType> … … 95 95 </PropertyGroup> 96 96 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 97 <OutputPath>..\..\ bin\</OutputPath>97 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 98 98 <DefineConstants>TRACE</DefineConstants> 99 99 <Optimize>true</Optimize> … … 112 112 </PropertyGroup> 113 113 <ItemGroup> 114 <Reference Include="HeuristicLab.Common-3.3"> 115 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 116 <Private>False</Private> 117 </Reference> 118 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 119 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 120 <Private>False</Private> 121 </Reference> 114 122 <Reference Include="Microsoft.CSharp" /> 115 123 <Reference Include="System" /> … … 121 129 <Compile Include="ProblemInstanceManager.cs" /> 122 130 <Compile Include="IProblemInstanceExporter.cs" /> 131 <Compile Include="Types\CFSAPData.cs" /> 123 132 <Compile Include="Types\PTSPData.cs" /> 124 133 <Compile Include="Types\ATSPData.cs" /> … … 147 156 <ItemGroup> 148 157 <None Include="HeuristicLab.snk" /> 149 </ItemGroup>150 <ItemGroup>151 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">152 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>153 <Name>HeuristicLab.Common-3.3</Name>154 <Private>False</Private>155 </ProjectReference>156 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">157 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>158 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>159 <Private>False</Private>160 </ProjectReference>161 158 </ItemGroup> 162 159 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.