You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
913 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <Import Project="..\Apewer.props" />
  3. <PropertyGroup>
  4. <DefineConstants>WEB;$(DefineConstants);</DefineConstants>
  5. <TargetFrameworks>netcoreapp3.1;net40;net20</TargetFrameworks>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <EmbeddedResource Include="FavIcon.ico" />
  9. <EmbeddedResource Include="WebConfig40.xml" />
  10. <EmbeddedResource Include="WebConfigStd.xml" />
  11. <EmbeddedResource Include="WebConfig461.xml" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\Apewer\Apewer.csproj" />
  15. <FrameworkReference Condition="'$(TargetFramework)' == 'netcoreapp3.1'" Include="Microsoft.AspNetCore.App" />
  16. <Reference Condition="'$(TargetFramework)' == 'net461'" Include="System.Web" />
  17. <Reference Condition="'$(TargetFramework)' == 'net40'" Include="System.Web" />
  18. <Reference Condition="'$(TargetFramework)' == 'net20'" Include="System.Web" />
  19. </ItemGroup>
  20. </Project>