Skip to content

Commit

Permalink
Merge pull request #34 from madpew/cleanup
Browse files Browse the repository at this point in the history
Cleanup as discussed in #33
  • Loading branch information
Andrew Sampson committed Feb 17, 2014
2 parents 9fcf1f0 + 81dc2dc commit 52c0a9d
Show file tree
Hide file tree
Showing 31 changed files with 576 additions and 6,520 deletions.
48 changes: 21 additions & 27 deletions BorderlessGaming.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,13 @@
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>frame.ico</ApplicationIcon>
<ApplicationIcon>BorderlessGaming.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<StartupObject>
</StartupObject>
<StartupObject>BorderlessGaming.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
Expand All @@ -79,7 +78,6 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Extensions\StringExtensions.cs" />
<Compile Include="Forms\AboutForm.cs">
<SubType>Form</SubType>
</Compile>
Expand All @@ -93,42 +91,29 @@
<DependentUpon>CompactWindow.cs</DependentUpon>
</Compile>
<Compile Include="Favorites.cs" />
<Compile Include="Forms\MainWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\MainWindow.Designer.cs">
<DependentUpon>MainWindow.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Utilities\DynamicMap.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Utilities\ExceptionHandler.cs" />
<Compile Include="Utilities\Settings.cs" />
<Compile Include="Utilities\AutoStart.cs" />
<Compile Include="Utilities\Tools.cs" />
<Compile Include="Utilities\Trace.cs" />
<Compile Include="WindowsApi\Enumerations.cs" />
<Compile Include="WindowsApi\Native.cs" />
<Compile Include="WindowsApi\WindowWrapper.cs" />
<EmbeddedResource Include="Forms\AboutForm.resx">
<DependentUpon>AboutForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\CompactWindow.resx">
<DependentUpon>CompactWindow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\MainWindow.resx">
<DependentUpon>MainWindow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<Generator>PublicResXFileCodeGenerator</Generator>
<SubType>Designer</SubType>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.manifest" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
Expand All @@ -144,9 +129,6 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="frame.ico" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
<Visible>False</Visible>
Expand Down Expand Up @@ -184,6 +166,18 @@
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup>
<None Include="data\add.png" />
</ItemGroup>
<ItemGroup>
<None Include="data\borderless.png" />
</ItemGroup>
<ItemGroup>
<None Include="data\remove.png" />
</ItemGroup>
<ItemGroup>
<Content Include="BorderlessGaming.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file added BorderlessGaming.ico
Binary file not shown.
Binary file added BorderlessGamingTray.ico
Binary file not shown.
169 changes: 0 additions & 169 deletions Extensions/StringExtensions.cs

This file was deleted.

Loading

0 comments on commit 52c0a9d

Please sign in to comment.