This commit is contained in:
Zihan Chen
2018-07-03 00:29:33 -07:00
parent 4765793198
commit 59720d6e4b
6 changed files with 31 additions and 31 deletions
@@ -98,6 +98,9 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
</Link>
<ProjectReference>
<UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
</ProjectReference>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -111,6 +114,9 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
</Link>
<ProjectReference>
<UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
</ProjectReference>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
@@ -128,6 +134,9 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
</Link>
<ProjectReference>
<UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
</ProjectReference>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
@@ -145,6 +154,9 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
</Link>
<ProjectReference>
<UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
</ProjectReference>
</ItemDefinitionGroup>
<ItemGroup>
<ProjectReference Include="..\..\Lib\GacUILite\GacUILite.vcxproj">
@@ -158,7 +170,6 @@
<ClCompile Include="Main.cpp" />
<ClCompile Include="UI\Source\DocumentEditorRibbon.cpp" />
<ClCompile Include="UI\Source\EditorRibbonPartialClasses.cpp" />
<ClCompile Include="UI\Source\EditorRibbonReflection.cpp" />
</ItemGroup>
<ItemGroup>
<Xml Include="UI\ResourceRibbon.xml" />
@@ -167,7 +178,6 @@
<ClInclude Include="UI\Source\DocumentEditorRibbon.h" />
<ClInclude Include="UI\Source\EditorRibbon.h" />
<ClInclude Include="UI\Source\EditorRibbonPartialClasses.h" />
<ClInclude Include="UI\Source\EditorRibbonReflection.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
@@ -27,9 +27,6 @@
<ClCompile Include="UI\Source\EditorRibbonPartialClasses.cpp">
<Filter>UI</Filter>
</ClCompile>
<ClCompile Include="UI\Source\EditorRibbonReflection.cpp">
<Filter>UI</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Xml Include="UI\ResourceRibbon.xml">
@@ -46,8 +43,5 @@
<ClInclude Include="UI\Source\EditorRibbonPartialClasses.h">
<Filter>UI</Filter>
</ClInclude>
<ClInclude Include="UI\Source\EditorRibbonReflection.h">
<Filter>UI</Filter>
</ClInclude>
</ItemGroup>
</Project>