diff --git a/Tutorial/GacUI_ControlTemplate/BlackSkin/UI/Codegen.bat b/Tutorial/GacUI_ControlTemplate/BlackSkin/UI/Codegen.bat index 97daf97f..fc276fb0 100644 --- a/Tutorial/GacUI_ControlTemplate/BlackSkin/UI/Codegen.bat +++ b/Tutorial/GacUI_ControlTemplate/BlackSkin/UI/Codegen.bat @@ -2,5 +2,5 @@ pushd %~dp0 rmdir /S /Q FullControlTest robocopy ..\..\..\..\..\GacUI\Test\GacUISrc\Host\Resources\FullControlTest FullControlTest /E mkdir FullControlTest\Source -..\..\..\..\Tools\GacGen FullControlTest\Resource.xml +call ..\..\..\..\Tools\GacGen FullControlTest\Resource.xml popd \ No newline at end of file diff --git a/Tutorial/GacUI_Controls/AddressBook/UI/Codegen.bat b/Tutorial/GacUI_Controls/AddressBook/UI/Codegen.bat index 5c9662ad..a39b07ea 100644 --- a/Tutorial/GacUI_Controls/AddressBook/UI/Codegen.bat +++ b/Tutorial/GacUI_Controls/AddressBook/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml \ No newline at end of file +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Controls/ColorPicker/UI/Codegen.bat b/Tutorial/GacUI_Controls/ColorPicker/UI/Codegen.bat index 5c9662ad..a39b07ea 100644 --- a/Tutorial/GacUI_Controls/ColorPicker/UI/Codegen.bat +++ b/Tutorial/GacUI_Controls/ColorPicker/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml \ No newline at end of file +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Controls/ContainersAndButtons/UI/Codegen.bat b/Tutorial/GacUI_Controls/ContainersAndButtons/UI/Codegen.bat index 5c9662ad..a39b07ea 100644 --- a/Tutorial/GacUI_Controls/ContainersAndButtons/UI/Codegen.bat +++ b/Tutorial/GacUI_Controls/ContainersAndButtons/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml \ No newline at end of file +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Controls/DataGrid/UI/Codegen.bat b/Tutorial/GacUI_Controls/DataGrid/UI/Codegen.bat index 5c9662ad..a39b07ea 100644 --- a/Tutorial/GacUI_Controls/DataGrid/UI/Codegen.bat +++ b/Tutorial/GacUI_Controls/DataGrid/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml \ No newline at end of file +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Controls/DocumentEditor/UI/Codegen.bat b/Tutorial/GacUI_Controls/DocumentEditor/UI/Codegen.bat index 5c9662ad..a39b07ea 100644 --- a/Tutorial/GacUI_Controls/DocumentEditor/UI/Codegen.bat +++ b/Tutorial/GacUI_Controls/DocumentEditor/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml \ No newline at end of file +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Controls/ListControls/UI/Codegen.bat b/Tutorial/GacUI_Controls/ListControls/UI/Codegen.bat index 5c9662ad..a39b07ea 100644 --- a/Tutorial/GacUI_Controls/ListControls/UI/Codegen.bat +++ b/Tutorial/GacUI_Controls/ListControls/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml \ No newline at end of file +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Controls/ProgressAndAsync/UI/Codegen.bat b/Tutorial/GacUI_Controls/ProgressAndAsync/UI/Codegen.bat index 5c9662ad..a39b07ea 100644 --- a/Tutorial/GacUI_Controls/ProgressAndAsync/UI/Codegen.bat +++ b/Tutorial/GacUI_Controls/ProgressAndAsync/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml \ No newline at end of file +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Controls/TextEditor/UI/Codegen.bat b/Tutorial/GacUI_Controls/TextEditor/UI/Codegen.bat index 5c9662ad..a39b07ea 100644 --- a/Tutorial/GacUI_Controls/TextEditor/UI/Codegen.bat +++ b/Tutorial/GacUI_Controls/TextEditor/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml \ No newline at end of file +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_HelloWorlds/CppXml/UI/Codegen.bat b/Tutorial/GacUI_HelloWorlds/CppXml/UI/Codegen.bat index 5c9662ad..a39b07ea 100644 --- a/Tutorial/GacUI_HelloWorlds/CppXml/UI/Codegen.bat +++ b/Tutorial/GacUI_HelloWorlds/CppXml/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml \ No newline at end of file +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_HelloWorlds/MVVM/UI/Codegen.bat b/Tutorial/GacUI_HelloWorlds/MVVM/UI/Codegen.bat index 5c9662ad..a39b07ea 100644 --- a/Tutorial/GacUI_HelloWorlds/MVVM/UI/Codegen.bat +++ b/Tutorial/GacUI_HelloWorlds/MVVM/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml \ No newline at end of file +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_HelloWorlds/UIRes/Xml.bin b/Tutorial/GacUI_HelloWorlds/UIRes/Xml.bin index a0692292..a260862a 100644 Binary files a/Tutorial/GacUI_HelloWorlds/UIRes/Xml.bin and b/Tutorial/GacUI_HelloWorlds/UIRes/Xml.bin differ diff --git a/Tutorial/GacUI_HelloWorlds/Xml/UI/Codegen.bat b/Tutorial/GacUI_HelloWorlds/Xml/UI/Codegen.bat index e13ce68e..915ab762 100644 --- a/Tutorial/GacUI_HelloWorlds/Xml/UI/Codegen.bat +++ b/Tutorial/GacUI_HelloWorlds/Xml/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen32.exe Resource.xml \ No newline at end of file +%~dp0..\..\..\..\Tools\GacGen32.exe %~dp0Resource.xml \ No newline at end of file diff --git a/Tutorial/GacUI_Layout/Alignment/UI/Codegen.bat b/Tutorial/GacUI_Layout/Alignment/UI/Codegen.bat index 5c9662ad..a39b07ea 100644 --- a/Tutorial/GacUI_Layout/Alignment/UI/Codegen.bat +++ b/Tutorial/GacUI_Layout/Alignment/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml \ No newline at end of file +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Layout/Flow/UI/Codegen.bat b/Tutorial/GacUI_Layout/Flow/UI/Codegen.bat index 5c9662ad..a39b07ea 100644 --- a/Tutorial/GacUI_Layout/Flow/UI/Codegen.bat +++ b/Tutorial/GacUI_Layout/Flow/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml \ No newline at end of file +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Layout/RichTextEmbedding/UI/Codegen.bat b/Tutorial/GacUI_Layout/RichTextEmbedding/UI/Codegen.bat index 5c9662ad..a39b07ea 100644 --- a/Tutorial/GacUI_Layout/RichTextEmbedding/UI/Codegen.bat +++ b/Tutorial/GacUI_Layout/RichTextEmbedding/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml \ No newline at end of file +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Layout/Stack/UI/Codegen.bat b/Tutorial/GacUI_Layout/Stack/UI/Codegen.bat index 5c9662ad..a39b07ea 100644 --- a/Tutorial/GacUI_Layout/Stack/UI/Codegen.bat +++ b/Tutorial/GacUI_Layout/Stack/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml \ No newline at end of file +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Layout/Table/UI/Codegen.bat b/Tutorial/GacUI_Layout/Table/UI/Codegen.bat index 5c9662ad..a39b07ea 100644 --- a/Tutorial/GacUI_Layout/Table/UI/Codegen.bat +++ b/Tutorial/GacUI_Layout/Table/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml \ No newline at end of file +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Layout/TableSplitter/UI/Codegen.bat b/Tutorial/GacUI_Layout/TableSplitter/UI/Codegen.bat index 5c9662ad..a39b07ea 100644 --- a/Tutorial/GacUI_Layout/TableSplitter/UI/Codegen.bat +++ b/Tutorial/GacUI_Layout/TableSplitter/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml \ No newline at end of file +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Xml/Binding_Bind/UI/Codegen.bat b/Tutorial/GacUI_Xml/Binding_Bind/UI/Codegen.bat index c10d1c79..a39b07ea 100644 --- a/Tutorial/GacUI_Xml/Binding_Bind/UI/Codegen.bat +++ b/Tutorial/GacUI_Xml/Binding_Bind/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Xml/Binding_Eval/UI/Codegen.bat b/Tutorial/GacUI_Xml/Binding_Eval/UI/Codegen.bat index c10d1c79..a39b07ea 100644 --- a/Tutorial/GacUI_Xml/Binding_Eval/UI/Codegen.bat +++ b/Tutorial/GacUI_Xml/Binding_Eval/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Xml/Binding_Format/UI/Codegen.bat b/Tutorial/GacUI_Xml/Binding_Format/UI/Codegen.bat index c10d1c79..a39b07ea 100644 --- a/Tutorial/GacUI_Xml/Binding_Format/UI/Codegen.bat +++ b/Tutorial/GacUI_Xml/Binding_Format/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Xml/Binding_Uri/UI/Codegen.bat b/Tutorial/GacUI_Xml/Binding_Uri/UI/Codegen.bat index c10d1c79..a39b07ea 100644 --- a/Tutorial/GacUI_Xml/Binding_Uri/UI/Codegen.bat +++ b/Tutorial/GacUI_Xml/Binding_Uri/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Xml/Binding_ViewModel/UI/Codegen.bat b/Tutorial/GacUI_Xml/Binding_ViewModel/UI/Codegen.bat index c10d1c79..a39b07ea 100644 --- a/Tutorial/GacUI_Xml/Binding_ViewModel/UI/Codegen.bat +++ b/Tutorial/GacUI_Xml/Binding_ViewModel/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Xml/Event_Cpp/UI/Codegen.bat b/Tutorial/GacUI_Xml/Event_Cpp/UI/Codegen.bat index c10d1c79..a39b07ea 100644 --- a/Tutorial/GacUI_Xml/Event_Cpp/UI/Codegen.bat +++ b/Tutorial/GacUI_Xml/Event_Cpp/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Xml/Event_Script/UI/Codegen.bat b/Tutorial/GacUI_Xml/Event_Script/UI/Codegen.bat index c10d1c79..a39b07ea 100644 --- a/Tutorial/GacUI_Xml/Event_Script/UI/Codegen.bat +++ b/Tutorial/GacUI_Xml/Event_Script/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Xml/Event_ViewModel/UI/Codegen.bat b/Tutorial/GacUI_Xml/Event_ViewModel/UI/Codegen.bat index c10d1c79..a39b07ea 100644 --- a/Tutorial/GacUI_Xml/Event_ViewModel/UI/Codegen.bat +++ b/Tutorial/GacUI_Xml/Event_ViewModel/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Xml/Instance_Control/UI/Codegen.bat b/Tutorial/GacUI_Xml/Instance_Control/UI/Codegen.bat index c10d1c79..a39b07ea 100644 --- a/Tutorial/GacUI_Xml/Instance_Control/UI/Codegen.bat +++ b/Tutorial/GacUI_Xml/Instance_Control/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Xml/Instance_MultipleWindows/UI/Codegen.bat b/Tutorial/GacUI_Xml/Instance_MultipleWindows/UI/Codegen.bat index c10d1c79..a39b07ea 100644 --- a/Tutorial/GacUI_Xml/Instance_MultipleWindows/UI/Codegen.bat +++ b/Tutorial/GacUI_Xml/Instance_MultipleWindows/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Xml/Instance_Window/UI/Codegen.bat b/Tutorial/GacUI_Xml/Instance_Window/UI/Codegen.bat index c10d1c79..a39b07ea 100644 --- a/Tutorial/GacUI_Xml/Instance_Window/UI/Codegen.bat +++ b/Tutorial/GacUI_Xml/Instance_Window/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Xml/Member_Field/UI/Codegen.bat b/Tutorial/GacUI_Xml/Member_Field/UI/Codegen.bat index c10d1c79..a39b07ea 100644 --- a/Tutorial/GacUI_Xml/Member_Field/UI/Codegen.bat +++ b/Tutorial/GacUI_Xml/Member_Field/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Xml/Member_Parameter/UI/Codegen.bat b/Tutorial/GacUI_Xml/Member_Parameter/UI/Codegen.bat index c10d1c79..a39b07ea 100644 --- a/Tutorial/GacUI_Xml/Member_Parameter/UI/Codegen.bat +++ b/Tutorial/GacUI_Xml/Member_Parameter/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml diff --git a/Tutorial/GacUI_Xml/Member_Property/UI/Codegen.bat b/Tutorial/GacUI_Xml/Member_Property/UI/Codegen.bat index c10d1c79..a39b07ea 100644 --- a/Tutorial/GacUI_Xml/Member_Property/UI/Codegen.bat +++ b/Tutorial/GacUI_Xml/Member_Property/UI/Codegen.bat @@ -1 +1 @@ -%~dp0..\..\..\..\Tools\GacGen Resource.xml +%~dp0..\..\..\..\Tools\GacGen %~dp0Resource.xml