Visual studio .csproj从visual studio 2015升级时未在visual studio 2017中工作

Visual studio .csproj从visual studio 2015升级时未在visual studio 2017中工作,visual-studio,visual-studio-2015,Visual Studio,Visual Studio 2015,我们刚刚从VS 2015升级到VS 2017,并不断得到我们的.csproj不兼容的信息。我搜索了每一个网站,他们一直在说同样的话,但它不起作用 下面是当前导致问题的.csproj。我一定错过了什么。当你找到这只瞎松鼠找不到的坚果时,我将不胜感激。我知道这很简单,但我在这个.csproj中找不到任何东西来改变它,使之与vs2017兼容 <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" Defa

我们刚刚从VS 2015升级到VS 2017,并不断得到我们的.csproj不兼容的信息。我搜索了每一个网站,他们一直在说同样的话,但它不起作用

下面是当前导致问题的.csproj。我一定错过了什么。当你找到这只瞎松鼠找不到的坚果时,我将不胜感激。我知道这很简单,但我在这个.csproj中找不到任何东西来改变它,使之与vs2017兼容

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{7651DBFD-9C63-4A3B-AA1B-E62D70969A01}</ProjectGuid>
    <OutputType>AppContainerExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>EasyCheckIn</RootNamespace>
    <AssemblyName>EasyCheckIn</AssemblyName>
    <DefaultLanguage>en-US</DefaultLanguage>
    <TargetPlatformVersion>8.1</TargetPlatformVersion>
    <MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <PackageCertificateKeyFile>EasyCheckIn_TemporaryKey.pfx</PackageCertificateKeyFile>
    <SccProjectName>SAK</SccProjectName>
    <SccLocalPath>SAK</SccLocalPath>
    <SccAuxPath>SAK</SccAuxPath>
    <SccProvider>SAK</SccProvider>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <PlatformTarget>AnyCPU</PlatformTarget>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <PlatformTarget>AnyCPU</PlatformTarget>
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\ARM\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
    <NoWarn>;2008</NoWarn>
    <DebugType>full</DebugType>
    <PlatformTarget>ARM</PlatformTarget>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <ErrorReport>prompt</ErrorReport>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
    <OutputPath>bin\ARM\Release\</OutputPath>
    <DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
    <Optimize>true</Optimize>
    <NoWarn>;2008</NoWarn>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>ARM</PlatformTarget>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <ErrorReport>prompt</ErrorReport>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\x64\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
    <NoWarn>;2008</NoWarn>
    <DebugType>full</DebugType>
    <PlatformTarget>x64</PlatformTarget>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <ErrorReport>prompt</ErrorReport>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    <OutputPath>bin\x64\Release\</OutputPath>
    <DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
    <Optimize>true</Optimize>
    <NoWarn>;2008</NoWarn>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>x64</PlatformTarget>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <ErrorReport>prompt</ErrorReport>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\x86\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
    <NoWarn>;2008</NoWarn>
    <DebugType>full</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <ErrorReport>prompt</ErrorReport>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    <OutputPath>bin\x86\Release\</OutputPath>
    <DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
    <Optimize>true</Optimize>
    <NoWarn>;2008</NoWarn>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <ErrorReport>prompt</ErrorReport>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="App.xaml.cs">
      <DependentUpon>App.xaml</DependentUpon>
    </Compile>
    <Compile Include="Common\NavigationHelper.cs" />
    <Compile Include="Common\ObservableDictionary.cs" />
    <Compile Include="Common\RelayCommand.cs" />
    <Compile Include="Common\SuspensionManager.cs" />
    <Compile Include="Converter\DateTimeToDateTimeOffset.cs" />
    <Compile Include="Converter\FileNameToImage.cs" />
    <Compile Include="Converter\ImageInfoToStackPanel.cs" />
    <Compile Include="Converter\ImageToExtended.cs" />
    <Compile Include="Converter\IntToStatusButton.cs" />
    <Compile Include="Converter\SelectedValueToAuthText.cs" />
    <Compile Include="CustomerInformation.xaml.cs">
      <DependentUpon>CustomerInformation.xaml</DependentUpon>
    </Compile>
    <Compile Include="Extension\Helper.cs" />
    <Compile Include="Extension\RTMExtendedImage.cs" />
    <Compile Include="Extension\RTMExtendedRepairOrderImageInfo.cs" />
    <Compile Include="GlobalVars.cs" />
    <Compile Include="CheckInHub.xaml.cs">
      <DependentUpon>CheckInHub.xaml</DependentUpon>
    </Compile>
    <Compile Include="HubDataContext.cs" />
    <Compile Include="ImageHandler\EasyImageLayoutHelper.cs" />
    <Compile Include="ImageHandler\ImageHelper.cs" />
    <Compile Include="ImageHandler\RTMDisplayImage.cs" />
    <Compile Include="InputProcessor.cs" />
    <Compile Include="Properties\Annotations.cs" />
    <Compile Include="SigCapture.xaml.cs">
      <DependentUpon>SigCapture.xaml</DependentUpon>
    </Compile>
    <Compile Include="SLXCamera.cs" />
    <Compile Include="MainPage.xaml.cs">
      <DependentUpon>MainPage.xaml</DependentUpon>
    </Compile>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="StartScreen.xaml.cs">
      <DependentUpon>StartScreen.xaml</DependentUpon>
    </Compile>
    <Compile Include="TitleTest.xaml.cs">
      <DependentUpon>TitleTest.xaml</DependentUpon>
    </Compile>
    <Compile Include="UserSettings.cs" />
  </ItemGroup>
  <ItemGroup>
    <AppxManifest Include="Package.appxmanifest">
      <SubType>Designer</SubType>
    </AppxManifest>
    <None Include="EasyCheckIn_TemporaryKey.pfx" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="Assets\Logo.scale-100.png" />
    <Content Include="Assets\priordamage.png" />
    <Content Include="Assets\SmallLogo.scale-100.png" />
    <Content Include="Assets\SplashScreen.scale-100.png" />
    <Content Include="Assets\StoreLogo.scale-100.png" />
    <Content Include="Doc\ChangeLog.txt" />
    <Content Include="ExtLib\RTMobileCore.dll" />
  </ItemGroup>
  <ItemGroup>
    <ApplicationDefinition Include="App.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </ApplicationDefinition>
    <Page Include="CustomerInformation.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="CheckInHub.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="SigCapture.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="SLXCamera.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="MainPage.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="StartScreen.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="TitleTest.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
  </ItemGroup>
  <ItemGroup>
    <Reference Include="RTMobileCore, Version=1.0.0.1, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>ExtLib\RTMobileCore.dll</HintPath>
    </Reference>
    <Reference Include="RTMobileCore.Serialization">
      <HintPath>ExtLib\RTMobileCore.Serialization.dll</HintPath>
    </Reference>
    <Reference Include="XamlSpy.WinRT451, Version=2.6.0.0, Culture=neutral, PublicKeyToken=bc9b0c37bf06c6a9, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\..\..\..\..\..\Program Files (x86)\First Floor Software\XAML Spy\Libraries\WinRT\XamlSpy.WinRT451.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup />
  <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' ">
    <VisualStudioVersion>12.0</VisualStudioVersion>
  </PropertyGroup>
  <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>

调试
任意CPU
{7651DBFD-9C63-4A3B-AA1B-E62D70969A01}
AppContainerExe
性质
随和的
随和的
恩美
8.1
12
512
{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
EasyCheckIn_TemporaryKey.pfx
萨克
萨克
萨克
萨克
任意CPU
真的
满的
假的
bin\Debug\
调试;痕迹;NETFX_核心;WINDOWS应用程序
促使
4.
任意CPU
pdbonly
真的
bin\Release\
痕迹;NETFX_核心;WINDOWS应用程序
促使
4.
真的
bin\ARM\Debug\
调试;痕迹;NETFX_核心;WINDOWS应用程序
;2008
满的
手臂
假的
促使
真的
bin\ARM\Release\
痕迹;NETFX_核心;WINDOWS应用程序
真的
;2008
pdbonly
手臂
假的
促使
真的
真的
bin\x64\Debug\
调试;痕迹;NETFX_核心;WINDOWS应用程序
;2008
满的
x64
假的
促使
真的
bin\x64\Release\
痕迹;NETFX_核心;WINDOWS应用程序
真的
;2008
pdbonly
x64
假的
促使
真的
真的
bin\x86\Debug\
调试;痕迹;NETFX_核心;WINDOWS应用程序
;2008
满的
x86
假的
促使
真的
bin\x86\Release\
痕迹;NETFX_核心;WINDOWS应用程序
真的
;2008
pdbonly
x86
假的
促使
真的
App.xaml
CustomerInformation.xaml
CheckInHub.xaml
SigCapture.xaml
MainPage.xaml
StartScreen.xaml
滴定试验
设计师
MSBuild:编译
设计师
设计师
MSBuild:编译
设计师
MSBuild:编译
设计师
MSBuild:编译
MSBuild:编译
设计师
MSBuild:编译
设计师
设计师
MSBuild:编译
设计师
MSBuild:编译
假的
ExtLib\RTMobileCore.dll
ExtLib\RTMobileCore.Serialization.dll
假的
..\..\..\..\..\..\..\..\..\..\程序文件(x86)\First Floor Software\XAML Spy\Libraries\WinRT\XamlSpy.WinRT451.dll
12

您是否缺少语言或SDK?当我使用默认安装安装VS 2015时,它缺少C/C++支持和几个SDK。VS 2015拒绝打开VS 2013 C++项目,但错误没有提到缺少的特性。这似乎是Windows 8.1项目,所以您可以点击有限的支持,