Free cookie consent management tool by TermsFeed Policy Generator

Changeset 13162


Ignore:
Timestamp:
11/15/15 14:16:16 (9 years ago)
Author:
gkronber
Message:

#2504: removed SharpDX tools (tkfont.exe, tkfxc.exe, tkmodel.exe) because they were problematic to the plugin-infrastructure and are not needed anyway

Location:
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SharpDX/2.6.3/HeuristicLab.SharpDX-2.6.3
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SharpDX/2.6.3/HeuristicLab.SharpDX-2.6.3/HeuristicLab.SharpDX-2.6.3.csproj

    r13159 r13162  
    219219      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    220220    </Content>
    221     <Content Include="tkfont.exe">
    222       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    223     </Content>
    224     <Content Include="tkfxc.exe">
    225       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    226     </Content>
    227     <Content Include="tkmodel.exe">
    228       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    229     </Content>
    230221  </ItemGroup>
    231222  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SharpDX/2.6.3/HeuristicLab.SharpDX-2.6.3/Plugin.cs.frame

    r13159 r13162  
    5757  [PluginFile("sharpdx_direct3d11_effects_x64.dll", PluginFileType.NativeDll)]
    5858  [PluginFile("sharpdx_direct3d11_effects_x86.dll", PluginFileType.NativeDll)]
    59   [PluginFile("tkfont.exe", PluginFileType.Data)]
    60   [PluginFile("tkfxc.exe", PluginFileType.Data)]
    61   [PluginFile("tkmodel.exe", PluginFileType.Data)]
    6259  public class HeuristicLabSharpDxPlugin : PluginBase {
    6360  }
Note: See TracChangeset for help on using the changeset viewer.