FdcServerHost.csproj 718 B

123456789101112131415161718192021222324
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. </PropertyGroup>
  5. <PropertyGroup>
  6. <DebugType>Full</DebugType>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <None Remove="ApiParamsJsonSchemas\appCtorParamsJsonSchema.json" />
  10. <None Remove="myCtorSchema.json" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <EmbeddedResource Include="ApiParamsJsonSchemas\appCtorParamsJsonSchema.json" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <ProjectReference Include="..\..\..\Framework\Edge.Core\Edge.Core.csproj" />
  17. <ProjectReference Include="..\FDCPOSInterfaceServer\FDCPOSInterfaceServer.csproj" />
  18. </ItemGroup>
  19. <ItemGroup>
  20. <Folder Include="doc\" />
  21. </ItemGroup>
  22. </Project>