sql_pagining.csproj.user 859 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup />
  4. <ItemGroup>
  5. <ApplicationDefinition Update="App.xaml">
  6. <SubType>Designer</SubType>
  7. </ApplicationDefinition>
  8. </ItemGroup>
  9. <ItemGroup>
  10. <Compile Update="Windows\EditProductWindow.xaml.cs">
  11. <SubType>Code</SubType>
  12. </Compile>
  13. <Compile Update="Windows\EnterMinCostForAgentWindow.xaml.cs">
  14. <SubType>Code</SubType>
  15. </Compile>
  16. </ItemGroup>
  17. <ItemGroup>
  18. <Page Update="MainWindow.xaml">
  19. <SubType>Designer</SubType>
  20. </Page>
  21. <Page Update="Windows\EditProductWindow.xaml">
  22. <SubType>Designer</SubType>
  23. </Page>
  24. <Page Update="Windows\EnterMinCostForAgentWindow.xaml">
  25. <SubType>Designer</SubType>
  26. </Page>
  27. </ItemGroup>
  28. </Project>