Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Commit

Permalink
Added Icon to exe and rename
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBrainAFK committed Dec 23, 2018
1 parent 11d5f3a commit af6729a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions XQEMU-GUI/Main.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions XQEMU-GUI/XQEMU-GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup />
<ItemGroup>
<Reference Include="Nini, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\DeveloperInTheFlow.Nini.1.1.0.1\lib\net40\Nini.dll</HintPath>
Expand Down Expand Up @@ -93,5 +97,8 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
2 changes: 1 addition & 1 deletion XQEMU-GUI.sln → xqemui-gui.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XQEMU-GUI", "XQEMU-GUI\XQEMU-GUI.csproj", "{0F649D8A-7F5E-4DCE-912A-D52EF4C353A5}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xqemu-gui", "xqemu-gui\xqemu-gui.csproj", "{0F649D8A-7F5E-4DCE-912A-D52EF4C353A5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit af6729a

Please sign in to comment.