Changeset 6833 for branches/Trunk/HeuristicLab.Problems.OneMax.Views/3.3
- Timestamp:
- 09/26/11 15:54:13 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.Problems.OneMax.Views/3.3
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.Problems.OneMax.Views/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabProblemsOneMaxViewsPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/Trunk/HeuristicLab.Problems.OneMax.Views/3.3/HeuristicLab.Problems.OneMax.Views-3.3.csproj
r6832 r6833 12 12 <AssemblyName>HeuristicLab.Problems.OneMax.Views-3.3</AssemblyName> 13 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 15 16 <FileAlignment>512</FileAlignment> 16 17 <SignAssembly>true</SignAssembly> … … 108 109 </ItemGroup> 109 110 <ItemGroup> 110 <Compile Include="HeuristicLabProblemsOneMaxViewsPlugin.cs" />111 111 <Compile Include="OneMaxSolutionView.cs"> 112 112 <SubType>UserControl</SubType> … … 115 115 <DependentUpon>OneMaxSolutionView.cs</DependentUpon> 116 116 </Compile> 117 <Compile Include="Plugin.cs" /> 117 118 <Compile Include="Properties\AssemblyInfo.cs" /> 118 119 </ItemGroup> 119 120 <ItemGroup> 120 121 <None Include="HeuristicLab.snk" /> 121 <None Include=" HeuristicLabProblemsOneMaxViewsPlugin.cs.frame" />122 <None Include="Properties\AssemblyInfo. frame" />122 <None Include="Plugin.cs.frame" /> 123 <None Include="Properties\AssemblyInfo.cs.frame" /> 123 124 </ItemGroup> 124 125 <ItemGroup> … … 126 127 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 127 128 <Name>HeuristicLab.Common-3.3</Name> 128 <Private>False</Private></ProjectReference> 129 <Private>False</Private> 130 </ProjectReference> 129 131 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 130 132 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> 131 133 <Name>HeuristicLab.Core.Views-3.3</Name> 132 <Private>False</Private></ProjectReference> 134 <Private>False</Private> 135 </ProjectReference> 133 136 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 134 137 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 135 138 <Name>HeuristicLab.Core-3.3</Name> 136 <Private>False</Private></ProjectReference> 139 <Private>False</Private> 140 </ProjectReference> 137 141 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 138 142 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 139 143 <Name>HeuristicLab.Data-3.3</Name> 140 <Private>False</Private></ProjectReference> 144 <Private>False</Private> 145 </ProjectReference> 141 146 <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj"> 142 147 <Project>{66D249C3-A01D-42A8-82A2-919BC8EC3D83}</Project> 143 148 <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name> 144 <Private>False</Private></ProjectReference> 149 <Private>False</Private> 150 </ProjectReference> 145 151 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> 146 152 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project> 147 153 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name> 148 <Private>False</Private></ProjectReference> 154 <Private>False</Private> 155 </ProjectReference> 149 156 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj"> 150 157 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project> 151 158 <Name>HeuristicLab.MainForm-3.3</Name> 152 <Private>False</Private></ProjectReference> 159 <Private>False</Private> 160 </ProjectReference> 153 161 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 154 162 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 155 163 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 156 <Private>False</Private></ProjectReference> 164 <Private>False</Private> 165 </ProjectReference> 157 166 <ProjectReference Include="..\..\HeuristicLab.Problems.OneMax\3.3\HeuristicLab.Problems.OneMax-3.3.csproj"> 158 167 <Project>{F62BCD22-FB83-4444-9401-8031C2487A86}</Project> 159 168 <Name>HeuristicLab.Problems.OneMax-3.3</Name> 160 <Private>False</Private></ProjectReference> 169 <Private>False</Private> 170 </ProjectReference> 161 171 </ItemGroup> 162 172 <ItemGroup> … … 192 202 193 203 call PreBuildEvent.cmd 194 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsOneMaxViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsOneMaxViewsPlugin.cs"</PreBuildEvent>204 </PreBuildEvent> 195 205 </PropertyGroup> 196 206 </Project>
Note: See TracChangeset
for help on using the changeset viewer.