Wayne_Pump_Dart.csproj 868 B

12345678910111213141516171819202122232425262728293031
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <None Remove="doc\PumpSim\PumpSim.exe" />
  7. <None Remove="ApiParamsJsonSchemas\PumpGroupHandlerCtorParamsJsonSchemas.json" />
  8. <None Remove="PumpHandler.cs~RFcad359e.TMP" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <Content Include="doc\PumpSim\PumpSim.exe" />
  12. </ItemGroup>
  13. <PropertyGroup>
  14. <DebugType>Full</DebugType>
  15. </PropertyGroup>
  16. <ItemGroup>
  17. <EmbeddedResource Include="ApiParamsJsonSchemas\PumpGroupHandlerCtorParamsJsonSchemas.json" />
  18. </ItemGroup>
  19. <ItemGroup>
  20. <ProjectReference Include="..\..\..\Framework\Edge.Core\Edge.Core.csproj" />
  21. </ItemGroup>
  22. <ItemGroup>
  23. <Compile Update="StateMachineMessageCutter.cs">
  24. <Generator> </Generator>
  25. </Compile>
  26. </ItemGroup>
  27. </Project>