diff --git a/CppVektor.vcxproj b/CppVektor.vcxproj index f885109..b8e0b0a 100644 --- a/CppVektor.vcxproj +++ b/CppVektor.vcxproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> @@ -14,18 +14,19 @@ <ProjectGuid>{AC31E472-A633-428F-AD07-FED964FD5348}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>CppVekktor1</RootNamespace> + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v110</PlatformToolset> + <PlatformToolset>v141</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> - <PlatformToolset>v110</PlatformToolset> + <PlatformToolset>v141</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> @@ -82,7 +83,9 @@ </ItemGroup> <ItemGroup> <ClCompile Include="memtrace.cpp" /> - <ClCompile Include="vektor.cpp" /> + <ClCompile Include="vektor.cpp"> + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> + </ClCompile> <ClCompile Include="vektorMain.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> diff --git a/CppVektor.vcxproj.filters b/CppVektor.vcxproj.filters index 50f9e1c..093f9ad 100644 --- a/CppVektor.vcxproj.filters +++ b/CppVektor.vcxproj.filters @@ -29,10 +29,10 @@ <ClCompile Include="memtrace.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="vektor.cpp"> + <ClCompile Include="vektorMain.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="vektorMain.cpp"> + <ClCompile Include="vektor.cpp"> <Filter>Source Files</Filter> </ClCompile> </ItemGroup> diff --git a/CppVektor.vcxproj.user b/CppVektor.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/CppVektor.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project> \ No newline at end of file