We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4713d51 commit 7aaead4Copy full SHA for 7aaead4
Adventurer/39317639.ico
97.8 KB
Adventurer/Adventurer.csproj
@@ -31,6 +31,9 @@
31
<ErrorReport>prompt</ErrorReport>
32
<WarningLevel>4</WarningLevel>
33
</PropertyGroup>
34
+ <PropertyGroup>
35
+ <ApplicationIcon>39317639.ico</ApplicationIcon>
36
+ </PropertyGroup>
37
<ItemGroup>
38
<Reference Include="System" />
39
<Reference Include="System.Core" />
@@ -54,6 +57,9 @@
54
57
</None>
55
58
<None Include="App.config" />
56
59
</ItemGroup>
60
+ <ItemGroup>
61
+ <Content Include="39317639.ico" />
62
+ </ItemGroup>
63
<Import Project="..\GameEngine\GameEngine.projitems" Label="Shared" />
64
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
65
</Project>
0 commit comments