HTEXTeachLib.csproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{C72E7214-8BD8-4F06-8F80-B7A49DC58416}</ProjectGuid>
  8. <OutputType>library</OutputType>
  9. <RootNamespace>HTEXTeachLib</RootNamespace>
  10. <AssemblyName>HTEXTeachLib</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <Deterministic>true</Deterministic>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="Microsoft.Web.WebView2.Core, Version=1.0.2277.86, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
  38. <HintPath>F:\NuGet\packages\Microsoft.Web.WebView2.1.0.2277.86\lib\net45\Microsoft.Web.WebView2.Core.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Microsoft.Web.WebView2.WinForms, Version=1.0.2277.86, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
  41. <HintPath>F:\NuGet\packages\Microsoft.Web.WebView2.1.0.2277.86\lib\net45\Microsoft.Web.WebView2.WinForms.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Microsoft.Web.WebView2.Wpf, Version=1.0.2277.86, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
  44. <HintPath>F:\NuGet\packages\Microsoft.Web.WebView2.1.0.2277.86\lib\net45\Microsoft.Web.WebView2.Wpf.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Drawing" />
  49. <Reference Include="System.Windows.Forms" />
  50. <Reference Include="System.Xml" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="System.Net.Http" />
  56. <Reference Include="System.Xaml">
  57. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  58. </Reference>
  59. <Reference Include="WindowsBase" />
  60. <Reference Include="PresentationCore" />
  61. <Reference Include="PresentationFramework" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="Controls\logo.xaml.cs">
  65. <DependentUpon>logo.xaml</DependentUpon>
  66. </Compile>
  67. <Compile Include="MainWindow.xaml.cs">
  68. <DependentUpon>MainWindow.xaml</DependentUpon>
  69. </Compile>
  70. <Compile Include="Properties\AssemblyInfo.cs">
  71. <SubType>Code</SubType>
  72. </Compile>
  73. <Compile Include="Properties\Resources.Designer.cs">
  74. <AutoGen>True</AutoGen>
  75. <DesignTime>True</DesignTime>
  76. <DependentUpon>Resources.resx</DependentUpon>
  77. </Compile>
  78. <Compile Include="Properties\Settings.Designer.cs">
  79. <AutoGen>True</AutoGen>
  80. <DependentUpon>Settings.settings</DependentUpon>
  81. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  82. </Compile>
  83. <Compile Include="TopToolBar.xaml.cs">
  84. <DependentUpon>TopToolBar.xaml</DependentUpon>
  85. </Compile>
  86. <EmbeddedResource Include="Properties\Resources.resx">
  87. <Generator>ResXFileCodeGenerator</Generator>
  88. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  89. </EmbeddedResource>
  90. <None Include="packages.config" />
  91. <None Include="Properties\Settings.settings">
  92. <Generator>SettingsSingleFileGenerator</Generator>
  93. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  94. </None>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Page Include="Controls\logo.xaml">
  98. <Generator>MSBuild:Compile</Generator>
  99. <SubType>Designer</SubType>
  100. </Page>
  101. <Page Include="MainWindow.xaml">
  102. <SubType>Designer</SubType>
  103. <Generator>MSBuild:Compile</Generator>
  104. </Page>
  105. <Page Include="TopToolBar.xaml">
  106. <SubType>Designer</SubType>
  107. <Generator>MSBuild:Compile</Generator>
  108. </Page>
  109. </ItemGroup>
  110. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  111. <Import Project="F:\NuGet\packages\Microsoft.Web.WebView2.1.0.2277.86\build\Microsoft.Web.WebView2.targets" Condition="Exists('F:\NuGet\packages\Microsoft.Web.WebView2.1.0.2277.86\build\Microsoft.Web.WebView2.targets')" />
  112. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  113. <PropertyGroup>
  114. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  115. </PropertyGroup>
  116. <Error Condition="!Exists('F:\NuGet\packages\Microsoft.Web.WebView2.1.0.2277.86\build\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', 'F:\NuGet\packages\Microsoft.Web.WebView2.1.0.2277.86\build\Microsoft.Web.WebView2.targets'))" />
  117. </Target>
  118. </Project>