Changeset 7332
- Timestamp:
- 01/16/12 15:11:34 (13 years ago)
- Location:
- branches/OKB (trunk integration)
- Files:
-
- 5 edited
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3
- Property svn:ignore
-
old new 1 *.user 2 *.vs10x 3 HeuristicLabClientsOKBPlugin.cs 4 Plugin.cs 1 5 bin 2 6 obj 3 *.user4 HeuristicLabClientsOKBPlugin.cs5 *.vs10x
-
- Property svn:ignore
-
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj
r7331 r7332 196 196 <Compile Include="Authentication\AuthenticationClient.cs" /> 197 197 <Compile Include="Authentication\ServiceClient\AuthenticationServiceClient.cs" /> 198 <Compile Include="HeuristicLabClientsOKBPlugin.cs"> 199 <SubType>Code</SubType> 200 </Compile> 198 <Compile Include="Plugin.cs" /> 201 199 <Compile Include="Query\QueryClient.cs" /> 202 200 <Compile Include="Query\QueryMenuItem.cs" /> … … 337 335 <None Include="app.config" /> 338 336 <None Include="Authentication\ServiceClient\GenerateServiceClient.cmd" /> 339 <None Include=" HeuristicLabClientsOKBPlugin.cs.frame" />337 <None Include="Plugin.cs.frame" /> 340 338 <None Include="services.heuristiclab.com app.config" /> 341 <None Include="Properties\AssemblyInfo. frame" />339 <None Include="Properties\AssemblyInfo.cs.frame" /> 342 340 <None Include="Administration\ServiceClient\GenerateServiceClient.cmd" /> 343 341 <None Include="Query\ServiceClient\GenerateServiceClient.cmd" /> … … 364 362 set Outdir=$(Outdir) 365 363 366 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo. frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"367 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\ HeuristicLabClientsOKBPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabClientsOKBPlugin.cs"</PreBuildEvent>364 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.cs.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs" 365 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Plugin.cs.frame" "%25ProjectDir%25\Plugin.cs"</PreBuildEvent> 368 366 </PropertyGroup> 369 367 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
branches/OKB (trunk integration)/HeuristicLab.Services.OKB.DataAccess/3.3/HeuristicLab.Services.OKB.DataAccess-3.3.csproj
r5502 r7332 129 129 </Compile> 130 130 <Compile Include="Properties\AssemblyInfo.cs" /> 131 <None Include="Properties\AssemblyInfo. frame" />131 <None Include="Properties\AssemblyInfo.cs.frame" /> 132 132 <Compile Include="Properties\Settings.Designer.cs"> 133 133 <DependentUpon>Settings.settings</DependentUpon> -
branches/OKB (trunk integration)/HeuristicLab.Services.OKB/3.3/HeuristicLab.Services.OKB-3.3.csproj
r5608 r7332 247 247 </None> 248 248 <None Include="HeuristicLab.snk" /> 249 <None Include="Properties\AssemblyInfo. frame" />249 <None Include="Properties\AssemblyInfo.cs.frame" /> 250 250 </ItemGroup> 251 251 <ItemGroup> -
branches/OKB (trunk integration)/PreBuildEvent.cmd
r4311 r7332 1 SubWCRev "%ProjectDir%\" "%ProjectDir%\Properties\AssemblyInfo. frame" "%ProjectDir%\Properties\AssemblyInfo.cs"1 SubWCRev "%ProjectDir%\" "%ProjectDir%\Properties\AssemblyInfo.cs.frame" "%ProjectDir%\Properties\AssemblyInfo.cs"
Note: See TracChangeset
for help on using the changeset viewer.