Changeset 12232 for branches/OptimizationNetworks/HeuristicLab.Modeler
- Timestamp:
- 03/21/15 10:39:50 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OptimizationNetworks/HeuristicLab.Modeler/3.3/HeuristicLab.Modeler-3.3.csproj
r11823 r12232 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath>..\..\ bin\</OutputPath>20 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> … … 74 74 </PropertyGroup> 75 75 <ItemGroup> 76 <Reference Include="HeuristicLab.Common-3.3"> 77 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 78 <Private>False</Private> 79 </Reference> 80 <Reference Include="HeuristicLab.Core-3.3"> 81 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 82 <Private>False</Private> 83 </Reference> 84 <Reference Include="HeuristicLab.MainForm-3.3"> 85 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 86 <Private>False</Private> 87 </Reference> 88 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 89 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 90 <Private>False</Private> 91 </Reference> 92 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 93 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 94 <Private>False</Private> 95 </Reference> 76 96 <Reference Include="System" /> 77 97 <Reference Include="System.Core" /> … … 114 134 <Private>False</Private> 115 135 </ProjectReference> 116 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">117 <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>118 <Name>HeuristicLab.Common-3.3</Name>119 <Private>False</Private>120 </ProjectReference>121 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">122 <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>123 <Name>HeuristicLab.Core-3.3</Name>124 <Private>False</Private>125 </ProjectReference>126 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">127 <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>128 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>129 <Private>False</Private>130 </ProjectReference>131 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">132 <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>133 <Name>HeuristicLab.MainForm-3.3</Name>134 <Private>False</Private>135 </ProjectReference>136 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">137 <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>138 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>139 <Private>False</Private>140 </ProjectReference>141 136 </ItemGroup> 142 137 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.