Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request #10 from Toyz/master
Browse files Browse the repository at this point in the history
Some minor tweaks to the project fixed icon also
  • Loading branch information
Krutonium authored and Krutonium committed Jul 31, 2015
2 parents b8bfbc8 + 322ea61 commit da75fff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions HelperLibrary/HelperLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down
4 changes: 4 additions & 0 deletions W10 BG Logon Changer/W10 BG Logon Changer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Eula.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="MahApps.Metro">
<HintPath>..\packages\MahApps.Metro.1.1.2.0\lib\net45\MahApps.Metro.dll</HintPath>
Expand Down Expand Up @@ -148,6 +151,7 @@
</ItemGroup>
<ItemGroup>
<None Include="Resources\Authors.txt" />
<Resource Include="Eula.ico" />
<Content Include="Resources\trans.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit da75fff

Please sign in to comment.