Skip to content

Commit

Permalink
added .exe icon
Browse files Browse the repository at this point in the history
  • Loading branch information
LennyPenny committed Jun 19, 2016
1 parent c461341 commit aac62b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions csgo-AutoDemo.sln
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csgo-AutoDemo", "csgo-AutoDemo\csgo-AutoDemo.csproj", "{B283B649-BB94-4751-9D7A-23FAA390488E}"
ProjectSection(ProjectDependencies) = postProject
{8E6423A3-05D9-4C6B-81A5-2C02B55DD701} = {8E6423A3-05D9-4C6B-81A5-2C02B55DD701}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SourceCmd", "SourceCmd\SourceCmd.vcxproj", "{8E6423A3-05D9-4C6B-81A5-2C02B55DD701}"
EndProject
Expand All @@ -24,9 +27,11 @@ Global
{B283B649-BB94-4751-9D7A-23FAA390488E}.Release|x86.ActiveCfg = Release|Any CPU
{B283B649-BB94-4751-9D7A-23FAA390488E}.Release|x86.Build.0 = Release|Any CPU
{8E6423A3-05D9-4C6B-81A5-2C02B55DD701}.Debug|Any CPU.ActiveCfg = Debug|Win32
{8E6423A3-05D9-4C6B-81A5-2C02B55DD701}.Debug|Any CPU.Build.0 = Debug|Win32
{8E6423A3-05D9-4C6B-81A5-2C02B55DD701}.Debug|x86.ActiveCfg = Debug|Win32
{8E6423A3-05D9-4C6B-81A5-2C02B55DD701}.Debug|x86.Build.0 = Debug|Win32
{8E6423A3-05D9-4C6B-81A5-2C02B55DD701}.Release|Any CPU.ActiveCfg = Release|Win32
{8E6423A3-05D9-4C6B-81A5-2C02B55DD701}.Release|Any CPU.Build.0 = Release|Win32
{8E6423A3-05D9-4C6B-81A5-2C02B55DD701}.Release|x86.ActiveCfg = Release|Win32
{8E6423A3-05D9-4C6B-81A5-2C02B55DD701}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
Expand Down
7 changes: 7 additions & 0 deletions csgo-AutoDemo/csgo-AutoDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>csgo-AutoDemo.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<StartupObject>csgo_AutoDemo.App</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="CSGSI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\CSGSI.1.1.6\lib\CSGSI.dll</HintPath>
Expand Down

0 comments on commit aac62b7

Please sign in to comment.