diff options
Diffstat (limited to 'Projects/Tools/UGEditor/UGEditor.csproj')
-rw-r--r-- | Projects/Tools/UGEditor/UGEditor.csproj | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Projects/Tools/UGEditor/UGEditor.csproj b/Projects/Tools/UGEditor/UGEditor.csproj index bee35ef..f2e4bb3 100644 --- a/Projects/Tools/UGEditor/UGEditor.csproj +++ b/Projects/Tools/UGEditor/UGEditor.csproj @@ -7,16 +7,17 @@ <TieredCompilation>false</TieredCompilation> </PropertyGroup> <PropertyGroup> - <ApplicationIcon>icon.ico</ApplicationIcon> + <ApplicationIcon>Icon.ico</ApplicationIcon> <ApplicationManifest>app.manifest</ApplicationManifest> - <PackageIcon>icon.png</PackageIcon> + <PackageIcon>Icon.png</PackageIcon> + <AssemblyName>UG_Editor</AssemblyName> </PropertyGroup> <ItemGroup> <None Remove="Icon.ico" /> <None Remove="Icon.bmp" /> </ItemGroup> <ItemGroup> - <Content Include="icon.ico" /> + <Content Include="Icon.ico" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="Icon.ico"> |