prBrowserUpdateList.csproj 822 B

12345678910111213141516171819202122232425
  1. <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
  2. <PropertyGroup>
  3. <AssemblyName>prBrowserUpdateList</AssemblyName>
  4. <GenerateAssemblyInfo>False</GenerateAssemblyInfo>
  5. <OutputType>WinExe</OutputType>
  6. <UseWindowsForms>True</UseWindowsForms>
  7. <TargetFramework>net452</TargetFramework>
  8. <Prefer32Bit>True</Prefer32Bit>
  9. <Platforms>AnyCPU;x64;x86</Platforms>
  10. </PropertyGroup>
  11. <PropertyGroup>
  12. <LangVersion>Preview</LangVersion>
  13. <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  14. </PropertyGroup>
  15. <PropertyGroup>
  16. <RootNamespace />
  17. </PropertyGroup>
  18. <ItemGroup />
  19. <ItemGroup>
  20. <Reference Include="Newtonsoft.Json">
  21. <HintPath>C:\ProgramData\CloudHIS\prBrowser\bin\Newtonsoft.Json.dll</HintPath>
  22. </Reference>
  23. <Reference Include="System.Xml" />
  24. </ItemGroup>
  25. </Project>