|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
| 4 | + <ProjectConfiguration Include="Debug|Win32"> |
| 5 | + <Configuration>Debug</Configuration> |
| 6 | + <Platform>Win32</Platform> |
| 7 | + </ProjectConfiguration> |
4 | 8 | <ProjectConfiguration Include="Debug|x64"> |
5 | 9 | <Configuration>Debug</Configuration> |
6 | 10 | <Platform>x64</Platform> |
7 | 11 | </ProjectConfiguration> |
| 12 | + <ProjectConfiguration Include="Release|Win32"> |
| 13 | + <Configuration>Release</Configuration> |
| 14 | + <Platform>Win32</Platform> |
| 15 | + </ProjectConfiguration> |
8 | 16 | <ProjectConfiguration Include="Release|x64"> |
9 | 17 | <Configuration>Release</Configuration> |
10 | 18 | <Platform>x64</Platform> |
|
29 | 37 | <ItemGroup> |
30 | 38 | <Image Include="..\src\back.bmp" /> |
31 | 39 | <Image Include="..\src\forward.bmp" /> |
32 | | - <Image Include="back.bmp" /> |
33 | | - <Image Include="forward.bmp" /> |
34 | 40 | </ItemGroup> |
35 | 41 | <PropertyGroup Label="Globals"> |
36 | 42 | <ProjectGuid>{9D04DBD5-E12E-44E0-A683-6F43F21D533B}</ProjectGuid> |
|
40 | 46 | <ProjectName>BigFiles</ProjectName> |
41 | 47 | </PropertyGroup> |
42 | 48 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
43 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 49 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 50 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 51 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 52 | + <PlatformToolset>v141_xp</PlatformToolset> |
| 53 | + <CharacterSet>Unicode</CharacterSet> |
| 54 | + </PropertyGroup> |
| 55 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 56 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 57 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 58 | + <PlatformToolset>v141_xp</PlatformToolset> |
| 59 | + <CharacterSet>Unicode</CharacterSet> |
| 60 | + </PropertyGroup> |
| 61 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
44 | 62 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
45 | 63 | <UseDebugLibraries>false</UseDebugLibraries> |
46 | | - <PlatformToolset>v141</PlatformToolset> |
| 64 | + <PlatformToolset>v141_xp</PlatformToolset> |
47 | 65 | <WholeProgramOptimization>true</WholeProgramOptimization> |
48 | 66 | <CharacterSet>Unicode</CharacterSet> |
49 | | - <CLRSupport>false</CLRSupport> |
50 | 67 | </PropertyGroup> |
51 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 68 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
52 | 69 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
53 | 70 | <UseDebugLibraries>false</UseDebugLibraries> |
54 | | - <PlatformToolset>v141</PlatformToolset> |
| 71 | + <PlatformToolset>v141_xp</PlatformToolset> |
55 | 72 | <WholeProgramOptimization>true</WholeProgramOptimization> |
56 | 73 | <CharacterSet>Unicode</CharacterSet> |
57 | | - <CLRSupport>false</CLRSupport> |
58 | 74 | </PropertyGroup> |
59 | 75 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
60 | 76 | <ImportGroup Label="ExtensionSettings"> |
61 | 77 | </ImportGroup> |
62 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 78 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
63 | 79 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
64 | 80 | </ImportGroup> |
65 | 81 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
66 | 82 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
67 | 83 | </ImportGroup> |
| 84 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 85 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 86 | + </ImportGroup> |
| 87 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 88 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 89 | + </ImportGroup> |
68 | 90 | <PropertyGroup Label="UserMacros" /> |
69 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
70 | | - <LinkIncremental>false</LinkIncremental> |
71 | | - <OutDir>..\bin64\</OutDir> |
| 91 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 92 | + <LinkIncremental>true</LinkIncremental> |
72 | 93 | </PropertyGroup> |
73 | 94 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 95 | + <LinkIncremental>true</LinkIncremental> |
| 96 | + </PropertyGroup> |
| 97 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 98 | + <LinkIncremental>false</LinkIncremental> |
| 99 | + <OutDir>..\bin\</OutDir> |
| 100 | + </PropertyGroup> |
| 101 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
74 | 102 | <LinkIncremental>false</LinkIncremental> |
75 | 103 | <OutDir>..\bin64\</OutDir> |
76 | 104 | </PropertyGroup> |
77 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 105 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
78 | 106 | <ClCompile> |
| 107 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
79 | 108 | <WarningLevel>Level2</WarningLevel> |
| 109 | + <Optimization>Disabled</Optimization> |
| 110 | + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;NPPPLUGINTEMPLATE_EXPORTS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 111 | + <AdditionalIncludeDirectories> |
| 112 | + </AdditionalIncludeDirectories> |
| 113 | + <TreatWarningAsError>true</TreatWarningAsError> |
| 114 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 115 | + </ClCompile> |
| 116 | + <Link> |
| 117 | + <SubSystem>Windows</SubSystem> |
| 118 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 119 | + <AdditionalDependencies>shlwapi.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 120 | + </Link> |
| 121 | + </ItemDefinitionGroup> |
| 122 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 123 | + <ClCompile> |
80 | 124 | <PrecompiledHeader> |
81 | 125 | </PrecompiledHeader> |
| 126 | + <WarningLevel>Level2</WarningLevel> |
82 | 127 | <Optimization>Disabled</Optimization> |
| 128 | + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;NPPPLUGINTEMPLATE_EXPORTS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 129 | + <TreatWarningAsError>true</TreatWarningAsError> |
| 130 | + <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
| 131 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 132 | + </ClCompile> |
| 133 | + <Link> |
| 134 | + <SubSystem>Windows</SubSystem> |
| 135 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 136 | + <AdditionalDependencies>shlwapi.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 137 | + </Link> |
| 138 | + </ItemDefinitionGroup> |
| 139 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 140 | + <ClCompile> |
| 141 | + <WarningLevel>Level2</WarningLevel> |
| 142 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 143 | + <Optimization>MaxSpeed</Optimization> |
83 | 144 | <FunctionLevelLinking>true</FunctionLevelLinking> |
84 | 145 | <IntrinsicFunctions>true</IntrinsicFunctions> |
85 | 146 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;NPPPLUGINTEMPLATE_EXPORTS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
86 | | - <TreatWarningAsError>false</TreatWarningAsError> |
| 147 | + <AdditionalIncludeDirectories> |
| 148 | + </AdditionalIncludeDirectories> |
| 149 | + <TreatWarningAsError>true</TreatWarningAsError> |
87 | 150 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
88 | | - <DebugInformationFormat>None</DebugInformationFormat> |
89 | 151 | </ClCompile> |
90 | 152 | <Link> |
91 | 153 | <SubSystem>Windows</SubSystem> |
|
99 | 161 | <Command>copy ..\LICENSE ..\bin64\LICENSE</Command> |
100 | 162 | </PostBuildEvent> |
101 | 163 | </ItemDefinitionGroup> |
102 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 164 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
103 | 165 | <ClCompile> |
104 | 166 | <WarningLevel>Level2</WarningLevel> |
105 | 167 | <PrecompiledHeader> |
106 | 168 | </PrecompiledHeader> |
107 | | - <Optimization>Disabled</Optimization> |
| 169 | + <Optimization>MaxSpeed</Optimization> |
108 | 170 | <FunctionLevelLinking>true</FunctionLevelLinking> |
109 | 171 | <IntrinsicFunctions>true</IntrinsicFunctions> |
110 | 172 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;NPPPLUGINTEMPLATE_EXPORTS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
111 | | - <TreatWarningAsError>false</TreatWarningAsError> |
| 173 | + <TreatWarningAsError>true</TreatWarningAsError> |
112 | 174 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
113 | | - <DebugInformationFormat>None</DebugInformationFormat> |
114 | 175 | </ClCompile> |
115 | 176 | <Link> |
116 | 177 | <SubSystem>Windows</SubSystem> |
|
0 commit comments