forked from duilib/duilib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
所有VS项目文件升级至2013版本; 修复因 4cf98f3 改动导致VS无法编译的问题
- Loading branch information
Showing
17 changed files
with
2,125 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,290 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" ToolsVersion="12.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> | ||
<ProjectConfiguration Include="UnicodeDebug|Win32"> | ||
<Configuration>UnicodeDebug</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="UnicodeRelease|Win32"> | ||
<Configuration>UnicodeRelease</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectName>360Safe</ProjectName> | ||
<ProjectGuid>{463FE628-A176-4C58-B005-3924BFD1E4E6}</ProjectGuid> | ||
<RootNamespace>360</RootNamespace> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|Win32'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<PlatformToolset>v120</PlatformToolset> | ||
<UseOfMfc>false</UseOfMfc> | ||
<CharacterSet>Unicode</CharacterSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|Win32'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<PlatformToolset>v120</PlatformToolset> | ||
<UseOfMfc>false</UseOfMfc> | ||
<CharacterSet>Unicode</CharacterSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<PlatformToolset>v120</PlatformToolset> | ||
<UseOfMfc>false</UseOfMfc> | ||
<CharacterSet>MultiByte</CharacterSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<PlatformToolset>v120</PlatformToolset> | ||
<UseOfMfc>false</UseOfMfc> | ||
<CharacterSet>MultiByte</CharacterSet> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
<ImportGroup Label="ExtensionSettings"> | ||
</ImportGroup> | ||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|Win32'" Label="PropertySheets"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> | ||
</ImportGroup> | ||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|Win32'" Label="PropertySheets"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> | ||
</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" /> | ||
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> | ||
</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" /> | ||
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> | ||
</ImportGroup> | ||
<PropertyGroup Label="UserMacros" /> | ||
<PropertyGroup> | ||
<_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<OutDir>$(SolutionDir)\bin\</OutDir> | ||
<IntDir>.\Release\</IntDir> | ||
<LinkIncremental>false</LinkIncremental> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<OutDir>$(SolutionDir)\bin\</OutDir> | ||
<IntDir>.\Debug\</IntDir> | ||
<LinkIncremental>false</LinkIncremental> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|Win32'"> | ||
<OutDir>$(SolutionDir)\bin\</OutDir> | ||
<IntDir>.\Debug_u\</IntDir> | ||
<LinkIncremental>false</LinkIncremental> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|Win32'"> | ||
<OutDir>$(SolutionDir)\bin\</OutDir> | ||
<IntDir>.\Release_u\</IntDir> | ||
<LinkIncremental>false</LinkIncremental> | ||
</PropertyGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<Midl> | ||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<MkTypLibCompatible>true</MkTypLibCompatible> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<TargetEnvironment>Win32</TargetEnvironment> | ||
<TypeLibraryName>.\Release/360Safe.tlb</TypeLibraryName> | ||
<HeaderFileName /> | ||
</Midl> | ||
<ClCompile> | ||
<Optimization>MinSpace</Optimization> | ||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<StringPooling>true</StringPooling> | ||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
<FunctionLevelLinking>true</FunctionLevelLinking> | ||
<PrecompiledHeader>Use</PrecompiledHeader> | ||
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile> | ||
<PrecompiledHeaderOutputFile>.\Release/360Safe.pch</PrecompiledHeaderOutputFile> | ||
<AssemblerListingLocation>.\Release/</AssemblerListingLocation> | ||
<ObjectFileName>.\Release/</ObjectFileName> | ||
<ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName> | ||
<WarningLevel>Level3</WarningLevel> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
</ClCompile> | ||
<ResourceCompile> | ||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<Culture>0x0406</Culture> | ||
</ResourceCompile> | ||
<Link> | ||
<OutputFile>../bin/360Safe.exe</OutputFile> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<ProgramDatabaseFile>.\Release/360Safe.pdb</ProgramDatabaseFile> | ||
<SubSystem>Windows</SubSystem> | ||
<TargetMachine>MachineX86</TargetMachine> | ||
<AdditionalLibraryDirectories>$(SolutionDir)\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
<AdditionalDependencies>duilib.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
</Link> | ||
<Bscmake> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<OutputFile>.\Release/360Safe.bsc</OutputFile> | ||
</Bscmake> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<Midl> | ||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<MkTypLibCompatible>true</MkTypLibCompatible> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<TargetEnvironment>Win32</TargetEnvironment> | ||
<TypeLibraryName>.\Debug/360Safe.tlb</TypeLibraryName> | ||
<HeaderFileName /> | ||
</Midl> | ||
<ClCompile> | ||
<Optimization>Disabled</Optimization> | ||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<MinimalRebuild>true</MinimalRebuild> | ||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | ||
<PrecompiledHeader>Use</PrecompiledHeader> | ||
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile> | ||
<PrecompiledHeaderOutputFile>.\Debug/360Safe.pch</PrecompiledHeaderOutputFile> | ||
<AssemblerListingLocation>.\Debug/</AssemblerListingLocation> | ||
<ObjectFileName>.\Debug/</ObjectFileName> | ||
<ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName> | ||
<BrowseInformation>true</BrowseInformation> | ||
<WarningLevel>Level3</WarningLevel> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
</ClCompile> | ||
<ResourceCompile> | ||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<Culture>0x0406</Culture> | ||
</ResourceCompile> | ||
<Link> | ||
<OutputFile>../bin/360Safe_d.exe</OutputFile> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<ProgramDatabaseFile>.\Debug/360Safe.pdb</ProgramDatabaseFile> | ||
<GenerateMapFile>true</GenerateMapFile> | ||
<MapFileName>.\Debug/360Safe.map</MapFileName> | ||
<SubSystem>Windows</SubSystem> | ||
<TargetMachine>MachineX86</TargetMachine> | ||
<AdditionalDependencies>DuiLib_d.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
<AdditionalLibraryDirectories>$(SolutionDir)\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
</Link> | ||
<Bscmake> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<OutputFile>.\Debug/360Safe.bsc</OutputFile> | ||
</Bscmake> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|Win32'"> | ||
<Midl> | ||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<MkTypLibCompatible>true</MkTypLibCompatible> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<TargetEnvironment>Win32</TargetEnvironment> | ||
<TypeLibraryName>.\Debug/360Safe.tlb</TypeLibraryName> | ||
<HeaderFileName /> | ||
</Midl> | ||
<ClCompile> | ||
<Optimization>Disabled</Optimization> | ||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<MinimalRebuild>true</MinimalRebuild> | ||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | ||
<PrecompiledHeader>Use</PrecompiledHeader> | ||
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile> | ||
<PrecompiledHeaderOutputFile>.\Debug_u/360Safe.pch</PrecompiledHeaderOutputFile> | ||
<AssemblerListingLocation>.\Debug_u/</AssemblerListingLocation> | ||
<ObjectFileName>.\Debug_u/</ObjectFileName> | ||
<ProgramDataBaseFileName>.\Debug_u/</ProgramDataBaseFileName> | ||
<BrowseInformation>true</BrowseInformation> | ||
<WarningLevel>Level3</WarningLevel> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
</ClCompile> | ||
<ResourceCompile> | ||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<Culture>0x0406</Culture> | ||
</ResourceCompile> | ||
<Link> | ||
<OutputFile>../bin/360Safe_ud.exe</OutputFile> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<ProgramDatabaseFile>.\Debug_u/360Safe.pdb</ProgramDatabaseFile> | ||
<GenerateMapFile>true</GenerateMapFile> | ||
<MapFileName>.\Debug_u/360Safe.map</MapFileName> | ||
<SubSystem>Windows</SubSystem> | ||
<TargetMachine>MachineX86</TargetMachine> | ||
<AdditionalLibraryDirectories>$(SolutionDir)\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
<AdditionalDependencies>duilib_ud.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
</Link> | ||
<Bscmake> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<OutputFile>.\Debug/360Safe.bsc</OutputFile> | ||
</Bscmake> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|Win32'"> | ||
<Midl> | ||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<MkTypLibCompatible>true</MkTypLibCompatible> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<TargetEnvironment>Win32</TargetEnvironment> | ||
<TypeLibraryName>.\Release/360Safe.tlb</TypeLibraryName> | ||
<HeaderFileName /> | ||
</Midl> | ||
<ClCompile> | ||
<Optimization>MinSpace</Optimization> | ||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<StringPooling>true</StringPooling> | ||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
<FunctionLevelLinking>true</FunctionLevelLinking> | ||
<PrecompiledHeader>Use</PrecompiledHeader> | ||
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile> | ||
<PrecompiledHeaderOutputFile>.\Release_u/360Safe.pch</PrecompiledHeaderOutputFile> | ||
<AssemblerListingLocation>.\Release_u/</AssemblerListingLocation> | ||
<ObjectFileName>.\Release_u/</ObjectFileName> | ||
<ProgramDataBaseFileName>.\Release_u/</ProgramDataBaseFileName> | ||
<WarningLevel>Level3</WarningLevel> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
</ClCompile> | ||
<ResourceCompile> | ||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<Culture>0x0406</Culture> | ||
</ResourceCompile> | ||
<Link> | ||
<OutputFile>../bin/360Safe_u.exe</OutputFile> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<ProgramDatabaseFile>.\Release_u/360Safe.pdb</ProgramDatabaseFile> | ||
<SubSystem>Windows</SubSystem> | ||
<TargetMachine>MachineX86</TargetMachine> | ||
<AdditionalLibraryDirectories>$(SolutionDir)\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
<AdditionalDependencies>duilib_u.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
</Link> | ||
<Bscmake> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<OutputFile>.\Release/360Safe.bsc</OutputFile> | ||
</Bscmake> | ||
</ItemDefinitionGroup> | ||
<ItemGroup> | ||
<ClCompile Include="360Safe.cpp" /> | ||
<ClCompile Include="StdAfx.cpp"> | ||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> | ||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> | ||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|Win32'">Create</PrecompiledHeader> | ||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|Win32'">Create</PrecompiledHeader> | ||
</ClCompile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="ControlEx.h" /> | ||
<ClInclude Include="StdAfx.h" /> | ||
</ItemGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
<ImportGroup Label="ExtensionTargets"> | ||
</ImportGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<Filter Include="Source Files"> | ||
<UniqueIdentifier>{3baf4255-a652-4943-9a3e-4fbb2b133994}</UniqueIdentifier> | ||
<Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions> | ||
</Filter> | ||
<Filter Include="Header Files"> | ||
<UniqueIdentifier>{856573b8-03fb-4c68-99aa-5e6a7b2621f6}</UniqueIdentifier> | ||
<Extensions>h;hpp;hxx;hm;inl</Extensions> | ||
</Filter> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClCompile Include="360Safe.cpp"> | ||
<Filter>Source Files</Filter> | ||
</ClCompile> | ||
<ClCompile Include="StdAfx.cpp"> | ||
<Filter>Source Files</Filter> | ||
</ClCompile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="ControlEx.h"> | ||
<Filter>Header Files</Filter> | ||
</ClInclude> | ||
<ClInclude Include="StdAfx.h"> | ||
<Filter>Header Files</Filter> | ||
</ClInclude> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.