Skip to content

Commit 275b0d8

Browse files
committed
Added icon
1 parent 5457895 commit 275b0d8

7 files changed

Lines changed: 7540 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,6 @@ ModelManifest.xml
242242
.paket/paket.exe
243243

244244
# FAKE - F# Make
245-
.fake/
245+
.fake/
246+
/Icon/Thumbs.db
247+
/Icon/Thumbs.db

FreeMove/Form1.Designer.cs

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

FreeMove/Form1.resx

Lines changed: 6173 additions & 0 deletions
Large diffs are not rendered by default.

FreeMove/FreeMove.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,14 @@
3232
<ErrorReport>prompt</ErrorReport>
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
35+
<PropertyGroup />
36+
<PropertyGroup />
3537
<PropertyGroup>
3638
<ApplicationManifest>app.manifest</ApplicationManifest>
3739
</PropertyGroup>
40+
<PropertyGroup>
41+
<ApplicationIcon>icon.ico</ApplicationIcon>
42+
</PropertyGroup>
3843
<ItemGroup>
3944
<Reference Include="System" />
4045
<Reference Include="System.Core" />
@@ -94,6 +99,9 @@
9499
<ItemGroup>
95100
<None Include="App.config" />
96101
</ItemGroup>
102+
<ItemGroup>
103+
<Content Include="icon.ico" />
104+
</ItemGroup>
97105
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
98106
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
99107
Other similar extension points exist, see Microsoft.Common.targets.

FreeMove/icon.ico

361 KB
Binary file not shown.

Icon/Icon.ai

Lines changed: 1354 additions & 0 deletions
Large diffs are not rendered by default.

Icon/icon.png

39.6 KB
Loading

0 commit comments

Comments
 (0)