2021-05-18 11:13:21 +05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-04-02 17:28:07 +05:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2021-12-28 16:35:31 +05:00
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2021-04-02 17:28:07 +05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2021-05-19 15:21:19 +05:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
2022-01-10 18:12:31 +05:00
|
|
|
|
<NoWarn>1701;1702;IDE0090;IDE0063;IDE0066;IDE0054</NoWarn>
|
2021-05-19 15:21:19 +05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2021-10-09 20:16:22 +05:00
|
|
|
|
<ItemGroup>
|
2022-03-17 16:56:13 +05:00
|
|
|
|
<None Remove="Services\WellOperationService\ScheduleReportTemplate.xlsx" />
|
2021-10-11 15:28:21 +05:00
|
|
|
|
<None Remove="Services\WellOperationService\WellOperationImportTemplate.xlsx" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-03-17 16:56:13 +05:00
|
|
|
|
<EmbeddedResource Include="Services\WellOperationService\ScheduleReportTemplate.xlsx" />
|
2021-10-11 15:28:21 +05:00
|
|
|
|
<EmbeddedResource Include="Services\WellOperationService\WellOperationImportTemplate.xlsx" />
|
2021-10-09 20:16:22 +05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2021-04-02 17:28:07 +05:00
|
|
|
|
<ItemGroup>
|
2021-09-23 11:37:57 +05:00
|
|
|
|
<PackageReference Include="ClosedXML" Version="0.95.4" />
|
2021-12-27 17:35:49 +05:00
|
|
|
|
<PackageReference Include="FluentValidation.AspNetCore" Version="10.3.6" />
|
2021-10-27 17:00:27 +05:00
|
|
|
|
<PackageReference Include="Google.Apis.Drive.v3" Version="1.55.0.2481" />
|
2021-11-09 17:19:29 +05:00
|
|
|
|
<PackageReference Include="itext7" Version="7.2.0" />
|
2021-07-28 09:46:58 +05:00
|
|
|
|
<PackageReference Include="Mapster" Version="7.2.0" />
|
2021-11-09 17:19:29 +05:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0" />
|
2021-12-28 16:35:31 +05:00
|
|
|
|
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.15.0" />
|
|
|
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.15.0" />
|
2021-04-02 17:28:07 +05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-01-14 17:59:22 +05:00
|
|
|
|
<ProjectReference Include="..\..\..\SAUB\AsbSaubReport\AsbSaubReportLas\AsbSaubReportLas.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\SAUB\AsbSaubReport\AsbSaubReportPdf\AsbSaubReportPdf.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\SAUB\AsbSaubReport\AsbSaubReport\AsbSaubReport.csproj" />
|
2021-04-02 17:28:07 +05:00
|
|
|
|
<ProjectReference Include="..\AsbCloudApp\AsbCloudApp.csproj" />
|
|
|
|
|
<ProjectReference Include="..\AsbCloudDb\AsbCloudDb.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2021-05-18 12:33:23 +05:00
|
|
|
|
<ItemGroup>
|
2021-07-23 14:55:31 +05:00
|
|
|
|
<Folder Include="CommonLibs\" />
|
2021-05-18 12:33:23 +05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2021-04-02 17:28:07 +05:00
|
|
|
|
</Project>
|