Innovenergy_trunk/csharp/App/S3Explorer/S3Explorer.csproj

21 lines
539 B
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2023-10-02 13:37:27 +00:00
<Import Project="../InnovEnergy.App.props" />
<PropertyGroup>
2023-10-02 13:37:27 +00:00
<RootNamespace>InnovEnergy.App.S3Explorer</RootNamespace>
</PropertyGroup>
<ItemGroup>
2023-10-02 13:37:27 +00:00
<ProjectReference Include="../../Lib/Time/Time.csproj" />
<ProjectReference Include="../Backend/Backend.csproj" />
<ProjectReference Include="../../Lib/S3Utils/S3Utils.csproj" />
</ItemGroup>
2023-10-02 13:45:58 +00:00
<ItemGroup>
2023-10-26 12:09:38 +00:00
<PackageReference Include="AWSSDK.S3" Version="3.7.205.17" />
2023-10-02 13:45:58 +00:00
</ItemGroup>
</Project>