Changeset 13162
- Timestamp:
- 11/15/15 14:16:16 (9 years ago)
- 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 219 219 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 220 220 </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>230 221 </ItemGroup> 231 222 <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 57 57 [PluginFile("sharpdx_direct3d11_effects_x64.dll", PluginFileType.NativeDll)] 58 58 [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)]62 59 public class HeuristicLabSharpDxPlugin : PluginBase { 63 60 }
Note: See TracChangeset
for help on using the changeset viewer.