-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathCoderr - Backup.Server.SqlServer.csproj
More file actions
43 lines (39 loc) · 1.85 KB
/
Coderr - Backup.Server.SqlServer.csproj
File metadata and controls
43 lines (39 loc) · 1.85 KB
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Coderr.Server.SqlServer</RootNamespace>
<AssemblyName>Coderr.Server.SqlServer</AssemblyName>
<Configurations>Debug;Release;Premise</Configurations>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DnsClient" Version="1.6.0" />
<PackageReference Include="DotNetCqs" Version="2.1.1" />
<PackageReference Include="Griffin.Framework" Version="2.1.1" />
<PackageReference Include="log4net" Version="2.0.14" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Coderr.Server.Api\Coderr.Server.Api.csproj" />
<ProjectReference Include="..\Coderr.Server.App\Coderr.Server.App.csproj" />
<ProjectReference Include="..\Coderr.Server.Domain\Coderr.Server.Domain.csproj" />
<ProjectReference Include="..\Coderr.Server.Infrastructure\Coderr.Server.Infrastructure.csproj" />
<ProjectReference Include="..\Coderr.Server.Abstractions\Coderr.Server.Abstractions.csproj" />
<ProjectReference Include="..\Coderr.Server.ReportAnalyzer.Abstractions\Coderr.Server.ReportAnalyzer.Abstractions.csproj" />
<ProjectReference Include="..\Coderr.Server.ReportAnalyzer\Coderr.Server.ReportAnalyzer.csproj" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Schema\*.sql" />
</ItemGroup>
<ItemGroup>
<None Remove="Schema\Coderr.v31.sql" />
<None Remove="Schema\Coderr.v32.sql" />
<None Remove="Schema\Coderr.v33.sql" />
<None Remove="Schema\Coderr.v34.sql" />
<None Remove="Schema\Coderr.v35.sql" />
<None Remove="Schema\Coderr.v36.sql" />
</ItemGroup>
<ItemGroup>
<Folder Include="Modules\Mine\Incidents\" />
</ItemGroup>
</Project>