Changeset 14128 for branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj
- Timestamp:
- 07/20/16 14:02:36 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj
r14038 r14128 108 108 </PropertyGroup> 109 109 <ItemGroup> 110 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 111 <Private>False</Private> 112 </Reference> 113 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 114 <Private>False</Private> 115 </Reference> 116 <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 117 <Private>False</Private> 118 </Reference> 119 <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 120 <Private>False</Private> 121 </Reference> 122 <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 123 <Private>False</Private> 124 </Reference> 125 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 126 <Private>False</Private> 127 </Reference> 128 <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 129 <Private>False</Private> 130 </Reference> 131 <Reference Include="HeuristicLab.Optimization.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 132 <Private>False</Private> 133 </Reference> 134 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 135 <Private>False</Private> 110 <Reference Include="HeuristicLab.Collections-3.3"> 111 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 112 </Reference> 113 <Reference Include="HeuristicLab.Common-3.3"> 114 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 115 </Reference> 116 <Reference Include="HeuristicLab.Core-3.3"> 117 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 118 </Reference> 119 <Reference Include="HeuristicLab.Core.Views-3.3"> 120 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 121 </Reference> 122 <Reference Include="HeuristicLab.Data.Views-3.3"> 123 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath> 124 </Reference> 125 <Reference Include="HeuristicLab.MainForm-3.3"> 126 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 127 </Reference> 128 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 129 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 130 </Reference> 131 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 132 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 136 133 </Reference> 137 134 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> … … 177 174 </ItemGroup> 178 175 <ItemGroup> 176 <EmbeddedResource Include="PackingPlan2DView.resx"> 177 <DependentUpon>PackingPlan2DView.cs</DependentUpon> 178 </EmbeddedResource> 179 <EmbeddedResource Include="PackingPlan3DView.resx"> 180 <DependentUpon>PackingPlan3DView.cs</DependentUpon> 181 </EmbeddedResource> 182 </ItemGroup> 183 <ItemGroup> 184 <Page Include="Container3DView.xaml"> 185 <Generator>MSBuild:Compile</Generator> 186 <SubType>Designer</SubType> 187 </Page> 188 <Page Include="Container2DView.xaml"> 189 <Generator>MSBuild:Compile</Generator> 190 <SubType>Designer</SubType> 191 </Page> 192 </ItemGroup> 193 <ItemGroup> 179 194 <ProjectReference Include="..\..\HeuristicLab.Problems.BinPacking.2D\3.3\HeuristicLab.Problems.BinPacking2D-3.3.csproj"> 180 195 <Project>{56dd7f51-3164-4c26-a97a-add6fe4b4e86}</Project> … … 186 201 </ProjectReference> 187 202 <ProjectReference Include="..\..\HeuristicLab.Problems.BinPacking\3.3\HeuristicLab.Problems.BinPacking-3.3.csproj"> 188 <Project>{ F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}</Project>203 <Project>{f8a55094-3cd5-4034-b0ca-5bd7ffb016d4}</Project> 189 204 <Name>HeuristicLab.Problems.BinPacking-3.3</Name> 190 <Private>False</Private>191 205 </ProjectReference> 192 </ItemGroup>193 <ItemGroup>194 <EmbeddedResource Include="PackingPlan2DView.resx">195 <DependentUpon>PackingPlan2DView.cs</DependentUpon>196 </EmbeddedResource>197 <EmbeddedResource Include="PackingPlan3DView.resx">198 <DependentUpon>PackingPlan3DView.cs</DependentUpon>199 </EmbeddedResource>200 </ItemGroup>201 <ItemGroup>202 <Page Include="Container3DView.xaml">203 <Generator>MSBuild:Compile</Generator>204 <SubType>Designer</SubType>205 </Page>206 <Page Include="Container2DView.xaml">207 <Generator>MSBuild:Compile</Generator>208 <SubType>Designer</SubType>209 </Page>210 206 </ItemGroup> 211 207 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.