Widow

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ HEAD  →  ?path2? @ 1
/trunk/Widow/Widow.csproj
@@ -39,20 +39,8 @@
<ApplicationIcon>favicon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="AutoUpdater.NET, Version=1.6.4.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL">
<HintPath>..\packages\Autoupdater.NET.Official.1.6.4\lib\net45\AutoUpdater.NET.dll</HintPath>
</Reference>
<Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Threading.Tasks.Dataflow, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Dataflow.5.0.0\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
</Reference>
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
@@ -64,36 +52,16 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AboutForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AboutForm.Designer.cs">
<DependentUpon>AboutForm.cs</DependentUpon>
</Compile>
<Compile Include="DrawOverlayForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="DrawOverlayForm.Designer.cs">
<DependentUpon>DrawOverlayForm.cs</DependentUpon>
</Compile>
<Compile Include="LogForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="LogForm.Designer.cs">
<DependentUpon>LogForm.cs</DependentUpon>
</Compile>
<Compile Include="WindowDrawnEventArgs.cs" />
<Compile Include="WindowManipulatedEventArgs.cs" />
<Compile Include="WindowManipulation.cs" />
<Compile Include="Apply.cs" />
<Compile Include="Constants.cs" />
<Compile Include="DesktopWindow.cs" />
<Compile Include="Helpers.cs" />
<Compile Include="Natives.cs" />
<Compile Include="MainForm.cs">
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="RuleEditForm.cs">
<SubType>Form</SubType>
@@ -111,19 +79,9 @@
<Compile Include="Utilities.cs" />
<Compile Include="WindowCreatedEventArgs.cs" />
<Compile Include="WindowDestroyedEventArgs.cs" />
<Compile Include="WindowModification.cs" />
<EmbeddedResource Include="AboutForm.resx">
<DependentUpon>AboutForm.cs</DependentUpon>
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="DrawOverlayForm.resx">
<DependentUpon>DrawOverlayForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="LogForm.resx">
<DependentUpon>LogForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="RuleEditForm.resx">
<DependentUpon>RuleEditForm.cs</DependentUpon>
</EmbeddedResource>
@@ -137,9 +95,8 @@
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="app.manifest" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>PublicSettingsSingleFileGenerator</Generator>
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
@@ -161,16 +118,12 @@
<Content Include="favicon.ico" />
<Content Include="img\about.png" />
<Content Include="img\apply.png" />
<Content Include="img\button.png" />
<Content Include="img\exit.png" />
<Content Include="img\favicon.ico" />
<Content Include="img\new.png" />
<Content Include="img\notepad.png" />
<Content Include="img\settings.png" />
<Content Include="img\solution.png" />
<Content Include="img\spider.png" />
<Content Include="img\timer.png" />
<Content Include="img\wood.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>