added build folder added build script for release build of ANX.Framework and all RenderSystems fixed some issues in projects regarding compiler directives removed StockShaderCodeGenerator from Pre-Build-Events. Build the Stock shaders using NAnt target build_stock_shaders. started Wiki documentation for custom build switches (e.g. extended mode)
9 lines
361 B
XML
9 lines
361 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Build License="../doc/license.txt"
|
|
Target="../RenderSystems/ANX.Framework.Windows.DX10/ShaderByteCode.cs"
|
|
Namespace="ANX.Framework.Windows.DX10">
|
|
<Shader Type="SpriteBatch"
|
|
Source="../Shader/DX10/SpriteBatch.fx"
|
|
RenderSystem="ANX.Framework.Windows.DX10"
|
|
/>
|
|
</Build> |