diff --git a/SampleForDoc/GacUI/RunResource/RunResource.vcxproj b/SampleForDoc/GacUI/RunResource/RunResource.vcxproj index 5d35a94b..7648be9f 100644 --- a/SampleForDoc/GacUI/RunResource/RunResource.vcxproj +++ b/SampleForDoc/GacUI/RunResource/RunResource.vcxproj @@ -31,6 +31,7 @@ true v142 Unicode + x64 Application @@ -38,12 +39,14 @@ v142 true Unicode + x64 Application true v142 Unicode + x64 Application @@ -51,6 +54,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/Console_Workflow/Lib/Lib.vcxproj b/Tutorial/Console_Workflow/Lib/Lib.vcxproj index ca94009e..a3142812 100644 --- a/Tutorial/Console_Workflow/Lib/Lib.vcxproj +++ b/Tutorial/Console_Workflow/Lib/Lib.vcxproj @@ -31,6 +31,7 @@ true v142 Unicode + x64 StaticLibrary @@ -38,12 +39,14 @@ v142 true Unicode + x64 StaticLibrary true v142 Unicode + x64 StaticLibrary @@ -51,6 +54,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/Console_Workflow/W01_RunningWorkflowScripts/W01_RunningWorkflowScripts.vcxproj b/Tutorial/Console_Workflow/W01_RunningWorkflowScripts/W01_RunningWorkflowScripts.vcxproj index 60f191f7..ce6fcfb0 100644 --- a/Tutorial/Console_Workflow/W01_RunningWorkflowScripts/W01_RunningWorkflowScripts.vcxproj +++ b/Tutorial/Console_Workflow/W01_RunningWorkflowScripts/W01_RunningWorkflowScripts.vcxproj @@ -31,6 +31,7 @@ true v142 Unicode + x64 Application @@ -38,12 +39,14 @@ v142 true Unicode + x64 Application true v142 Unicode + x64 Application @@ -51,6 +54,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/Console_Workflow/W02_InvokingCppClasses/W02_InvokingCppClasses.vcxproj b/Tutorial/Console_Workflow/W02_InvokingCppClasses/W02_InvokingCppClasses.vcxproj index dc63d4f1..97730cc5 100644 --- a/Tutorial/Console_Workflow/W02_InvokingCppClasses/W02_InvokingCppClasses.vcxproj +++ b/Tutorial/Console_Workflow/W02_InvokingCppClasses/W02_InvokingCppClasses.vcxproj @@ -31,6 +31,7 @@ true v142 Unicode + x64 Application @@ -38,12 +39,14 @@ v142 true Unicode + x64 Application true v142 Unicode + x64 Application @@ -51,6 +54,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/Console_Workflow/W03_InheritingCppInterfaces/W03_InheritingCppInterfaces.vcxproj b/Tutorial/Console_Workflow/W03_InheritingCppInterfaces/W03_InheritingCppInterfaces.vcxproj index 0443242b..ca6c366d 100644 --- a/Tutorial/Console_Workflow/W03_InheritingCppInterfaces/W03_InheritingCppInterfaces.vcxproj +++ b/Tutorial/Console_Workflow/W03_InheritingCppInterfaces/W03_InheritingCppInterfaces.vcxproj @@ -31,6 +31,7 @@ true v142 Unicode + x64 Application @@ -38,12 +39,14 @@ v142 true Unicode + x64 Application true v142 Unicode + x64 Application @@ -51,6 +54,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/Console_Workflow/W04_InheritingCppClasses/W04_InheritingCppClasses.vcxproj b/Tutorial/Console_Workflow/W04_InheritingCppClasses/W04_InheritingCppClasses.vcxproj index 5e14ee64..92ceb0bb 100644 --- a/Tutorial/Console_Workflow/W04_InheritingCppClasses/W04_InheritingCppClasses.vcxproj +++ b/Tutorial/Console_Workflow/W04_InheritingCppClasses/W04_InheritingCppClasses.vcxproj @@ -31,6 +31,7 @@ true v142 Unicode + x64 Application @@ -38,12 +39,14 @@ v142 true Unicode + x64 Application true v142 Unicode + x64 Application @@ -51,6 +54,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/Console_Workflow/W05_Compile/W05_Compile.vcxproj b/Tutorial/Console_Workflow/W05_Compile/W05_Compile.vcxproj index 4197c065..36f25b9a 100644 --- a/Tutorial/Console_Workflow/W05_Compile/W05_Compile.vcxproj +++ b/Tutorial/Console_Workflow/W05_Compile/W05_Compile.vcxproj @@ -31,6 +31,7 @@ true v142 Unicode + x64 Application @@ -38,12 +39,14 @@ v142 true Unicode + x64 Application true v142 Unicode + x64 Application @@ -51,6 +54,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/Console_Workflow/W05_DynamicRun/W05_DynamicRun.vcxproj b/Tutorial/Console_Workflow/W05_DynamicRun/W05_DynamicRun.vcxproj index 660df5cc..51c33833 100644 --- a/Tutorial/Console_Workflow/W05_DynamicRun/W05_DynamicRun.vcxproj +++ b/Tutorial/Console_Workflow/W05_DynamicRun/W05_DynamicRun.vcxproj @@ -31,6 +31,7 @@ true v142 Unicode + x64 Application @@ -38,12 +39,14 @@ v142 true Unicode + x64 Application true v142 Unicode + x64 Application @@ -51,6 +54,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/Console_Workflow/W05_StaticRun/W05_StaticRun.vcxproj b/Tutorial/Console_Workflow/W05_StaticRun/W05_StaticRun.vcxproj index f52f17ba..bc54ffdd 100644 --- a/Tutorial/Console_Workflow/W05_StaticRun/W05_StaticRun.vcxproj +++ b/Tutorial/Console_Workflow/W05_StaticRun/W05_StaticRun.vcxproj @@ -31,6 +31,7 @@ true v142 Unicode + x64 Application @@ -38,12 +39,14 @@ v142 true Unicode + x64 Application true v142 Unicode + x64 Application @@ -51,6 +54,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/Console_Workflow/W06_Debugging/W06_Debugging.vcxproj b/Tutorial/Console_Workflow/W06_Debugging/W06_Debugging.vcxproj index 88348ca2..a0ab33a5 100644 --- a/Tutorial/Console_Workflow/W06_Debugging/W06_Debugging.vcxproj +++ b/Tutorial/Console_Workflow/W06_Debugging/W06_Debugging.vcxproj @@ -31,6 +31,7 @@ true v142 Unicode + x64 Application @@ -38,12 +39,14 @@ v142 true Unicode + x64 Application true v142 Unicode + x64 Application @@ -51,6 +54,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_ControlTemplate/BlackSkin/BlackSkin.vcxproj b/Tutorial/GacUI_ControlTemplate/BlackSkin/BlackSkin.vcxproj index e20170d3..86a271aa 100644 --- a/Tutorial/GacUI_ControlTemplate/BlackSkin/BlackSkin.vcxproj +++ b/Tutorial/GacUI_ControlTemplate/BlackSkin/BlackSkin.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_ControlTemplate/WindowSkin/WindowSkin.vcxproj b/Tutorial/GacUI_ControlTemplate/WindowSkin/WindowSkin.vcxproj index d05aa590..73260fbe 100644 --- a/Tutorial/GacUI_ControlTemplate/WindowSkin/WindowSkin.vcxproj +++ b/Tutorial/GacUI_ControlTemplate/WindowSkin/WindowSkin.vcxproj @@ -31,6 +31,7 @@ true v142 Unicode + x64 Application @@ -38,6 +39,7 @@ v142 true Unicode + x64 Application diff --git a/Tutorial/GacUI_Controls/AddressBook/AddressBook.vcxproj b/Tutorial/GacUI_Controls/AddressBook/AddressBook.vcxproj index 37c2c659..32f564b9 100644 --- a/Tutorial/GacUI_Controls/AddressBook/AddressBook.vcxproj +++ b/Tutorial/GacUI_Controls/AddressBook/AddressBook.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Controls/Animation/Animation.vcxproj b/Tutorial/GacUI_Controls/Animation/Animation.vcxproj index 6e7297a5..1925315c 100644 --- a/Tutorial/GacUI_Controls/Animation/Animation.vcxproj +++ b/Tutorial/GacUI_Controls/Animation/Animation.vcxproj @@ -47,6 +47,7 @@ true v142 Unicode + x64 Application @@ -54,6 +55,7 @@ v142 true Unicode + x64 Application diff --git a/Tutorial/GacUI_Controls/CalculatorAndStateMachine/CalculatorAndStateMachine.vcxproj b/Tutorial/GacUI_Controls/CalculatorAndStateMachine/CalculatorAndStateMachine.vcxproj index 8e760c37..c2be8404 100644 --- a/Tutorial/GacUI_Controls/CalculatorAndStateMachine/CalculatorAndStateMachine.vcxproj +++ b/Tutorial/GacUI_Controls/CalculatorAndStateMachine/CalculatorAndStateMachine.vcxproj @@ -30,6 +30,7 @@ true v142 Unicode + x64 Application @@ -37,6 +38,7 @@ v142 true Unicode + x64 Application diff --git a/Tutorial/GacUI_Controls/ColorPicker/ColorPicker.vcxproj b/Tutorial/GacUI_Controls/ColorPicker/ColorPicker.vcxproj index d696ae31..410db6fd 100644 --- a/Tutorial/GacUI_Controls/ColorPicker/ColorPicker.vcxproj +++ b/Tutorial/GacUI_Controls/ColorPicker/ColorPicker.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Controls/ContainersAndButtons/ContainersAndButtons.vcxproj b/Tutorial/GacUI_Controls/ContainersAndButtons/ContainersAndButtons.vcxproj index ecda38eb..f6dd23fe 100644 --- a/Tutorial/GacUI_Controls/ContainersAndButtons/ContainersAndButtons.vcxproj +++ b/Tutorial/GacUI_Controls/ContainersAndButtons/ContainersAndButtons.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Controls/DataGrid/DataGrid.vcxproj b/Tutorial/GacUI_Controls/DataGrid/DataGrid.vcxproj index d2c11480..5af8f6f9 100644 --- a/Tutorial/GacUI_Controls/DataGrid/DataGrid.vcxproj +++ b/Tutorial/GacUI_Controls/DataGrid/DataGrid.vcxproj @@ -30,6 +30,7 @@ true v142 Unicode + x64 Application @@ -37,6 +38,7 @@ v142 true Unicode + x64 Application diff --git a/Tutorial/GacUI_Controls/DocumentEditor/DocumentEditor.vcxproj b/Tutorial/GacUI_Controls/DocumentEditor/DocumentEditor.vcxproj index e0dd4560..629e9dba 100644 --- a/Tutorial/GacUI_Controls/DocumentEditor/DocumentEditor.vcxproj +++ b/Tutorial/GacUI_Controls/DocumentEditor/DocumentEditor.vcxproj @@ -30,6 +30,7 @@ true v142 Unicode + x64 StaticLibrary @@ -37,6 +38,7 @@ v142 true Unicode + x64 StaticLibrary diff --git a/Tutorial/GacUI_Controls/DocumentEditorRibbon/DocumentEditorRibbon.vcxproj b/Tutorial/GacUI_Controls/DocumentEditorRibbon/DocumentEditorRibbon.vcxproj index eb51c1c0..dd06810f 100644 --- a/Tutorial/GacUI_Controls/DocumentEditorRibbon/DocumentEditorRibbon.vcxproj +++ b/Tutorial/GacUI_Controls/DocumentEditorRibbon/DocumentEditorRibbon.vcxproj @@ -31,6 +31,7 @@ true v142 Unicode + x64 Application @@ -38,6 +39,7 @@ v142 true Unicode + x64 Application diff --git a/Tutorial/GacUI_Controls/DocumentEditorToolstrip/DocumentEditorToolstrip.vcxproj b/Tutorial/GacUI_Controls/DocumentEditorToolstrip/DocumentEditorToolstrip.vcxproj index 523ae61a..0d488866 100644 --- a/Tutorial/GacUI_Controls/DocumentEditorToolstrip/DocumentEditorToolstrip.vcxproj +++ b/Tutorial/GacUI_Controls/DocumentEditorToolstrip/DocumentEditorToolstrip.vcxproj @@ -31,6 +31,7 @@ true v142 Unicode + x64 Application @@ -38,6 +39,7 @@ v142 true Unicode + x64 Application diff --git a/Tutorial/GacUI_Controls/ListControls/ListControls.vcxproj b/Tutorial/GacUI_Controls/ListControls/ListControls.vcxproj index 833eb65b..8c7f5b88 100644 --- a/Tutorial/GacUI_Controls/ListControls/ListControls.vcxproj +++ b/Tutorial/GacUI_Controls/ListControls/ListControls.vcxproj @@ -30,6 +30,7 @@ true v142 Unicode + x64 Application @@ -37,6 +38,7 @@ v142 true Unicode + x64 Application diff --git a/Tutorial/GacUI_Controls/Localization/Localization.vcxproj b/Tutorial/GacUI_Controls/Localization/Localization.vcxproj index d12d1231..ee752f7f 100644 --- a/Tutorial/GacUI_Controls/Localization/Localization.vcxproj +++ b/Tutorial/GacUI_Controls/Localization/Localization.vcxproj @@ -47,6 +47,7 @@ true v142 Unicode + x64 Application @@ -54,6 +55,7 @@ v142 true Unicode + x64 Application diff --git a/Tutorial/GacUI_Controls/MenuVisibility/MenuVisibility.vcxproj b/Tutorial/GacUI_Controls/MenuVisibility/MenuVisibility.vcxproj index f6f1f484..855dee86 100644 --- a/Tutorial/GacUI_Controls/MenuVisibility/MenuVisibility.vcxproj +++ b/Tutorial/GacUI_Controls/MenuVisibility/MenuVisibility.vcxproj @@ -47,6 +47,7 @@ true v142 Unicode + x64 Application @@ -54,6 +55,7 @@ v142 true Unicode + x64 Application diff --git a/Tutorial/GacUI_Controls/ProgressAndAsync/ProgressAndAsync.vcxproj b/Tutorial/GacUI_Controls/ProgressAndAsync/ProgressAndAsync.vcxproj index b155618c..3dbb91db 100644 --- a/Tutorial/GacUI_Controls/ProgressAndAsync/ProgressAndAsync.vcxproj +++ b/Tutorial/GacUI_Controls/ProgressAndAsync/ProgressAndAsync.vcxproj @@ -30,6 +30,7 @@ true v142 Unicode + x64 Application @@ -37,6 +38,7 @@ v142 true Unicode + x64 Application diff --git a/Tutorial/GacUI_Controls/QueryService/QueryService.vcxproj b/Tutorial/GacUI_Controls/QueryService/QueryService.vcxproj index 53887dfc..f62fed19 100644 --- a/Tutorial/GacUI_Controls/QueryService/QueryService.vcxproj +++ b/Tutorial/GacUI_Controls/QueryService/QueryService.vcxproj @@ -31,6 +31,7 @@ true v142 Unicode + x64 Application @@ -38,6 +39,7 @@ v142 true Unicode + x64 Application diff --git a/Tutorial/GacUI_Controls/TextEditor/TextEditor.vcxproj b/Tutorial/GacUI_Controls/TextEditor/TextEditor.vcxproj index 9b1c47cd..7608ec42 100644 --- a/Tutorial/GacUI_Controls/TextEditor/TextEditor.vcxproj +++ b/Tutorial/GacUI_Controls/TextEditor/TextEditor.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Controls/TriplePhaseImageButton/TriplePhaseImageButton.vcxproj b/Tutorial/GacUI_Controls/TriplePhaseImageButton/TriplePhaseImageButton.vcxproj index 14b203b3..481685cc 100644 --- a/Tutorial/GacUI_Controls/TriplePhaseImageButton/TriplePhaseImageButton.vcxproj +++ b/Tutorial/GacUI_Controls/TriplePhaseImageButton/TriplePhaseImageButton.vcxproj @@ -31,6 +31,7 @@ true v142 Unicode + x64 Application @@ -38,6 +39,7 @@ v142 true Unicode + x64 Application diff --git a/Tutorial/GacUI_Controls/Win11ToolstripMenu/Win11ToolstripMenu.vcxproj b/Tutorial/GacUI_Controls/Win11ToolstripMenu/Win11ToolstripMenu.vcxproj index 34947a5c..16aff52a 100644 --- a/Tutorial/GacUI_Controls/Win11ToolstripMenu/Win11ToolstripMenu.vcxproj +++ b/Tutorial/GacUI_Controls/Win11ToolstripMenu/Win11ToolstripMenu.vcxproj @@ -31,6 +31,7 @@ true v142 Unicode + x64 Application @@ -38,6 +39,7 @@ v142 true Unicode + x64 Application diff --git a/Tutorial/GacUI_HelloWorlds/Cpp/Cpp.vcxproj b/Tutorial/GacUI_HelloWorlds/Cpp/Cpp.vcxproj index efa48a2b..e62af1a0 100644 --- a/Tutorial/GacUI_HelloWorlds/Cpp/Cpp.vcxproj +++ b/Tutorial/GacUI_HelloWorlds/Cpp/Cpp.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_HelloWorlds/CppXml/CppXml.vcxproj b/Tutorial/GacUI_HelloWorlds/CppXml/CppXml.vcxproj index 0c2d7b02..739e00e1 100644 --- a/Tutorial/GacUI_HelloWorlds/CppXml/CppXml.vcxproj +++ b/Tutorial/GacUI_HelloWorlds/CppXml/CppXml.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_HelloWorlds/MVVM/MVVM.vcxproj b/Tutorial/GacUI_HelloWorlds/MVVM/MVVM.vcxproj index dec43f7a..359138b6 100644 --- a/Tutorial/GacUI_HelloWorlds/MVVM/MVVM.vcxproj +++ b/Tutorial/GacUI_HelloWorlds/MVVM/MVVM.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_HelloWorlds/WorkflowScript/WorkflowScript.vcxproj b/Tutorial/GacUI_HelloWorlds/WorkflowScript/WorkflowScript.vcxproj index 114952cd..3931e538 100644 --- a/Tutorial/GacUI_HelloWorlds/WorkflowScript/WorkflowScript.vcxproj +++ b/Tutorial/GacUI_HelloWorlds/WorkflowScript/WorkflowScript.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_HelloWorlds/Xml/Xml.vcxproj b/Tutorial/GacUI_HelloWorlds/Xml/Xml.vcxproj index 998c69fd..ffd06c8e 100644 --- a/Tutorial/GacUI_HelloWorlds/Xml/Xml.vcxproj +++ b/Tutorial/GacUI_HelloWorlds/Xml/Xml.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Layout/Alignment/Alignment.vcxproj b/Tutorial/GacUI_Layout/Alignment/Alignment.vcxproj index bae945c4..565d7c2b 100644 --- a/Tutorial/GacUI_Layout/Alignment/Alignment.vcxproj +++ b/Tutorial/GacUI_Layout/Alignment/Alignment.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Layout/Flow/Flow.vcxproj b/Tutorial/GacUI_Layout/Flow/Flow.vcxproj index dee2a646..ac912a2a 100644 --- a/Tutorial/GacUI_Layout/Flow/Flow.vcxproj +++ b/Tutorial/GacUI_Layout/Flow/Flow.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Layout/Responsive1/Responsive1.vcxproj b/Tutorial/GacUI_Layout/Responsive1/Responsive1.vcxproj index ef361428..3a3d17c8 100644 --- a/Tutorial/GacUI_Layout/Responsive1/Responsive1.vcxproj +++ b/Tutorial/GacUI_Layout/Responsive1/Responsive1.vcxproj @@ -47,6 +47,7 @@ true v142 Unicode + x64 Application @@ -54,6 +55,7 @@ v142 true Unicode + x64 Application diff --git a/Tutorial/GacUI_Layout/Responsive2/Responsive2.vcxproj b/Tutorial/GacUI_Layout/Responsive2/Responsive2.vcxproj index eff788cf..c3949815 100644 --- a/Tutorial/GacUI_Layout/Responsive2/Responsive2.vcxproj +++ b/Tutorial/GacUI_Layout/Responsive2/Responsive2.vcxproj @@ -47,6 +47,7 @@ true v142 Unicode + x64 Application @@ -54,6 +55,7 @@ v142 true Unicode + x64 Application diff --git a/Tutorial/GacUI_Layout/RichTextEmbedding/RichTextEmbedding.vcxproj b/Tutorial/GacUI_Layout/RichTextEmbedding/RichTextEmbedding.vcxproj index 11323c48..65ffb734 100644 --- a/Tutorial/GacUI_Layout/RichTextEmbedding/RichTextEmbedding.vcxproj +++ b/Tutorial/GacUI_Layout/RichTextEmbedding/RichTextEmbedding.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Layout/SharedSize/SharedSize.vcxproj b/Tutorial/GacUI_Layout/SharedSize/SharedSize.vcxproj index 68564004..47883fb6 100644 --- a/Tutorial/GacUI_Layout/SharedSize/SharedSize.vcxproj +++ b/Tutorial/GacUI_Layout/SharedSize/SharedSize.vcxproj @@ -31,6 +31,7 @@ true v142 Unicode + x64 Application @@ -38,6 +39,7 @@ v142 true Unicode + x64 Application diff --git a/Tutorial/GacUI_Layout/Stack/Stack.vcxproj b/Tutorial/GacUI_Layout/Stack/Stack.vcxproj index 6bb3d87b..e855c5d0 100644 --- a/Tutorial/GacUI_Layout/Stack/Stack.vcxproj +++ b/Tutorial/GacUI_Layout/Stack/Stack.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Layout/Table/Table.vcxproj b/Tutorial/GacUI_Layout/Table/Table.vcxproj index a020beda..f45ea16a 100644 --- a/Tutorial/GacUI_Layout/Table/Table.vcxproj +++ b/Tutorial/GacUI_Layout/Table/Table.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Layout/TableSplitter/TableSplitter.vcxproj b/Tutorial/GacUI_Layout/TableSplitter/TableSplitter.vcxproj index 99190237..a7c1a4be 100644 --- a/Tutorial/GacUI_Layout/TableSplitter/TableSplitter.vcxproj +++ b/Tutorial/GacUI_Layout/TableSplitter/TableSplitter.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Windows/Direct2DClock/Direct2DClock.vcxproj b/Tutorial/GacUI_Windows/Direct2DClock/Direct2DClock.vcxproj index a3a5bd79..ffec19d2 100644 --- a/Tutorial/GacUI_Windows/Direct2DClock/Direct2DClock.vcxproj +++ b/Tutorial/GacUI_Windows/Direct2DClock/Direct2DClock.vcxproj @@ -51,6 +51,7 @@ true v142 Unicode + x64 Application @@ -58,12 +59,14 @@ v142 true Unicode + x64 Application true v142 Unicode + x64 Application @@ -71,6 +74,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Windows/WindowIcon/WindowIcon.vcxproj b/Tutorial/GacUI_Windows/WindowIcon/WindowIcon.vcxproj index 122cf797..049285ea 100644 --- a/Tutorial/GacUI_Windows/WindowIcon/WindowIcon.vcxproj +++ b/Tutorial/GacUI_Windows/WindowIcon/WindowIcon.vcxproj @@ -31,6 +31,7 @@ true v142 Unicode + x64 Application @@ -38,12 +39,14 @@ v142 true Unicode + x64 Application true v142 Unicode + x64 Application @@ -51,6 +54,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Xml/Binding_Bind/Binding_Bind.vcxproj b/Tutorial/GacUI_Xml/Binding_Bind/Binding_Bind.vcxproj index 5efadb71..a36d189d 100644 --- a/Tutorial/GacUI_Xml/Binding_Bind/Binding_Bind.vcxproj +++ b/Tutorial/GacUI_Xml/Binding_Bind/Binding_Bind.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Xml/Binding_Eval/Binding_Eval.vcxproj b/Tutorial/GacUI_Xml/Binding_Eval/Binding_Eval.vcxproj index 47febb37..e9e4e670 100644 --- a/Tutorial/GacUI_Xml/Binding_Eval/Binding_Eval.vcxproj +++ b/Tutorial/GacUI_Xml/Binding_Eval/Binding_Eval.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Xml/Binding_Format/Binding_Format.vcxproj b/Tutorial/GacUI_Xml/Binding_Format/Binding_Format.vcxproj index 45d1713e..56b45deb 100644 --- a/Tutorial/GacUI_Xml/Binding_Format/Binding_Format.vcxproj +++ b/Tutorial/GacUI_Xml/Binding_Format/Binding_Format.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Xml/Binding_Uri/Binding_Uri.vcxproj b/Tutorial/GacUI_Xml/Binding_Uri/Binding_Uri.vcxproj index 43dec4ed..699ce126 100644 --- a/Tutorial/GacUI_Xml/Binding_Uri/Binding_Uri.vcxproj +++ b/Tutorial/GacUI_Xml/Binding_Uri/Binding_Uri.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Xml/Binding_ViewModel/Binding_ViewModel.vcxproj b/Tutorial/GacUI_Xml/Binding_ViewModel/Binding_ViewModel.vcxproj index 48a1550b..eaf8a7db 100644 --- a/Tutorial/GacUI_Xml/Binding_ViewModel/Binding_ViewModel.vcxproj +++ b/Tutorial/GacUI_Xml/Binding_ViewModel/Binding_ViewModel.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Xml/Event_Cpp/Event_Cpp.vcxproj b/Tutorial/GacUI_Xml/Event_Cpp/Event_Cpp.vcxproj index 3be3ff29..03f5f815 100644 --- a/Tutorial/GacUI_Xml/Event_Cpp/Event_Cpp.vcxproj +++ b/Tutorial/GacUI_Xml/Event_Cpp/Event_Cpp.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Xml/Event_Script/Event_Script.vcxproj b/Tutorial/GacUI_Xml/Event_Script/Event_Script.vcxproj index b587e279..570dd6be 100644 --- a/Tutorial/GacUI_Xml/Event_Script/Event_Script.vcxproj +++ b/Tutorial/GacUI_Xml/Event_Script/Event_Script.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Xml/Event_ViewModel/Event_ViewModel.vcxproj b/Tutorial/GacUI_Xml/Event_ViewModel/Event_ViewModel.vcxproj index 43c7ed6a..b659a9f3 100644 --- a/Tutorial/GacUI_Xml/Event_ViewModel/Event_ViewModel.vcxproj +++ b/Tutorial/GacUI_Xml/Event_ViewModel/Event_ViewModel.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Xml/Instance_Control/Instance_Control.vcxproj b/Tutorial/GacUI_Xml/Instance_Control/Instance_Control.vcxproj index fc339168..28a89cfd 100644 --- a/Tutorial/GacUI_Xml/Instance_Control/Instance_Control.vcxproj +++ b/Tutorial/GacUI_Xml/Instance_Control/Instance_Control.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Xml/Instance_MultipleWindows/Instance_MultipleWindows.vcxproj b/Tutorial/GacUI_Xml/Instance_MultipleWindows/Instance_MultipleWindows.vcxproj index 8b7b145b..2d0b2cf9 100644 --- a/Tutorial/GacUI_Xml/Instance_MultipleWindows/Instance_MultipleWindows.vcxproj +++ b/Tutorial/GacUI_Xml/Instance_MultipleWindows/Instance_MultipleWindows.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Xml/Instance_Window/Instance_Window.vcxproj b/Tutorial/GacUI_Xml/Instance_Window/Instance_Window.vcxproj index aa72b260..024788e1 100644 --- a/Tutorial/GacUI_Xml/Instance_Window/Instance_Window.vcxproj +++ b/Tutorial/GacUI_Xml/Instance_Window/Instance_Window.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Xml/Member_Field/Member_Field.vcxproj b/Tutorial/GacUI_Xml/Member_Field/Member_Field.vcxproj index 954aa96b..d32819d3 100644 --- a/Tutorial/GacUI_Xml/Member_Field/Member_Field.vcxproj +++ b/Tutorial/GacUI_Xml/Member_Field/Member_Field.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Xml/Member_Parameter/Member_Parameter.vcxproj b/Tutorial/GacUI_Xml/Member_Parameter/Member_Parameter.vcxproj index b0e390b5..fedbac5b 100644 --- a/Tutorial/GacUI_Xml/Member_Parameter/Member_Parameter.vcxproj +++ b/Tutorial/GacUI_Xml/Member_Parameter/Member_Parameter.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Xml/Member_Property/Member_Property.vcxproj b/Tutorial/GacUI_Xml/Member_Property/Member_Property.vcxproj index c83f9f24..82c9fb55 100644 --- a/Tutorial/GacUI_Xml/Member_Property/Member_Property.vcxproj +++ b/Tutorial/GacUI_Xml/Member_Property/Member_Property.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 Application @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/GacUI_Xml/Misc_ImportFolder/Misc_ImportFolder.vcxproj b/Tutorial/GacUI_Xml/Misc_ImportFolder/Misc_ImportFolder.vcxproj index 7e51040b..2deda320 100644 --- a/Tutorial/GacUI_Xml/Misc_ImportFolder/Misc_ImportFolder.vcxproj +++ b/Tutorial/GacUI_Xml/Misc_ImportFolder/Misc_ImportFolder.vcxproj @@ -31,6 +31,7 @@ true v142 Unicode + x64 Application @@ -38,6 +39,7 @@ v142 true Unicode + x64 Application diff --git a/Tutorial/Lib/GacUI/GacUI.vcxproj b/Tutorial/Lib/GacUI/GacUI.vcxproj index 95827cca..15ca15ba 100644 --- a/Tutorial/Lib/GacUI/GacUI.vcxproj +++ b/Tutorial/Lib/GacUI/GacUI.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 StaticLibrary @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/Lib/GacUIComplete/GacUIComplete.vcxproj b/Tutorial/Lib/GacUIComplete/GacUIComplete.vcxproj index c3e07616..cb66d299 100644 --- a/Tutorial/Lib/GacUIComplete/GacUIComplete.vcxproj +++ b/Tutorial/Lib/GacUIComplete/GacUIComplete.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 StaticLibrary @@ -29,6 +30,7 @@ v142 true Unicode + x64 diff --git a/Tutorial/Lib/GacUILite/GacUILite.vcxproj b/Tutorial/Lib/GacUILite/GacUILite.vcxproj index 69ab4de5..fbb29f11 100644 --- a/Tutorial/Lib/GacUILite/GacUILite.vcxproj +++ b/Tutorial/Lib/GacUILite/GacUILite.vcxproj @@ -22,6 +22,7 @@ true v142 Unicode + x64 StaticLibrary @@ -29,6 +30,7 @@ v142 true Unicode + x64