Commit 715a9d02 authored by Devansh Kandpal's avatar Devansh Kandpal
Browse files

retarget build to correct windows sdk

parent 62c38bd8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
    <ProjectName>decoder</ProjectName>
    <ProjectGuid>{E3DCBC31-7FC9-D127-E000-529F8460D5FD}</ProjectGuid>
    <RootNamespace>decoder</RootNamespace>
    <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
    <ProjectName>encoder</ProjectName>
    <ProjectGuid>{B3FC9DFC-7268-8660-7C0D-B60BAF02C554}</ProjectGuid>
    <RootNamespace>encoder</RootNamespace>
    <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
    <ProjectName>isar_post_rend</ProjectName>
    <ProjectGuid>{12374ADC-0E5C-4FDD-B903-71D572413831}</ProjectGuid>
    <RootNamespace>isar_post_rend</RootNamespace>
    <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
  <PropertyGroup Label="Globals">
    <ProjectGuid>{63747FE7-94BA-410C-8D7F-EB47555DD994}</ProjectGuid>
    <RootNamespace>common</RootNamespace>
    <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
  <PropertyGroup Label="Globals">
    <ProjectGuid>{39EC200D-7795-4FF8-B214-B24EDA5526AE}</ProjectGuid>
    <RootNamespace>common</RootNamespace>
    <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Loading