|
@@ -0,0 +1,159 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <ItemGroup Label="ProjectConfigurations">
|
|
|
+ <ProjectConfiguration Include="Debug|Win32">
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
+ <Platform>Win32</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Release|Win32">
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
+ <Platform>Win32</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ </ItemGroup>
|
|
|
+ <PropertyGroup Label="Globals">
|
|
|
+ <VCProjectVersion>17.0</VCProjectVersion>
|
|
|
+ <ProjectGuid>{B732C43E-3D58-4663-8B7E-707D7634AF76}</ProjectGuid>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
+ <ImportGroup Label="ExtensionSettings">
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <PropertyGroup Label="UserMacros" />
|
|
|
+ <PropertyGroup>
|
|
|
+ <_ProjectFileVersion>17.0.31902.203</_ProjectFileVersion>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
+ <IntDir>$(Configuration)\</IntDir>
|
|
|
+ <LinkIncremental>true</LinkIncremental>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
+ <IntDir>$(Configuration)\</IntDir>
|
|
|
+ <LinkIncremental>false</LinkIncremental>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <AdditionalIncludeDirectories>$(SOUIPATH)\config;$(SOUIPATH)\components;$(SOUIPATH)\SOUI\include;$(SOUIPATH)\utilities\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>WIN32;_WINDOWS;STRICT;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
+ <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
|
+ <PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
+ <BrowseInformation>true</BrowseInformation>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
+ </ClCompile>
|
|
|
+ <ResourceCompile>
|
|
|
+ <PreprocessorDefinitions>_UNICODE;UNICODE;_DEBUG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <Culture>0x0804</Culture>
|
|
|
+ </ResourceCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalDependencies>utilitiesd.lib;souid.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <AdditionalLibraryDirectories>$(SOUIPATH)\bin;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <AdditionalIncludeDirectories>$(SOUIPATH)\config;$(SOUIPATH)\components;$(SOUIPATH)\SOUI\include;$(SOUIPATH)\utilities\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
+ <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
|
+ <PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ </ClCompile>
|
|
|
+ <ResourceCompile>
|
|
|
+ <Culture>0x0804</Culture>
|
|
|
+ </ResourceCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalDependencies>utilities.lib;soui.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <AdditionalLibraryDirectories>$(SOUIPATH)\bin;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClCompile Include="AutoCompilation.cpp" />
|
|
|
+ <ClCompile Include="CLoginDlg.cpp" />
|
|
|
+ <ClCompile Include="MainDlg.cpp" />
|
|
|
+ <ClCompile Include="stdafx.cpp">
|
|
|
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
|
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
|
+ </ClCompile>
|
|
|
+ <ClCompile Include="trayicon\SShellNofityHwnd2.cpp" />
|
|
|
+ <ClCompile Include="trayicon\SShellNotifyIcon.cpp" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClInclude Include="CLoginDlg.h" />
|
|
|
+ <ClInclude Include="MainDlg.h" />
|
|
|
+ <ClInclude Include="resource.h" />
|
|
|
+ <ClInclude Include="stdafx.h" />
|
|
|
+ <ClInclude Include="trayicon\SShellNofityHwnd2.h" />
|
|
|
+ <ClInclude Include="trayicon\SShellNotifyIcon.h" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ResourceCompile Include="AutoCompilation.rc" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="res\soui_res.rc2" />
|
|
|
+ <CustomBuild Include="uires\uires.idx">
|
|
|
+ <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building SoUI Resource</Message>
|
|
|
+ <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(SOUIPATH)\tools\uiresbuilder.exe" -i "%(FullPath)" -p uires -r .\res\soui_res.rc2 -h .\res\resource.h idtable
|
|
|
+</Command>
|
|
|
+ <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\res\soui_res.rc2;%(Outputs)</Outputs>
|
|
|
+ <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building SoUI Resource</Message>
|
|
|
+ <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(SOUIPATH)\tools\uiresbuilder.exe" -i "%(FullPath)" -p uires -r .\res\soui_res.rc2 -h .\res\resource.h idtable
|
|
|
+xcopy "%25(RootDir)%25(Directory)*.*" "$(TargetDir)uires" /e/y/i
|
|
|
+</Command>
|
|
|
+ <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\res\soui_res.rc2;%(Outputs)</Outputs>
|
|
|
+ </CustomBuild>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Xml Include="uires\Translator\lang_cn.xml" />
|
|
|
+ <Xml Include="uires\Translator\lang_jp.xml" />
|
|
|
+ <Xml Include="uires\uidef\init.xml" />
|
|
|
+ <Xml Include="uires\values\color.xml" />
|
|
|
+ <Xml Include="uires\values\skin.xml" />
|
|
|
+ <Xml Include="uires\values\string.xml" />
|
|
|
+ <Xml Include="uires\xml\dlg_login.xml" />
|
|
|
+ <Xml Include="uires\xml\dlg_main.xml" />
|
|
|
+ <Xml Include="uires\xml\menu_tray.xml" />
|
|
|
+ <Xml Include="uires\xml\page.xml" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Image Include="uires\image\page_icons.png" />
|
|
|
+ <Image Include="uires\image\soui.ico" />
|
|
|
+ <Image Include="uires\image\tab_main.png" />
|
|
|
+ <Image Include="uires\image\traymenu_icons.png" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Text Include="license.txt" />
|
|
|
+ <Text Include="readme.txt" />
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
+ <ImportGroup Label="ExtensionTargets">
|
|
|
+ </ImportGroup>
|
|
|
+</Project>
|