- Timestamp:
- 09/26/11 15:54:13 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.Encodings.PermutationEncoding.Views/3.3
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding.Views/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabEncodingsPermutationEncodingViewsPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding.Views/3.3/HeuristicLab.Encodings.PermutationEncoding.Views-3.3.csproj
r6832 r6833 120 120 <DependentUpon>PermutationTypeView.cs</DependentUpon> 121 121 </Compile> 122 <Compile Include="HeuristicLabEncodingsPermutationEncodingViewsPlugin.cs" />123 122 <Compile Include="PermutationView.cs"> 124 123 <SubType>UserControl</SubType> … … 127 126 <DependentUpon>PermutationView.cs</DependentUpon> 128 127 </Compile> 128 <Compile Include="Plugin.cs" /> 129 129 <Compile Include="Properties\AssemblyInfo.cs" /> 130 130 </ItemGroup> 131 131 <ItemGroup> 132 132 <None Include="HeuristicLab.snk" /> 133 <None Include=" HeuristicLabEncodingsPermutationEncodingViewsPlugin.cs.frame" />134 <None Include="Properties\AssemblyInfo. frame" />133 <None Include="Plugin.cs.frame" /> 134 <None Include="Properties\AssemblyInfo.cs.frame" /> 135 135 </ItemGroup> 136 136 <ItemGroup> … … 138 138 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 139 139 <Name>HeuristicLab.Common-3.3</Name> 140 <Private>False</Private></ProjectReference> 140 <Private>False</Private> 141 </ProjectReference> 141 142 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 142 143 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> 143 144 <Name>HeuristicLab.Core.Views-3.3</Name> 144 <Private>False</Private></ProjectReference> 145 <Private>False</Private> 146 </ProjectReference> 145 147 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 146 148 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 147 149 <Name>HeuristicLab.Core-3.3</Name> 148 <Private>False</Private></ProjectReference> 150 <Private>False</Private> 151 </ProjectReference> 149 152 <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj"> 150 153 <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project> 151 154 <Name>HeuristicLab.Data.Views-3.3</Name> 152 <Private>False</Private></ProjectReference> 155 <Private>False</Private> 156 </ProjectReference> 153 157 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 154 158 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 155 159 <Name>HeuristicLab.Data-3.3</Name> 156 <Private>False</Private></ProjectReference> 160 <Private>False</Private> 161 </ProjectReference> 157 162 <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj"> 158 163 <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project> 159 164 <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name> 160 <Private>False</Private></ProjectReference> 165 <Private>False</Private> 166 </ProjectReference> 161 167 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> 162 168 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project> 163 169 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name> 164 <Private>False</Private></ProjectReference> 170 <Private>False</Private> 171 </ProjectReference> 165 172 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj"> 166 173 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project> 167 174 <Name>HeuristicLab.MainForm-3.3</Name> 168 <Private>False</Private></ProjectReference> 175 <Private>False</Private> 176 </ProjectReference> 169 177 <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj"> 170 178 <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project> 171 179 <Name>HeuristicLab.Optimization.Views-3.3</Name> 172 <Private>False</Private></ProjectReference> 180 <Private>False</Private> 181 </ProjectReference> 173 182 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 174 183 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 175 184 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 176 <Private>False</Private></ProjectReference> 185 <Private>False</Private> 186 </ProjectReference> 177 187 </ItemGroup> 178 188 <ItemGroup> … … 208 218 209 219 call PreBuildEvent.cmd 210 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsPermutationEncodingViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsPermutationEncodingViewsPlugin.cs"</PreBuildEvent>220 </PreBuildEvent> 211 221 </PropertyGroup> 212 222 </Project>
Note: See TracChangeset
for help on using the changeset viewer.