Skip to content

Commit

Permalink
Fix up csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Aug 28, 2017
1 parent 41a746a commit e752cf8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DiscordChatExporter/DiscordChatExporter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net45</TargetFramework>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
<Company>Tyrrrz</Company>
<Copyright>Copyright (c) 2017 Alexey Golub</Copyright>
</PropertyGroup>

<ItemGroup>
<None Remove="Services\ExportTemplate.html" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="Services\ExportTemplate.html" />
</ItemGroup>
Expand Down

0 comments on commit e752cf8

Please sign in to comment.