From 646bbbc84b8010e0dacbeed5342cdb045f46cc49 Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 27 Jun 2007 15:28:52 +0000 Subject: Some work on restructuring the namespaces / project names. Note this doesn't compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces. --- Prebuild/doc/prebuild-example5.xml | 187 +++++++++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100644 Prebuild/doc/prebuild-example5.xml (limited to 'Prebuild/doc/prebuild-example5.xml') diff --git a/Prebuild/doc/prebuild-example5.xml b/Prebuild/doc/prebuild-example5.xml new file mode 100644 index 0000000..5221547 --- /dev/null +++ b/Prebuild/doc/prebuild-example5.xml @@ -0,0 +1,187 @@ + + + + + + DEBUG;TRACE;WIN32 + false + true + bin\Debug + Tao.Sdl.xml + true + + + + + TRACE;WIN32 + true + true + bin\Release + Tao.Sdl.xml + false + + + + Tao.Sdl.License.txt + Tao.Sdl.Readme.txt + Tao.Sdl.snk + Tao.Sdl.dll.config + + + + + AssemblyInfo.cs + Sdl.cs + SdlImage.cs + SdlMixer.cs + SdlTtf.cs + SdlNet.cs + SdlGfx.cs + Smpeg.cs + DelegateCallingConventionCdeclAttribute.cs + + + + + + DEBUG;TRACE;WIN32 + false + false + bin\Debug + Tao.Sdl.Tests.xml + true + + + + + TRACE;WIN32 + true + false + bin\Release + Tao.Sdl.Tests.xml + false + + + + + + + AssemblyInfo.cs + SdlTest.cs + SdlTestVideo.cs + SdlTestImage.cs + SdlTestTtf.cs + SdlTestMixer.cs + SdlTestGfx.cs + SmpegTest.cs + + + + + + DEBUG;TRACE;WIN32 + false + false + bin\Debug + true + + + + + TRACE;WIN32 + true + false + bin\Release + false + + + + + + AssemblyInfo.cs + Rectangles.cs + + + + + + DEBUG;TRACE;WIN32 + false + false + bin\Debug + true + + + + + TRACE;WIN32 + true + false + bin\Release + false + + + + + + AssemblyInfo.cs + SmpegPlayer.cs + + + + + + DEBUG;TRACE;WIN32 + false + false + bin\Debug + true + + + + + TRACE;WIN32 + true + false + bin\Release + false + + + + + + AssemblyInfo.cs + GfxPrimitives.cs + + + + + + DEBUG;TRACE;WIN32 + false + false + bin\Debug + true + + + + + TRACE;WIN32 + true + false + bin\Release + false + + + + + AssemblyInfo.cs + AppMain.cs + BuildProcessor.cs + Options.cs + ReleaseBuildProcessor.cs + UsageHelp.cs + + + + -- cgit v1.1