12345678910111213141516171819202122232425262728293031 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netcoreapp3.1</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <None Remove="doc\PumpSim\PumpSim.exe" />
- <None Remove="ApiParamsJsonSchemas\PumpGroupHandlerCtorParamsJsonSchemas.json" />
- <None Remove="PumpHandler.cs~RFcad359e.TMP" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="doc\PumpSim\PumpSim.exe" />
- </ItemGroup>
- <PropertyGroup>
- <DebugType>Full</DebugType>
- </PropertyGroup>
- <ItemGroup>
- <EmbeddedResource Include="ApiParamsJsonSchemas\PumpGroupHandlerCtorParamsJsonSchemas.json" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\Framework\Edge.Core\Edge.Core.csproj" />
- </ItemGroup>
- <ItemGroup>
- <Compile Update="StateMachineMessageCutter.cs">
- <Generator> </Generator>
- </Compile>
- </ItemGroup>
- </Project>
|