Skip to content

Commit

Permalink
Add icon for tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudakov Pavel committed Aug 23, 2018
1 parent 495d6e9 commit ee61b53
Show file tree
Hide file tree
Showing 13 changed files with 9,298 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CBNSTT/CBNSTT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ProjectGuid>{835EE8D5-20CD-4982-B272-E68C5B2C7FFA}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>CBNSTT</RootNamespace>
<AssemblyName>Crash Bandicoot nsame trilogy tool</AssemblyName>
<AssemblyName>Crash Bandicoot n.same trilogy tool</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
Expand All @@ -33,6 +33,9 @@
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -144,5 +147,8 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
2 changes: 2 additions & 0 deletions CBNSTT/MainForm.Designer.cs

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

1,856 changes: 1,856 additions & 0 deletions CBNSTT/MainForm.resx

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions CBNSTT/Packer_Tool_Form.Designer.cs

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

1,856 changes: 1,856 additions & 0 deletions CBNSTT/Packer_Tool_Form.resx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion CBNSTT/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Crash Bandicoot nsame trilogy mod tool")]
[assembly: AssemblyTitle("Crash Bandicoot n.same trilogy mod tool")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
Expand Down
2 changes: 2 additions & 0 deletions CBNSTT/SoundToolForm.Designer.cs

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

1,856 changes: 1,856 additions & 0 deletions CBNSTT/SoundToolForm.resx

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions CBNSTT/TextEditForm.Designer.cs

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

Loading

0 comments on commit ee61b53

Please sign in to comment.