|
|
@ -3,12 +3,12 @@
|
|
|
|
<PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net45</TargetFramework>
|
|
|
|
<TargetFramework>net45</TargetFramework>
|
|
|
|
|
|
|
|
<AssemblyVersion>1.0.0</AssemblyVersion>
|
|
|
|
|
|
|
|
<FileVersion>$(AssemblyVersion)</FileVersion>
|
|
|
|
|
|
|
|
<Company>Tyrrrz</Company>
|
|
|
|
|
|
|
|
<Copyright>Copyright (c) 2017 Alexey Golub</Copyright>
|
|
|
|
</PropertyGroup>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<None Remove="Services\ExportTemplate.html" />
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Include="Services\ExportTemplate.html" />
|
|
|
|
<EmbeddedResource Include="Services\ExportTemplate.html" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|