Skip to content

Commit

Permalink
Manually merging Codeusa#91 from psouza4
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeusa committed Jan 8, 2015
1 parent f72fdae commit 854346a
Show file tree
Hide file tree
Showing 43 changed files with 3,844 additions and 7,898 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,5 @@ Generated_Code #added for RIA/Silverlight projects
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
Installer/BorderlessGaming_7.2__setup.exe

Installer/*setup.exe
24 changes: 0 additions & 24 deletions App.config

This file was deleted.

45 changes: 20 additions & 25 deletions BorderlessGaming.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@
<StartupObject>BorderlessGaming.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>..\External Libraries\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -84,13 +85,13 @@
<Compile Include="Forms\AboutForm.Designer.cs">
<DependentUpon>AboutForm.cs</DependentUpon>
</Compile>
<Compile Include="Forms\CompactWindow.cs">
<Compile Include="Forms\MainWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\CompactWindow.Designer.cs">
<DependentUpon>CompactWindow.cs</DependentUpon>
<Compile Include="Forms\MainWindow.Designer.cs">
<DependentUpon>MainWindow.cs</DependentUpon>
</Compile>
<Compile Include="Favorites.cs" />
<Compile Include="Common\Favorites.cs" />
<Compile Include="Forms\DesktopAreaSelector.cs">
<SubType>Form</SubType>
</Compile>
Expand All @@ -103,31 +104,36 @@
<Compile Include="Forms\InputText.designer.cs">
<DependentUpon>InputText.cs</DependentUpon>
</Compile>
<Compile Include="ProcessDetails.cs" />
<Compile Include="Common\HiddenProcesses.cs" />
<Compile Include="Common\ProcessDetails.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Utilities\AppEnvironment.cs" />
<Compile Include="Utilities\ExceptionHandler.cs" />
<Compile Include="Utilities\AutoStart.cs" />
<Compile Include="Utilities\Tools.cs" />
<Compile Include="WindowsApi\Enumerations.cs" />
<Compile Include="WindowsApi\Native.cs" />
<Compile Include="WindowsAPI\Enumerations.cs" />
<Compile Include="WindowsAPI\Manipulation.cs" />
<Compile Include="WindowsAPI\Native.cs" />
<EmbeddedResource Include="Forms\AboutForm.de.resx">
<DependentUpon>AboutForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AboutForm.resx">
<DependentUpon>AboutForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\CompactWindow.de.resx">
<DependentUpon>CompactWindow.cs</DependentUpon>
<EmbeddedResource Include="Forms\MainWindow.de.resx">
<DependentUpon>MainWindow.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\CompactWindow.resx">
<DependentUpon>CompactWindow.cs</DependentUpon>
<EmbeddedResource Include="Forms\MainWindow.resx">
<DependentUpon>MainWindow.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\DesktopAreaSelector.resx">
<DependentUpon>DesktopAreaSelector.cs</DependentUpon>
Expand All @@ -142,19 +148,8 @@
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.de.resx" />
<None Include="app.manifest" />
<None Include="data\blank.cur" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
Expand Down
Loading

0 comments on commit 854346a

Please sign in to comment.