prepare for dist

This commit is contained in:
Vitaliy
2017-01-18 00:02:24 +03:00
parent 2bbf0580f7
commit f0913f9873
5 changed files with 33 additions and 8 deletions

View File

@@ -34,6 +34,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>appleicon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.dll</HintPath>
@@ -202,6 +205,9 @@
<ItemGroup>
<Folder Include="Converters\" />
</ItemGroup>
<ItemGroup>
<Resource Include="appleicon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.