|
30 | 30 | <ProjectGuid>{141C090A-DF76-456E-8B54-1E2C9E5AE75A}</ProjectGuid> |
31 | 31 | <Keyword>Win32Proj</Keyword> |
32 | 32 | <RootNamespace>PythonScriptTests</RootNamespace> |
| 33 | + <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
33 | 34 | </PropertyGroup> |
34 | 35 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
35 | 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
36 | 37 | <ConfigurationType>Application</ConfigurationType> |
37 | 38 | <UseDebugLibraries>true</UseDebugLibraries> |
38 | 39 | <CharacterSet>Unicode</CharacterSet> |
39 | | - <PlatformToolset>v140_xp</PlatformToolset> |
| 40 | + <PlatformToolset>v141</PlatformToolset> |
40 | 41 | </PropertyGroup> |
41 | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
42 | 43 | <ConfigurationType>Application</ConfigurationType> |
43 | 44 | <UseDebugLibraries>true</UseDebugLibraries> |
44 | 45 | <CharacterSet>Unicode</CharacterSet> |
45 | | - <PlatformToolset>v140_xp</PlatformToolset> |
| 46 | + <PlatformToolset>v141</PlatformToolset> |
46 | 47 | </PropertyGroup> |
47 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PythonDebug|Win32'" Label="Configuration"> |
48 | 49 | <ConfigurationType>Application</ConfigurationType> |
49 | 50 | <UseDebugLibraries>true</UseDebugLibraries> |
50 | 51 | <CharacterSet>Unicode</CharacterSet> |
51 | | - <PlatformToolset>v140_xp</PlatformToolset> |
| 52 | + <PlatformToolset>v141</PlatformToolset> |
52 | 53 | </PropertyGroup> |
53 | 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PythonDebug|x64'" Label="Configuration"> |
54 | 55 | <ConfigurationType>Application</ConfigurationType> |
55 | 56 | <UseDebugLibraries>true</UseDebugLibraries> |
56 | 57 | <CharacterSet>Unicode</CharacterSet> |
57 | | - <PlatformToolset>v140_xp</PlatformToolset> |
| 58 | + <PlatformToolset>v141</PlatformToolset> |
58 | 59 | </PropertyGroup> |
59 | 60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
60 | 61 | <ConfigurationType>Application</ConfigurationType> |
61 | 62 | <UseDebugLibraries>false</UseDebugLibraries> |
62 | 63 | <WholeProgramOptimization>true</WholeProgramOptimization> |
63 | 64 | <CharacterSet>Unicode</CharacterSet> |
64 | | - <PlatformToolset>v140_xp</PlatformToolset> |
| 65 | + <PlatformToolset>v141</PlatformToolset> |
65 | 66 | </PropertyGroup> |
66 | 67 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
67 | 68 | <ConfigurationType>Application</ConfigurationType> |
68 | 69 | <UseDebugLibraries>false</UseDebugLibraries> |
69 | 70 | <WholeProgramOptimization>true</WholeProgramOptimization> |
70 | 71 | <CharacterSet>Unicode</CharacterSet> |
71 | | - <PlatformToolset>v140_xp</PlatformToolset> |
| 72 | + <PlatformToolset>v141</PlatformToolset> |
72 | 73 | </PropertyGroup> |
73 | 74 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
74 | 75 | <ImportGroup Label="ExtensionSettings"> |
75 | 76 | </ImportGroup> |
76 | 77 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
77 | 78 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
78 | 79 | <Import Project="..\PythonScript\project\PythonSettings.props" /> |
| 80 | + <Import Project="..\VSProp\PythonScriptCompile.props" /> |
79 | 81 | </ImportGroup> |
80 | 82 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
81 | 83 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
82 | 84 | <Import Project="..\PythonScript\project\PythonSettings.props" /> |
| 85 | + <Import Project="..\VSProp\PythonScriptCompile.props" /> |
83 | 86 | </ImportGroup> |
84 | 87 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PythonDebug|Win32'" Label="PropertySheets"> |
85 | 88 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
86 | 89 | <Import Project="..\PythonScript\project\PythonSettings.props" /> |
| 90 | + <Import Project="..\VSProp\PythonScriptCompile.props" /> |
87 | 91 | </ImportGroup> |
88 | 92 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PythonDebug|x64'" Label="PropertySheets"> |
89 | 93 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
90 | 94 | <Import Project="..\PythonScript\project\PythonSettings.props" /> |
| 95 | + <Import Project="..\VSProp\PythonScriptCompile.props" /> |
91 | 96 | </ImportGroup> |
92 | 97 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
93 | 98 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
94 | 99 | <Import Project="..\PythonScript\project\PythonSettings.props" /> |
| 100 | + <Import Project="..\VSProp\PythonScriptCompile.props" /> |
95 | 101 | </ImportGroup> |
96 | 102 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
97 | 103 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
98 | 104 | <Import Project="..\PythonScript\project\PythonSettings.props" /> |
| 105 | + <Import Project="..\VSProp\PythonScriptCompile.props" /> |
99 | 106 | </ImportGroup> |
100 | 107 | <PropertyGroup Label="UserMacros" /> |
101 | 108 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
143 | 150 | <SubSystem>Console</SubSystem> |
144 | 151 | <GenerateDebugInformation>true</GenerateDebugInformation> |
145 | 152 | <AdditionalDependencies>bin\$(Configuration)\gtest.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
146 | | - <AdditionalLibraryDirectories> |
147 | | - </AdditionalLibraryDirectories> |
148 | 153 | </Link> |
149 | 154 | <PostBuildEvent> |
150 | 155 | <Command>$(TargetDir)$(TargetFileName)</Command> |
|
165 | 170 | <SubSystem>Console</SubSystem> |
166 | 171 | <GenerateDebugInformation>true</GenerateDebugInformation> |
167 | 172 | <AdditionalDependencies>bin64\$(Configuration)\gtest.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
168 | | - <AdditionalLibraryDirectories> |
169 | | - </AdditionalLibraryDirectories> |
170 | 173 | </Link> |
171 | 174 | <PostBuildEvent> |
172 | 175 | <Command>$(TargetDir)$(TargetFileName)</Command> |
|
187 | 190 | <SubSystem>Console</SubSystem> |
188 | 191 | <GenerateDebugInformation>true</GenerateDebugInformation> |
189 | 192 | <AdditionalDependencies>bin\$(Configuration)\gtest.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
190 | | - <AdditionalLibraryDirectories> |
191 | | - </AdditionalLibraryDirectories> |
192 | 193 | </Link> |
193 | 194 | <PostBuildEvent> |
194 | 195 | <Command>$(TargetDir)$(TargetFileName)</Command> |
|
209 | 210 | <SubSystem>Console</SubSystem> |
210 | 211 | <GenerateDebugInformation>true</GenerateDebugInformation> |
211 | 212 | <AdditionalDependencies>bin64\$(Configuration)\gtest.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
212 | | - <AdditionalLibraryDirectories> |
213 | | - </AdditionalLibraryDirectories> |
214 | 213 | </Link> |
215 | 214 | <PostBuildEvent> |
216 | 215 | <Command>$(TargetDir)$(TargetFileName)</Command> |
|
257 | 256 | </Link> |
258 | 257 | </ItemDefinitionGroup> |
259 | 258 | <ItemGroup> |
260 | | - <None Include="packages.config" /> |
| 259 | + <None Include="packages.config"> |
| 260 | + <SubType>Designer</SubType> |
| 261 | + </None> |
261 | 262 | <None Include="ReadMe.txt" /> |
262 | 263 | </ItemGroup> |
263 | 264 | <ItemGroup> |
|
0 commit comments