aboutsummaryrefslogtreecommitdiff
path: root/iPhotoExtractor.csproj
diff options
context:
space:
mode:
authorGravatar Daniel Smith <rdnlsmith@gmail.com> 2018-08-26 21:22:32 -0400
committerGravatar Daniel Smith <rdnlsmith@gmail.com> 2018-08-26 21:22:32 -0400
commit2ecbe281b0351e630c7730b44c1f4a9c3b3062a5 (patch)
tree4c9ab179dd654230b4f9b29da8437bee9b0fffac /iPhotoExtractor.csproj
Initial commit
Diffstat (limited to 'iPhotoExtractor.csproj')
-rw-r--r--iPhotoExtractor.csproj14
1 files changed, 14 insertions, 0 deletions
diff --git a/iPhotoExtractor.csproj b/iPhotoExtractor.csproj
new file mode 100644
index 0000000..36393db
--- /dev/null
+++ b/iPhotoExtractor.csproj
@@ -0,0 +1,14 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>netcoreapp2.0</TargetFramework>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.Data.Sqlite.Core" Version="2.1.0" />
+ <PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
+ <PackageReference Include="SQLitePCLRaw.bundle_green" Version="1.1.11" />
+ </ItemGroup>
+
+</Project>