- Timestamp:
- 04/19/19 09:41:25 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj
r16565 r16834 19 19 <DebugType>full</DebugType> 20 20 <Optimize>false</Optimize> 21 <OutputPath>..\..\ bin\</OutputPath>21 <OutputPath>..\..\..\..\trunk\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\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\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\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\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\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\bin\HeuristicLab.Common-3.3.dll</HintPath> 116 </Reference> 117 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 118 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 119 </Reference> 114 120 <Reference Include="Microsoft.CSharp" /> 115 121 <Reference Include="System" /> … … 121 127 <Compile Include="ProblemInstanceManager.cs" /> 122 128 <Compile Include="IProblemInstanceExporter.cs" /> 129 <Compile Include="Types\FSSPData.cs" /> 123 130 <Compile Include="Types\GCPData.cs" /> 131 <Compile Include="Types\LOPData.cs" /> 124 132 <Compile Include="Types\PTSPData.cs" /> 125 133 <Compile Include="Types\ATSPData.cs" /> … … 148 156 <ItemGroup> 149 157 <None Include="HeuristicLab.snk" /> 150 </ItemGroup>151 <ItemGroup>152 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">153 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>154 <Name>HeuristicLab.Common-3.3</Name>155 <Private>False</Private>156 </ProjectReference>157 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">158 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>159 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>160 <Private>False</Private>161 </ProjectReference>162 158 </ItemGroup> 163 159 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.