mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-27 10:15:30 +08:00
...
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -79,11 +79,6 @@
|
|||||||
<OptimizeReferences>true</OptimizeReferences>
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\..\Lib\GacUI\GacUI.vcxproj">
|
|
||||||
<Project>{8018d622-66ba-4e65-9d03-bdac37ea9a54}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="Main.cpp" />
|
<ClCompile Include="Main.cpp" />
|
||||||
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
||||||
@@ -95,6 +90,11 @@
|
|||||||
<ClInclude Include="UI\Source\Demo.h" />
|
<ClInclude Include="UI\Source\Demo.h" />
|
||||||
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\Lib\GacUILite\GacUILite.vcxproj">
|
||||||
|
<Project>{96c559ca-9718-4bec-a053-28a0ab6a8ca2}</Project>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
|||||||
@@ -2,14 +2,10 @@
|
|||||||
<Resource>
|
<Resource>
|
||||||
<Folder name="GacGenConfig">
|
<Folder name="GacGenConfig">
|
||||||
<Folder name="Cpp">
|
<Folder name="Cpp">
|
||||||
<Text name="Output">Source</Text>
|
<Text name="SourceFolder">Source</Text>
|
||||||
<Text name="Include">GacUIReflection.h</Text>
|
<Text name="Resource">..\..\UIRes\Binding_Bind.bin</Text>
|
||||||
|
<Text name="NormalInclude">GacUI.h</Text>
|
||||||
<Text name="Name">Demo</Text>
|
<Text name="Name">Demo</Text>
|
||||||
<Text name="Prefix"></Text>
|
|
||||||
</Folder>
|
|
||||||
<Folder name="Res">
|
|
||||||
<Text name="Output">..\..\UIRes</Text>
|
|
||||||
<Text name="PrecompiledBinary">Binding_Bind.bin</Text>
|
|
||||||
</Folder>
|
</Folder>
|
||||||
</Folder>
|
</Folder>
|
||||||
<Folder name="MainWindow">
|
<Folder name="MainWindow">
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -79,11 +79,6 @@
|
|||||||
<OptimizeReferences>true</OptimizeReferences>
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\..\Lib\GacUI\GacUI.vcxproj">
|
|
||||||
<Project>{8018d622-66ba-4e65-9d03-bdac37ea9a54}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="Main.cpp" />
|
<ClCompile Include="Main.cpp" />
|
||||||
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
||||||
@@ -95,6 +90,11 @@
|
|||||||
<ClInclude Include="UI\Source\Demo.h" />
|
<ClInclude Include="UI\Source\Demo.h" />
|
||||||
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\Lib\GacUILite\GacUILite.vcxproj">
|
||||||
|
<Project>{96c559ca-9718-4bec-a053-28a0ab6a8ca2}</Project>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
|||||||
@@ -2,14 +2,10 @@
|
|||||||
<Resource>
|
<Resource>
|
||||||
<Folder name="GacGenConfig">
|
<Folder name="GacGenConfig">
|
||||||
<Folder name="Cpp">
|
<Folder name="Cpp">
|
||||||
<Text name="Output">Source</Text>
|
<Text name="SourceFolder">Source</Text>
|
||||||
<Text name="Include">GacUIReflection.h</Text>
|
<Text name="Resource">..\..\UIRes\Binding_Eval.bin</Text>
|
||||||
|
<Text name="NormalInclude">GacUI.h</Text>
|
||||||
<Text name="Name">Demo</Text>
|
<Text name="Name">Demo</Text>
|
||||||
<Text name="Prefix"></Text>
|
|
||||||
</Folder>
|
|
||||||
<Folder name="Res">
|
|
||||||
<Text name="Output">..\..\UIRes</Text>
|
|
||||||
<Text name="PrecompiledBinary">Binding_Eval.bin</Text>
|
|
||||||
</Folder>
|
</Folder>
|
||||||
</Folder>
|
</Folder>
|
||||||
<Folder name="MainWindow">
|
<Folder name="MainWindow">
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -79,11 +79,6 @@
|
|||||||
<OptimizeReferences>true</OptimizeReferences>
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\..\Lib\GacUI\GacUI.vcxproj">
|
|
||||||
<Project>{8018d622-66ba-4e65-9d03-bdac37ea9a54}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="Main.cpp" />
|
<ClCompile Include="Main.cpp" />
|
||||||
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
||||||
@@ -95,6 +90,11 @@
|
|||||||
<ClInclude Include="UI\Source\Demo.h" />
|
<ClInclude Include="UI\Source\Demo.h" />
|
||||||
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\Lib\GacUILite\GacUILite.vcxproj">
|
||||||
|
<Project>{96c559ca-9718-4bec-a053-28a0ab6a8ca2}</Project>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
|||||||
@@ -2,14 +2,10 @@
|
|||||||
<Resource>
|
<Resource>
|
||||||
<Folder name="GacGenConfig">
|
<Folder name="GacGenConfig">
|
||||||
<Folder name="Cpp">
|
<Folder name="Cpp">
|
||||||
<Text name="Output">Source</Text>
|
<Text name="SourceFolder">Source</Text>
|
||||||
<Text name="Include">GacUIReflection.h</Text>
|
<Text name="Resource">..\..\UIRes\Binding_Format.bin</Text>
|
||||||
|
<Text name="NormalInclude">GacUI.h</Text>
|
||||||
<Text name="Name">Demo</Text>
|
<Text name="Name">Demo</Text>
|
||||||
<Text name="Prefix"></Text>
|
|
||||||
</Folder>
|
|
||||||
<Folder name="Res">
|
|
||||||
<Text name="Output">..\..\UIRes</Text>
|
|
||||||
<Text name="PrecompiledBinary">Binding_Format.bin</Text>
|
|
||||||
</Folder>
|
</Folder>
|
||||||
</Folder>
|
</Folder>
|
||||||
<Folder name="MainWindow">
|
<Folder name="MainWindow">
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -79,11 +79,6 @@
|
|||||||
<OptimizeReferences>true</OptimizeReferences>
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\..\Lib\GacUI\GacUI.vcxproj">
|
|
||||||
<Project>{8018d622-66ba-4e65-9d03-bdac37ea9a54}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="Main.cpp" />
|
<ClCompile Include="Main.cpp" />
|
||||||
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
||||||
@@ -95,6 +90,11 @@
|
|||||||
<ClInclude Include="UI\Source\Demo.h" />
|
<ClInclude Include="UI\Source\Demo.h" />
|
||||||
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\Lib\GacUILite\GacUILite.vcxproj">
|
||||||
|
<Project>{96c559ca-9718-4bec-a053-28a0ab6a8ca2}</Project>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
|||||||
@@ -2,14 +2,10 @@
|
|||||||
<Resource>
|
<Resource>
|
||||||
<Folder name="GacGenConfig">
|
<Folder name="GacGenConfig">
|
||||||
<Folder name="Cpp">
|
<Folder name="Cpp">
|
||||||
<Text name="Output">Source</Text>
|
<Text name="SourceFolder">Source</Text>
|
||||||
<Text name="Include">GacUIReflection.h</Text>
|
<Text name="Resource">..\..\UIRes\Binding_Uri.bin</Text>
|
||||||
|
<Text name="NormalInclude">GacUI.h</Text>
|
||||||
<Text name="Name">Demo</Text>
|
<Text name="Name">Demo</Text>
|
||||||
<Text name="Prefix"></Text>
|
|
||||||
</Folder>
|
|
||||||
<Folder name="Res">
|
|
||||||
<Text name="Output">..\..\UIRes</Text>
|
|
||||||
<Text name="PrecompiledBinary">Binding_Uri.bin</Text>
|
|
||||||
</Folder>
|
</Folder>
|
||||||
</Folder>
|
</Folder>
|
||||||
<Folder name="Data">
|
<Folder name="Data">
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -79,11 +79,6 @@
|
|||||||
<OptimizeReferences>true</OptimizeReferences>
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\..\Lib\GacUI\GacUI.vcxproj">
|
|
||||||
<Project>{8018d622-66ba-4e65-9d03-bdac37ea9a54}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="Main.cpp" />
|
<ClCompile Include="Main.cpp" />
|
||||||
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
||||||
@@ -95,6 +90,11 @@
|
|||||||
<ClInclude Include="UI\Source\Demo.h" />
|
<ClInclude Include="UI\Source\Demo.h" />
|
||||||
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\Lib\GacUILite\GacUILite.vcxproj">
|
||||||
|
<Project>{96c559ca-9718-4bec-a053-28a0ab6a8ca2}</Project>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
|||||||
@@ -2,14 +2,10 @@
|
|||||||
<Resource>
|
<Resource>
|
||||||
<Folder name="GacGenConfig">
|
<Folder name="GacGenConfig">
|
||||||
<Folder name="Cpp">
|
<Folder name="Cpp">
|
||||||
<Text name="Output">Source</Text>
|
<Text name="SourceFolder">Source</Text>
|
||||||
<Text name="Include">GacUIReflection.h</Text>
|
<Text name="Resource">..\..\UIRes\Binding_ViewModel.bin</Text>
|
||||||
|
<Text name="NormalInclude">GacUI.h</Text>
|
||||||
<Text name="Name">Demo</Text>
|
<Text name="Name">Demo</Text>
|
||||||
<Text name="Prefix"></Text>
|
|
||||||
</Folder>
|
|
||||||
<Folder name="Res">
|
|
||||||
<Text name="Output">..\..\UIRes</Text>
|
|
||||||
<Text name="PrecompiledBinary">Binding_ViewModel.bin</Text>
|
|
||||||
</Folder>
|
</Folder>
|
||||||
</Folder>
|
</Folder>
|
||||||
<Folder name="MainWindow">
|
<Folder name="MainWindow">
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -79,11 +79,6 @@
|
|||||||
<OptimizeReferences>true</OptimizeReferences>
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\..\Lib\GacUI\GacUI.vcxproj">
|
|
||||||
<Project>{8018d622-66ba-4e65-9d03-bdac37ea9a54}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Xml Include="UI\Resource.xml" />
|
<Xml Include="UI\Resource.xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
@@ -97,6 +92,11 @@
|
|||||||
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
||||||
<ClCompile Include="UI\Source\MainWindow.cpp" />
|
<ClCompile Include="UI\Source\MainWindow.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\Lib\GacUILite\GacUILite.vcxproj">
|
||||||
|
<Project>{96c559ca-9718-4bec-a053-28a0ab6a8ca2}</Project>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
|||||||
@@ -2,14 +2,10 @@
|
|||||||
<Resource>
|
<Resource>
|
||||||
<Folder name="GacGenConfig">
|
<Folder name="GacGenConfig">
|
||||||
<Folder name="Cpp">
|
<Folder name="Cpp">
|
||||||
<Text name="Output">Source</Text>
|
<Text name="SourceFolder">Source</Text>
|
||||||
<Text name="Include">GacUIReflection.h</Text>
|
<Text name="Resource">..\..\UIRes\Event_Cpp.bin</Text>
|
||||||
|
<Text name="NormalInclude">GacUI.h</Text>
|
||||||
<Text name="Name">Demo</Text>
|
<Text name="Name">Demo</Text>
|
||||||
<Text name="Prefix"></Text>
|
|
||||||
</Folder>
|
|
||||||
<Folder name="Res">
|
|
||||||
<Text name="Output">..\..\UIRes</Text>
|
|
||||||
<Text name="PrecompiledBinary">Event_Cpp.bin</Text>
|
|
||||||
</Folder>
|
</Folder>
|
||||||
</Folder>
|
</Folder>
|
||||||
<Folder name="MainWindow">
|
<Folder name="MainWindow">
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -79,11 +79,6 @@
|
|||||||
<OptimizeReferences>true</OptimizeReferences>
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\..\Lib\GacUI\GacUI.vcxproj">
|
|
||||||
<Project>{8018d622-66ba-4e65-9d03-bdac37ea9a54}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Xml Include="UI\Resource.xml" />
|
<Xml Include="UI\Resource.xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
@@ -95,6 +90,11 @@
|
|||||||
<ClInclude Include="UI\Source\Demo.h" />
|
<ClInclude Include="UI\Source\Demo.h" />
|
||||||
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\Lib\GacUILite\GacUILite.vcxproj">
|
||||||
|
<Project>{96c559ca-9718-4bec-a053-28a0ab6a8ca2}</Project>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
|||||||
@@ -2,14 +2,10 @@
|
|||||||
<Resource>
|
<Resource>
|
||||||
<Folder name="GacGenConfig">
|
<Folder name="GacGenConfig">
|
||||||
<Folder name="Cpp">
|
<Folder name="Cpp">
|
||||||
<Text name="Output">Source</Text>
|
<Text name="SourceFolder">Source</Text>
|
||||||
<Text name="Include">GacUIReflection.h</Text>
|
<Text name="Resource">..\..\UIRes\Event_Script.bin</Text>
|
||||||
|
<Text name="NormalInclude">GacUI.h</Text>
|
||||||
<Text name="Name">Demo</Text>
|
<Text name="Name">Demo</Text>
|
||||||
<Text name="Prefix"></Text>
|
|
||||||
</Folder>
|
|
||||||
<Folder name="Res">
|
|
||||||
<Text name="Output">..\..\UIRes</Text>
|
|
||||||
<Text name="PrecompiledBinary">Event_Script.bin</Text>
|
|
||||||
</Folder>
|
</Folder>
|
||||||
</Folder>
|
</Folder>
|
||||||
<Folder name="MainWindow">
|
<Folder name="MainWindow">
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -79,11 +79,6 @@
|
|||||||
<OptimizeReferences>true</OptimizeReferences>
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\..\Lib\GacUI\GacUI.vcxproj">
|
|
||||||
<Project>{8018d622-66ba-4e65-9d03-bdac37ea9a54}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Xml Include="UI\Resource.xml" />
|
<Xml Include="UI\Resource.xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
@@ -95,6 +90,11 @@
|
|||||||
<ClCompile Include="Main.cpp" />
|
<ClCompile Include="Main.cpp" />
|
||||||
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\Lib\GacUILite\GacUILite.vcxproj">
|
||||||
|
<Project>{96c559ca-9718-4bec-a053-28a0ab6a8ca2}</Project>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
|||||||
@@ -2,14 +2,10 @@
|
|||||||
<Resource>
|
<Resource>
|
||||||
<Folder name="GacGenConfig">
|
<Folder name="GacGenConfig">
|
||||||
<Folder name="Cpp">
|
<Folder name="Cpp">
|
||||||
<Text name="Output">Source</Text>
|
<Text name="SourceFolder">Source</Text>
|
||||||
<Text name="Include">GacUIReflection.h</Text>
|
<Text name="Resource">..\..\UIRes\Event_ViewModel.bin</Text>
|
||||||
|
<Text name="NormalInclude">GacUI.h</Text>
|
||||||
<Text name="Name">Demo</Text>
|
<Text name="Name">Demo</Text>
|
||||||
<Text name="Prefix"></Text>
|
|
||||||
</Folder>
|
|
||||||
<Folder name="Res">
|
|
||||||
<Text name="Output">..\..\UIRes</Text>
|
|
||||||
<Text name="PrecompiledBinary">Event_ViewModel.bin</Text>
|
|
||||||
</Folder>
|
</Folder>
|
||||||
</Folder>
|
</Folder>
|
||||||
<Folder name="MainWindow">
|
<Folder name="MainWindow">
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
# Visual Studio 2013
|
# Visual Studio 14
|
||||||
VisualStudioVersion = 12.0.21005.1
|
VisualStudioVersion = 14.0.25420.1
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Instance_Window", "Instance_Window\Instance_Window.vcxproj", "{D9B60578-F5C6-4176-86D7-A3470B9DB902}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Instance_Window", "Instance_Window\Instance_Window.vcxproj", "{D9B60578-F5C6-4176-86D7-A3470B9DB902}"
|
||||||
EndProject
|
EndProject
|
||||||
@@ -9,8 +9,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{34FA6257-2E1
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GacUILite", "..\Lib\GacUILite\GacUILite.vcxproj", "{96C559CA-9718-4BEC-A053-28A0AB6A8CA2}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GacUILite", "..\Lib\GacUILite\GacUILite.vcxproj", "{96C559CA-9718-4BEC-A053-28A0AB6A8CA2}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GacUI", "..\Lib\GacUI\GacUI.vcxproj", "{8018D622-66BA-4E65-9D03-BDAC37EA9A54}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Instance_MultipleWindows", "Instance_MultipleWindows\Instance_MultipleWindows.vcxproj", "{427E2DA5-28E0-48E2-9170-7E6F15B1D14C}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Instance_MultipleWindows", "Instance_MultipleWindows\Instance_MultipleWindows.vcxproj", "{427E2DA5-28E0-48E2-9170-7E6F15B1D14C}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Instance_Control", "Instance_Control\Instance_Control.vcxproj", "{EB3325DD-1619-4FC2-8311-137D1924AEFA}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Instance_Control", "Instance_Control\Instance_Control.vcxproj", "{EB3325DD-1619-4FC2-8311-137D1924AEFA}"
|
||||||
@@ -51,10 +49,6 @@ Global
|
|||||||
{96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Debug|Win32.Build.0 = Debug|Win32
|
{96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Release|Win32.ActiveCfg = Release|Win32
|
{96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Release|Win32.Build.0 = Release|Win32
|
{96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Release|Win32.Build.0 = Release|Win32
|
||||||
{8018D622-66BA-4E65-9D03-BDAC37EA9A54}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{8018D622-66BA-4E65-9D03-BDAC37EA9A54}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{8018D622-66BA-4E65-9D03-BDAC37EA9A54}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{8018D622-66BA-4E65-9D03-BDAC37EA9A54}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{427E2DA5-28E0-48E2-9170-7E6F15B1D14C}.Debug|Win32.ActiveCfg = Debug|Win32
|
{427E2DA5-28E0-48E2-9170-7E6F15B1D14C}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{427E2DA5-28E0-48E2-9170-7E6F15B1D14C}.Debug|Win32.Build.0 = Debug|Win32
|
{427E2DA5-28E0-48E2-9170-7E6F15B1D14C}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{427E2DA5-28E0-48E2-9170-7E6F15B1D14C}.Release|Win32.ActiveCfg = Release|Win32
|
{427E2DA5-28E0-48E2-9170-7E6F15B1D14C}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
@@ -113,6 +107,5 @@ Global
|
|||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(NestedProjects) = preSolution
|
GlobalSection(NestedProjects) = preSolution
|
||||||
{96C559CA-9718-4BEC-A053-28A0AB6A8CA2} = {34FA6257-2E1C-49A7-B962-1F945F58ACEA}
|
{96C559CA-9718-4BEC-A053-28A0AB6A8CA2} = {34FA6257-2E1C-49A7-B962-1F945F58ACEA}
|
||||||
{8018D622-66BA-4E65-9D03-BDAC37EA9A54} = {34FA6257-2E1C-49A7-B962-1F945F58ACEA}
|
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -79,11 +79,6 @@
|
|||||||
<OptimizeReferences>true</OptimizeReferences>
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\..\Lib\GacUI\GacUI.vcxproj">
|
|
||||||
<Project>{8018d622-66ba-4e65-9d03-bdac37ea9a54}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="Main.cpp" />
|
<ClCompile Include="Main.cpp" />
|
||||||
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
||||||
@@ -95,6 +90,11 @@
|
|||||||
<ClInclude Include="UI\Source\Demo.h" />
|
<ClInclude Include="UI\Source\Demo.h" />
|
||||||
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\Lib\GacUILite\GacUILite.vcxproj">
|
||||||
|
<Project>{96c559ca-9718-4bec-a053-28a0ab6a8ca2}</Project>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
|||||||
@@ -2,14 +2,10 @@
|
|||||||
<Resource>
|
<Resource>
|
||||||
<Folder name="GacGenConfig">
|
<Folder name="GacGenConfig">
|
||||||
<Folder name="Cpp">
|
<Folder name="Cpp">
|
||||||
<Text name="Output">Source</Text>
|
<Text name="SourceFolder">Source</Text>
|
||||||
<Text name="Include">GacUIReflection.h</Text>
|
<Text name="Resource">..\..\UIRes\Instance_Control.bin</Text>
|
||||||
|
<Text name="NormalInclude">GacUI.h</Text>
|
||||||
<Text name="Name">Demo</Text>
|
<Text name="Name">Demo</Text>
|
||||||
<Text name="Prefix"></Text>
|
|
||||||
</Folder>
|
|
||||||
<Folder name="Res">
|
|
||||||
<Text name="Output">..\..\UIRes</Text>
|
|
||||||
<Text name="PrecompiledBinary">Instance_Control.bin</Text>
|
|
||||||
</Folder>
|
</Folder>
|
||||||
</Folder>
|
</Folder>
|
||||||
<Folder name="MainWindow">
|
<Folder name="MainWindow">
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -79,11 +79,6 @@
|
|||||||
<OptimizeReferences>true</OptimizeReferences>
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\..\Lib\GacUI\GacUI.vcxproj">
|
|
||||||
<Project>{8018d622-66ba-4e65-9d03-bdac37ea9a54}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="Main.cpp" />
|
<ClCompile Include="Main.cpp" />
|
||||||
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
||||||
@@ -97,6 +92,11 @@
|
|||||||
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
||||||
<ClInclude Include="UI\Source\MainWindow.h" />
|
<ClInclude Include="UI\Source\MainWindow.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\Lib\GacUILite\GacUILite.vcxproj">
|
||||||
|
<Project>{96c559ca-9718-4bec-a053-28a0ab6a8ca2}</Project>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
|||||||
@@ -2,14 +2,10 @@
|
|||||||
<Resource>
|
<Resource>
|
||||||
<Folder name="GacGenConfig">
|
<Folder name="GacGenConfig">
|
||||||
<Folder name="Cpp">
|
<Folder name="Cpp">
|
||||||
<Text name="Output">Source</Text>
|
<Text name="SourceFolder">Source</Text>
|
||||||
<Text name="Include">GacUIReflection.h</Text>
|
<Text name="Resource">..\..\UIRes\Instance_MultipleWindows.bin</Text>
|
||||||
|
<Text name="NormalInclude">GacUI.h</Text>
|
||||||
<Text name="Name">Demo</Text>
|
<Text name="Name">Demo</Text>
|
||||||
<Text name="Prefix"></Text>
|
|
||||||
</Folder>
|
|
||||||
<Folder name="Res">
|
|
||||||
<Text name="Output">..\..\UIRes</Text>
|
|
||||||
<Text name="PrecompiledBinary">Instance_MultipleWindows.bin</Text>
|
|
||||||
</Folder>
|
</Folder>
|
||||||
</Folder>
|
</Folder>
|
||||||
<Folder name="MainWindow">
|
<Folder name="MainWindow">
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -79,11 +79,6 @@
|
|||||||
<OptimizeReferences>true</OptimizeReferences>
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\..\Lib\GacUI\GacUI.vcxproj">
|
|
||||||
<Project>{8018d622-66ba-4e65-9d03-bdac37ea9a54}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="Main.cpp" />
|
<ClCompile Include="Main.cpp" />
|
||||||
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
||||||
@@ -95,6 +90,11 @@
|
|||||||
<ClInclude Include="UI\Source\Demo.h" />
|
<ClInclude Include="UI\Source\Demo.h" />
|
||||||
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\Lib\GacUILite\GacUILite.vcxproj">
|
||||||
|
<Project>{96c559ca-9718-4bec-a053-28a0ab6a8ca2}</Project>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
|||||||
@@ -2,14 +2,10 @@
|
|||||||
<Resource>
|
<Resource>
|
||||||
<Folder name="GacGenConfig">
|
<Folder name="GacGenConfig">
|
||||||
<Folder name="Cpp">
|
<Folder name="Cpp">
|
||||||
<Text name="Output">Source</Text>
|
<Text name="SourceFolder">Source</Text>
|
||||||
<Text name="Include">GacUIReflection.h</Text>
|
<Text name="Resource">..\..\UIRes\Instance_Window.bin</Text>
|
||||||
|
<Text name="NormalInclude">GacUI.h</Text>
|
||||||
<Text name="Name">Demo</Text>
|
<Text name="Name">Demo</Text>
|
||||||
<Text name="Prefix"></Text>
|
|
||||||
</Folder>
|
|
||||||
<Folder name="Res">
|
|
||||||
<Text name="Output">..\..\UIRes</Text>
|
|
||||||
<Text name="PrecompiledBinary">Instance_Window.bin</Text>
|
|
||||||
</Folder>
|
</Folder>
|
||||||
</Folder>
|
</Folder>
|
||||||
<Folder name="MainWindow">
|
<Folder name="MainWindow">
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -84,11 +84,6 @@
|
|||||||
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
||||||
<ClCompile Include="UI\Source\MainWindow.cpp" />
|
<ClCompile Include="UI\Source\MainWindow.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\..\Lib\GacUI\GacUI.vcxproj">
|
|
||||||
<Project>{8018d622-66ba-4e65-9d03-bdac37ea9a54}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Xml Include="UI\Resource.xml" />
|
<Xml Include="UI\Resource.xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
@@ -97,6 +92,11 @@
|
|||||||
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
||||||
<ClInclude Include="UI\Source\MainWindow.h" />
|
<ClInclude Include="UI\Source\MainWindow.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\Lib\GacUILite\GacUILite.vcxproj">
|
||||||
|
<Project>{96c559ca-9718-4bec-a053-28a0ab6a8ca2}</Project>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
|||||||
@@ -2,14 +2,10 @@
|
|||||||
<Resource>
|
<Resource>
|
||||||
<Folder name="GacGenConfig">
|
<Folder name="GacGenConfig">
|
||||||
<Folder name="Cpp">
|
<Folder name="Cpp">
|
||||||
<Text name="Output">Source</Text>
|
<Text name="SourceFolder">Source</Text>
|
||||||
<Text name="Include">GacUIReflection.h</Text>
|
<Text name="Resource">..\..\UIRes\Member_Field.bin</Text>
|
||||||
|
<Text name="NormalInclude">GacUI.h</Text>
|
||||||
<Text name="Name">Demo</Text>
|
<Text name="Name">Demo</Text>
|
||||||
<Text name="Prefix"></Text>
|
|
||||||
</Folder>
|
|
||||||
<Folder name="Res">
|
|
||||||
<Text name="Output">..\..\UIRes</Text>
|
|
||||||
<Text name="PrecompiledBinary">Member_Field.bin</Text>
|
|
||||||
</Folder>
|
</Folder>
|
||||||
</Folder>
|
</Folder>
|
||||||
<Folder name="MainWindow">
|
<Folder name="MainWindow">
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -83,11 +83,6 @@
|
|||||||
<ClCompile Include="Main.cpp" />
|
<ClCompile Include="Main.cpp" />
|
||||||
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\..\Lib\GacUI\GacUI.vcxproj">
|
|
||||||
<Project>{8018d622-66ba-4e65-9d03-bdac37ea9a54}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Xml Include="UI\Resource.xml" />
|
<Xml Include="UI\Resource.xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
@@ -95,6 +90,11 @@
|
|||||||
<ClInclude Include="UI\Source\Demo.h" />
|
<ClInclude Include="UI\Source\Demo.h" />
|
||||||
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\Lib\GacUILite\GacUILite.vcxproj">
|
||||||
|
<Project>{96c559ca-9718-4bec-a053-28a0ab6a8ca2}</Project>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
|||||||
@@ -2,14 +2,10 @@
|
|||||||
<Resource>
|
<Resource>
|
||||||
<Folder name="GacGenConfig">
|
<Folder name="GacGenConfig">
|
||||||
<Folder name="Cpp">
|
<Folder name="Cpp">
|
||||||
<Text name="Output">Source</Text>
|
<Text name="SourceFolder">Source</Text>
|
||||||
<Text name="Include">GacUIReflection.h</Text>
|
<Text name="Resource">..\..\UIRes\Member_Parameter.bin</Text>
|
||||||
|
<Text name="NormalInclude">GacUI.h</Text>
|
||||||
<Text name="Name">Demo</Text>
|
<Text name="Name">Demo</Text>
|
||||||
<Text name="Prefix"></Text>
|
|
||||||
</Folder>
|
|
||||||
<Folder name="Res">
|
|
||||||
<Text name="Output">..\..\UIRes</Text>
|
|
||||||
<Text name="PrecompiledBinary">Member_Parameter.bin</Text>
|
|
||||||
</Folder>
|
</Folder>
|
||||||
</Folder>
|
</Folder>
|
||||||
<Folder name="MainWindow">
|
<Folder name="MainWindow">
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION</PreprocessorDefinitions>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@@ -83,11 +83,6 @@
|
|||||||
<ClCompile Include="Main.cpp" />
|
<ClCompile Include="Main.cpp" />
|
||||||
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
<ClCompile Include="UI\Source\DemoPartialClasses.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\..\Lib\GacUI\GacUI.vcxproj">
|
|
||||||
<Project>{8018d622-66ba-4e65-9d03-bdac37ea9a54}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Xml Include="UI\Resource.xml" />
|
<Xml Include="UI\Resource.xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
@@ -95,6 +90,11 @@
|
|||||||
<ClInclude Include="UI\Source\Demo.h" />
|
<ClInclude Include="UI\Source\Demo.h" />
|
||||||
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
<ClInclude Include="UI\Source\DemoPartialClasses.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\Lib\GacUILite\GacUILite.vcxproj">
|
||||||
|
<Project>{96c559ca-9718-4bec-a053-28a0ab6a8ca2}</Project>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
|||||||
@@ -2,14 +2,10 @@
|
|||||||
<Resource>
|
<Resource>
|
||||||
<Folder name="GacGenConfig">
|
<Folder name="GacGenConfig">
|
||||||
<Folder name="Cpp">
|
<Folder name="Cpp">
|
||||||
<Text name="Output">Source</Text>
|
<Text name="SourceFolder">Source</Text>
|
||||||
<Text name="Include">GacUIReflection.h</Text>
|
<Text name="Resource">..\..\UIRes\Member_Property.bin</Text>
|
||||||
|
<Text name="NormalInclude">GacUI.h</Text>
|
||||||
<Text name="Name">Demo</Text>
|
<Text name="Name">Demo</Text>
|
||||||
<Text name="Prefix"></Text>
|
|
||||||
</Folder>
|
|
||||||
<Folder name="Res">
|
|
||||||
<Text name="Output">..\..\UIRes</Text>
|
|
||||||
<Text name="PrecompiledBinary">Member_Property.bin</Text>
|
|
||||||
</Folder>
|
</Folder>
|
||||||
</Folder>
|
</Folder>
|
||||||
<Folder name="MainWindow">
|
<Folder name="MainWindow">
|
||||||
|
|||||||
Reference in New Issue
Block a user