kingno
2025-03-31 f5bd202c943df54f160d3ae2dd44e8ef150a8b7a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
    <AssemblyVersion>1.0.31208.0</AssemblyVersion>
    <FileVersion>1.0.31208.0</FileVersion>
  </PropertyGroup>
 
  <ItemGroup>
    <None Include="..\..\.editorconfig" Link=".editorconfig" />
  </ItemGroup>
 
  <ItemGroup>
    <PackageReference Include="System.Drawing.Common" Version="6.0.0" />
    <PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.3" />
    <PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.1" />
    <PackageReference Include="System.ServiceModel.Federation" Version="4.8.1" />
    <PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
  </ItemGroup>
 
  <ItemGroup>
    <Reference Include="Bro.Common.Model">
      <HintPath>..\..\libs\PFW\Bro.Common.Model.dll</HintPath>
    </Reference>
    <Reference Include="Bro.DataBase.Model">
      <HintPath>..\..\libs\PFW\Bro.DataBase.Model.dll</HintPath>
    </Reference>
    <Reference Include="Bro.Process.DataBase">
      <HintPath>..\..\libs\PFW\Bro.Process.DataBase.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.EntityFrameworkCore">
      <HintPath>..\..\libs\Nuget\Microsoft.EntityFrameworkCore.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.EntityFrameworkCore.SqlServer">
      <HintPath>..\..\libs\Nuget\Microsoft.EntityFrameworkCore.SqlServer.dll</HintPath>
    </Reference>
    <Reference Include="Newtonsoft.Json">
      <HintPath>..\..\libs\Nuget\Newtonsoft.Json.dll</HintPath>
    </Reference>
  </ItemGroup>
 
</Project>