Changeset 6833 for branches/Trunk/HeuristicLab.Clients.Common/3.3
- Timestamp:
- 09/26/11 15:54:13 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.Clients.Common/3.3
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.Clients.Common/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabClientsCommonPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/Trunk/HeuristicLab.Clients.Common/3.3/HeuristicLab.Clients.Common-3.3.csproj
r6832 r6833 117 117 <ItemGroup> 118 118 <Compile Include="ClientFactory.cs" /> 119 <Compile Include="HeuristicLabClientsCommonPlugin.cs" />120 119 <Compile Include="PasswordDialog.cs"> 121 120 <SubType>Form</SubType> … … 124 123 <DependentUpon>PasswordDialog.cs</DependentUpon> 125 124 </Compile> 125 <Compile Include="Plugin.cs" /> 126 126 <Compile Include="Properties\AssemblyInfo.cs" /> 127 127 <Compile Include="Properties\Settings.Designer.cs"> … … 131 131 </Compile> 132 132 <None Include="app.config" /> 133 <None Include="Properties\AssemblyInfo. frame" />133 <None Include="Properties\AssemblyInfo.cs.frame" /> 134 134 <None Include="Properties\Settings.settings"> 135 135 <Generator>SettingsSingleFileGenerator</Generator> … … 139 139 <ItemGroup> 140 140 <None Include="HeuristicLab.snk" /> 141 <None Include=" HeuristicLabClientsCommonPlugin.cs.frame" />141 <None Include="Plugin.cs.frame" /> 142 142 </ItemGroup> 143 143 <ItemGroup> … … 145 145 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 146 146 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 147 <Private>False</Private></ProjectReference> 147 <Private>False</Private> 148 </ProjectReference> 148 149 </ItemGroup> 149 150 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> … … 155 156 156 157 call PreBuildEvent.cmd 157 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabClientsCommonPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabClientsCommonPlugin.cs"</PreBuildEvent>158 </PreBuildEvent> 158 159 </PropertyGroup> 159 160 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.