|
|
|
@ -50,6 +50,9 @@
|
|
|
|
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="KsatLogging">
|
|
|
|
|
<HintPath>..\vendor\KsatLogging.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
@ -80,12 +83,15 @@
|
|
|
|
|
<Compile Include="Model\HttpModel.cs" />
|
|
|
|
|
<Compile Include="Model\ObjectModel.cs" />
|
|
|
|
|
<Compile Include="Model\DataModel.cs" />
|
|
|
|
|
<Compile Include="Model\Uploader\S3Uploader.cs" />
|
|
|
|
|
<Compile Include="Model\Uploader\S3UploadRequest.cs" />
|
|
|
|
|
<Compile Include="Storage\CreateBucket.cs" />
|
|
|
|
|
<Compile Include="Storage\ListObjects.cs" />
|
|
|
|
|
<Compile Include="Run.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Storage\UploadDirMPUHighLevelAPI.cs" />
|
|
|
|
|
<Compile Include="Storage\UploadFileMPUHighLevelAPI.cs" />
|
|
|
|
|
<Compile Include="Model\Uploader\S3UploadOperator.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="App.config" />
|
|
|
|
|