12345678910111213141516171819202122232425 |
- <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
- <PropertyGroup>
- <AssemblyName>prBrowserUpdateList</AssemblyName>
- <GenerateAssemblyInfo>False</GenerateAssemblyInfo>
- <OutputType>WinExe</OutputType>
- <UseWindowsForms>True</UseWindowsForms>
- <TargetFramework>net452</TargetFramework>
- <Prefer32Bit>True</Prefer32Bit>
- <Platforms>AnyCPU;x64;x86</Platforms>
- </PropertyGroup>
- <PropertyGroup>
- <LangVersion>Preview</LangVersion>
- <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup>
- <RootNamespace />
- </PropertyGroup>
- <ItemGroup />
- <ItemGroup>
- <Reference Include="Newtonsoft.Json">
- <HintPath>C:\ProgramData\CloudHIS\prBrowser\bin\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml" />
- </ItemGroup>
- </Project>
|