2021-04-02 17:28:07 +05:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2021-10-08 11:30:57 +05:00
|
|
|
<StartupObject>ConsoleApp1.Program</StartupObject>
|
2021-04-02 17:28:07 +05:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-09-29 10:12:54 +05:00
|
|
|
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
|
2021-07-28 09:47:13 +05:00
|
|
|
<PackageReference Include="Mapster" Version="7.2.0" />
|
2021-04-30 17:35:35 +05:00
|
|
|
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
|
|
|
|
<PackageReference Include="System.Net.Http" Version="4.3.4" />
|
2021-04-02 17:28:07 +05:00
|
|
|
</ItemGroup>
|
|
|
|
|
2021-07-28 09:47:13 +05:00
|
|
|
|
2021-04-02 17:28:07 +05:00
|
|
|
<ItemGroup>
|
2021-07-28 09:47:13 +05:00
|
|
|
<WCFMetadata Include="Connected Services" />
|
2021-04-02 17:28:07 +05:00
|
|
|
</ItemGroup>
|
|
|
|
|
2021-07-23 14:55:31 +05:00
|
|
|
|
2021-04-30 17:35:35 +05:00
|
|
|
<ItemGroup>
|
2021-07-28 09:47:13 +05:00
|
|
|
<Folder Include="Connected Services\" />
|
2021-04-30 17:35:35 +05:00
|
|
|
</ItemGroup>
|
|
|
|
|
2021-08-28 20:00:04 +05:00
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\AsbCloudApp\AsbCloudApp.csproj" />
|
|
|
|
<ProjectReference Include="..\AsbCloudDb\AsbCloudDb.csproj" />
|
|
|
|
<ProjectReference Include="..\AsbCloudInfrastructure\AsbCloudInfrastructure.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2021-04-02 17:28:07 +05:00
|
|
|
</Project>
|