Added window scaling
This commit is contained in:
@@ -15,6 +15,14 @@
|
||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||
<StartupObject>Desktop.Program</StartupObject>
|
||||
<AssemblyName>Parsons Master System</AssemblyName>
|
||||
<ApplicationIcon>favicon.ico</ApplicationIcon>
|
||||
<Title>Sega Master System EMulator 2026</Title>
|
||||
<Version>0.9</Version>
|
||||
<Authors>Marc Parsons</Authors>
|
||||
<Company>Parsons Limited</Company>
|
||||
<Description>Parsons Master System 2026</Description>
|
||||
<Copyright>Copyright 2026 Marc Parsons</Copyright>
|
||||
<PackageIcon>logo1.bmp</PackageIcon>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
@@ -103,6 +111,10 @@
|
||||
<None Remove="ROMS\zexdoc.sms" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="favicon.ico" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="ROMS\After Burner (UE) [!].sms">
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
@@ -353,6 +365,13 @@
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="..\logo1.bmp">
|
||||
<Pack>True</Pack>
|
||||
<PackagePath>\</PackagePath>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="NAudio" Version="2.3.0" />
|
||||
<PackageReference Include="Vortice.XInput" Version="3.8.3" />
|
||||
|
||||
Reference in New Issue
Block a user