insert/update image

This commit is contained in:
JenneJ
2015-10-19 14:49:02 +02:00
parent e3a4c59a48
commit 74580a72fa
2 changed files with 35 additions and 7 deletions

View File

@@ -61,6 +61,9 @@
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="Humanizer">
<HintPath>..\packages\Humanizer.1.37.7\lib\portable-win+net40+sl50+wp8+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Humanizer.dll</HintPath>
</Reference>
<Reference Include="NLog">
<HintPath>..\..\3rdparty\NLog.4.1.2\lib\net45\NLog.dll</HintPath>
</Reference>
@@ -90,6 +93,7 @@
<Compile Include="Config.vb" />
<Compile Include="DB.vb" />
<Compile Include="DPMAConnect.vb" />
<Compile Include="Image.vb" />
<Compile Include="Mark.vb" />
<Compile Include="Main.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />