更改到vs2022

This commit is contained in:
pxzleo 2024-01-08 20:40:29 +08:00
parent a9fcf7d4b3
commit 40e6fe1b9e

View File

@ -1,78 +1,81 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="14.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')" /> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup> <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{06848293-9B17-4068-9B35-44D0ED713CD4}</ProjectGuid> <ProjectGuid>{06848293-9B17-4068-9B35-44D0ED713CD4}</ProjectGuid>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Plane.Windows</RootNamespace> <RootNamespace>Plane.Windows</RootNamespace>
<AssemblyName>Plane.Windows</AssemblyName> <AssemblyName>Plane.Windows</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
</PropertyGroup> <TargetFrameworkProfile />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> </PropertyGroup>
<DebugSymbols>true</DebugSymbols> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType> <DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize> <DebugType>full</DebugType>
<OutputPath>bin\Debug\</OutputPath> <Optimize>false</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants> <OutputPath>bin\Debug\</OutputPath>
<ErrorReport>prompt</ErrorReport> <DefineConstants>DEBUG;TRACE</DefineConstants>
<WarningLevel>4</WarningLevel> <ErrorReport>prompt</ErrorReport>
</PropertyGroup> <WarningLevel>4</WarningLevel>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <Prefer32Bit>false</Prefer32Bit>
<DebugType>pdbonly</DebugType> </PropertyGroup>
<Optimize>true</Optimize> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release\</OutputPath> <DebugType>pdbonly</DebugType>
<DefineConstants>TRACE</DefineConstants> <Optimize>true</Optimize>
<ErrorReport>prompt</ErrorReport> <OutputPath>bin\Release\</OutputPath>
<WarningLevel>4</WarningLevel> <DefineConstants>TRACE</DefineConstants>
</PropertyGroup> <ErrorReport>prompt</ErrorReport>
<ItemGroup> <WarningLevel>4</WarningLevel>
<Reference Include="PresentationCore" /> <Prefer32Bit>false</Prefer32Bit>
<Reference Include="PresentationFramework" /> </PropertyGroup>
<Reference Include="System" /> <ItemGroup>
<Reference Include="System.Core" /> <Reference Include="PresentationCore" />
<Reference Include="System.Xaml" /> <Reference Include="PresentationFramework" />
<Reference Include="System.Xml.Linq" /> <Reference Include="System" />
<Reference Include="System.Data.DataSetExtensions" /> <Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" /> <Reference Include="System.Xaml" />
<Reference Include="System.Data" /> <Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" /> <Reference Include="System.Data.DataSetExtensions" />
<Reference Include="WindowsBase" /> <Reference Include="Microsoft.CSharp" />
</ItemGroup> <Reference Include="System.Data" />
<ItemGroup> <Reference Include="System.Xml" />
<Compile Include="Controls\ProgressButton.cs" /> <Reference Include="WindowsBase" />
<Compile Include="Converters\BooleanToResourceConverter.cs" /> </ItemGroup>
<Compile Include="Converters\BooleanToStringConverter.cs" /> <ItemGroup>
<Compile Include="Converters\BooleanToVisibilityConverter.cs" /> <Compile Include="Controls\ProgressButton.cs" />
<Compile Include="Converters\NullableBooleanConverter.cs" /> <Compile Include="Converters\BooleanToResourceConverter.cs" />
<Compile Include="Converters\BooleanConverter.cs" /> <Compile Include="Converters\BooleanToStringConverter.cs" />
<Compile Include="Converters\InverseBooleanConverter.cs" /> <Compile Include="Converters\BooleanToVisibilityConverter.cs" />
<Compile Include="Converters\NullableBooleanToVisibilityConverter.cs" /> <Compile Include="Converters\NullableBooleanConverter.cs" />
<Compile Include="IniHelper\IniFiles.cs" /> <Compile Include="Converters\BooleanConverter.cs" />
<Compile Include="UpdateChecker.cs" /> <Compile Include="Converters\InverseBooleanConverter.cs" />
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Converters\NullableBooleanToVisibilityConverter.cs" />
</ItemGroup> <Compile Include="IniHelper\IniFiles.cs" />
<ItemGroup> <Compile Include="UpdateChecker.cs" />
<Page Include="Assets\ListBox.xaml"> <Compile Include="Properties\AssemblyInfo.cs" />
<Generator>MSBuild:Compile</Generator> </ItemGroup>
<SubType>Designer</SubType> <ItemGroup>
</Page> <Page Include="Assets\ListBox.xaml">
</ItemGroup> <Generator>MSBuild:Compile</Generator>
<ItemGroup> <SubType>Designer</SubType>
<ProjectReference Include="..\Plane\Plane.csproj"> </Page>
<Project>{6cce2aeb-3b38-4c00-b32d-433a990ae2ad}</Project> </ItemGroup>
<Name>Plane</Name> <ItemGroup>
</ProjectReference> <ProjectReference Include="..\Plane\Plane.csproj">
</ItemGroup> <Project>{6cce2aeb-3b38-4c00-b32d-433a990ae2ad}</Project>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Name>Plane</Name>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. </ProjectReference>
Other similar extension points exist, see Microsoft.Common.targets. </ItemGroup>
<Target Name="BeforeBuild"> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Target> <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
<Target Name="AfterBuild"> Other similar extension points exist, see Microsoft.Common.targets.
</Target> <Target Name="BeforeBuild">
--> </Target>
<Target Name="AfterBuild">
</Target>
-->
</Project> </Project>