summaryrefslogtreecommitdiff
path: root/kurier/kurier.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'kurier/kurier.csproj')
-rw-r--r--kurier/kurier.csproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/kurier/kurier.csproj b/kurier/kurier.csproj
index 30ec64e..cb3dda9 100644
--- a/kurier/kurier.csproj
+++ b/kurier/kurier.csproj
@@ -50,6 +50,12 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="AWSSDK.Core">
+ <HintPath>..\res\AWSSDK.Core.dll</HintPath>
+ </Reference>
+ <Reference Include="AWSSDK.S3">
+ <HintPath>..\res\AWSSDK.S3.dll</HintPath>
+ </Reference>
<Reference Include="MySql.Data, Version=6.9.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\res\MySql.Data.dll</HintPath>
@@ -80,6 +86,7 @@
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="S3.cs" />
<Compile Include="Properties\S3Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>