ATG_Classic_App.csproj 784 B

12345678910111213141516171819202122232425262728
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. <RootNamespace>Application.ATG_Classic_App</RootNamespace>
  5. <AssemblyName>Application.ATG_Classic_App</AssemblyName>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <ProjectReference Include="..\..\Framework\Edge.Core\Edge.Core.csproj" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <Compile Update="ML\product-sales.Designer.cs">
  12. <DesignTime>True</DesignTime>
  13. <AutoGen>True</AutoGen>
  14. <DependentUpon>product-sales.csv</DependentUpon>
  15. </Compile>
  16. </ItemGroup>
  17. <ItemGroup>
  18. <None Update="ML\product-sales.csv">
  19. <Generator>MSDataSetGenerator</Generator>
  20. <LastGenOutput>product-sales.Designer.cs</LastGenOutput>
  21. </None>
  22. </ItemGroup>
  23. </Project>