Fix appearance window size

This commit is contained in:
2018-02-01 21:35:42 -05:00
parent c788ce134f
commit 115600209d
5 changed files with 22 additions and 3 deletions

View File

@@ -106,6 +106,11 @@
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<None Include="Resources\gear.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</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.