Widow – Diff between revs 18 and 21

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 18 Rev 21
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> 3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 <PropertyGroup> 4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{CCA890AA-3739-4425-9993-D4109606A7F5}</ProjectGuid> 7 <ProjectGuid>{CCA890AA-3739-4425-9993-D4109606A7F5}</ProjectGuid>
8 <OutputType>WinExe</OutputType> 8 <OutputType>WinExe</OutputType>
9 <RootNamespace>Widow</RootNamespace> 9 <RootNamespace>Widow</RootNamespace>
10 <AssemblyName>Widow</AssemblyName> 10 <AssemblyName>Widow</AssemblyName>
11 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> 11 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12 <FileAlignment>512</FileAlignment> 12 <FileAlignment>512</FileAlignment>
13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> 13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14 <Deterministic>true</Deterministic> 14 <Deterministic>true</Deterministic>
15 </PropertyGroup> 15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <PlatformTarget>AnyCPU</PlatformTarget> 17 <PlatformTarget>AnyCPU</PlatformTarget>
18 <DebugSymbols>true</DebugSymbols> 18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType> 19 <DebugType>full</DebugType>
20 <Optimize>false</Optimize> 20 <Optimize>false</Optimize>
21 <OutputPath>bin\Debug\</OutputPath> 21 <OutputPath>bin\Debug\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport> 23 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel> 24 <WarningLevel>4</WarningLevel>
25 </PropertyGroup> 25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <PlatformTarget>AnyCPU</PlatformTarget> 27 <PlatformTarget>AnyCPU</PlatformTarget>
28 <DebugType>pdbonly</DebugType> 28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize> 29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release\</OutputPath> 30 <OutputPath>bin\Release\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants> 31 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport> 32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel> 33 <WarningLevel>4</WarningLevel>
34 </PropertyGroup> 34 </PropertyGroup>
35 <PropertyGroup> 35 <PropertyGroup>
36 <ApplicationManifest>app.manifest</ApplicationManifest> 36 <ApplicationManifest>app.manifest</ApplicationManifest>
37 </PropertyGroup> 37 </PropertyGroup>
38 <PropertyGroup> 38 <PropertyGroup>
39 <ApplicationIcon>favicon.ico</ApplicationIcon> 39 <ApplicationIcon>favicon.ico</ApplicationIcon>
40 </PropertyGroup> 40 </PropertyGroup>
41 <ItemGroup> 41 <ItemGroup>
42 <Reference Include="AutoUpdater.NET, Version=1.6.4.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL"> 42 <Reference Include="AutoUpdater.NET, Version=1.6.4.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL">
43 <HintPath>..\packages\Autoupdater.NET.Official.1.6.4\lib\net45\AutoUpdater.NET.dll</HintPath> 43 <HintPath>..\packages\Autoupdater.NET.Official.1.6.4\lib\net45\AutoUpdater.NET.dll</HintPath>
44 </Reference> 44 </Reference>
45 <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL"> 45 <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL">
46 <HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath> 46 <HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath>
47 </Reference> 47 </Reference>
48 <Reference Include="System" /> 48 <Reference Include="System" />
49 <Reference Include="System.Core" /> 49 <Reference Include="System.Core" />
50 <Reference Include="System.Runtime.Serialization" /> 50 <Reference Include="System.Runtime.Serialization" />
51 <Reference Include="System.Threading.Tasks.Dataflow, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 51 <Reference Include="System.Threading.Tasks.Dataflow, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
52 <HintPath>..\packages\System.Threading.Tasks.Dataflow.5.0.0\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath> 52 <HintPath>..\packages\System.Threading.Tasks.Dataflow.5.0.0\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
53 </Reference> 53 </Reference>
54 <Reference Include="System.Xaml" /> 54 <Reference Include="System.Xaml" />
55 <Reference Include="System.Xml.Linq" /> 55 <Reference Include="System.Xml.Linq" />
56 <Reference Include="System.Data.DataSetExtensions" /> 56 <Reference Include="System.Data.DataSetExtensions" />
57 <Reference Include="Microsoft.CSharp" /> 57 <Reference Include="Microsoft.CSharp" />
58 <Reference Include="System.Data" /> 58 <Reference Include="System.Data" />
59 <Reference Include="System.Deployment" /> 59 <Reference Include="System.Deployment" />
60 <Reference Include="System.Drawing" /> 60 <Reference Include="System.Drawing" />
61 <Reference Include="System.Net.Http" /> 61 <Reference Include="System.Net.Http" />
62 <Reference Include="System.Windows.Forms" /> 62 <Reference Include="System.Windows.Forms" />
63 <Reference Include="System.Xml" /> 63 <Reference Include="System.Xml" />
64 </ItemGroup> 64 </ItemGroup>
65 <ItemGroup> 65 <ItemGroup>
66 <Compile Include="AboutForm.cs"> 66 <Compile Include="AboutForm.cs">
67 <SubType>Form</SubType> 67 <SubType>Form</SubType>
68 </Compile> 68 </Compile>
69 <Compile Include="AboutForm.Designer.cs"> 69 <Compile Include="AboutForm.Designer.cs">
70 <DependentUpon>AboutForm.cs</DependentUpon> 70 <DependentUpon>AboutForm.cs</DependentUpon>
71 </Compile> 71 </Compile>
72 <Compile Include="DrawOverlayForm.cs"> 72 <Compile Include="DrawOverlayForm.cs">
73 <SubType>Form</SubType> 73 <SubType>Form</SubType>
74 </Compile> 74 </Compile>
75 <Compile Include="DrawOverlayForm.Designer.cs"> 75 <Compile Include="DrawOverlayForm.Designer.cs">
76 <DependentUpon>DrawOverlayForm.cs</DependentUpon> 76 <DependentUpon>DrawOverlayForm.cs</DependentUpon>
77 </Compile> 77 </Compile>
-   78 <Compile Include="LogForm.cs">
-   79 <SubType>Form</SubType>
-   80 </Compile>
-   81 <Compile Include="LogForm.Designer.cs">
-   82 <DependentUpon>LogForm.cs</DependentUpon>
-   83 </Compile>
78 <Compile Include="WindowDrawnEventArgs.cs" /> 84 <Compile Include="WindowDrawnEventArgs.cs" />
79 <Compile Include="WindowManipulatedEventArgs.cs" /> 85 <Compile Include="WindowManipulatedEventArgs.cs" />
80 <Compile Include="WindowManipulation.cs" /> 86 <Compile Include="WindowManipulation.cs" />
81 <Compile Include="Constants.cs" /> 87 <Compile Include="Constants.cs" />
82 <Compile Include="DesktopWindow.cs" /> 88 <Compile Include="DesktopWindow.cs" />
83 <Compile Include="Helpers.cs" /> 89 <Compile Include="Helpers.cs" />
84 <Compile Include="Natives.cs" /> 90 <Compile Include="Natives.cs" />
85 <Compile Include="MainForm.cs"> 91 <Compile Include="MainForm.cs">
86 <SubType>Form</SubType> 92 <SubType>Form</SubType>
87 </Compile> 93 </Compile>
88 <Compile Include="MainForm.Designer.cs"> 94 <Compile Include="MainForm.Designer.cs">
89 <DependentUpon>MainForm.cs</DependentUpon> 95 <DependentUpon>MainForm.cs</DependentUpon>
90 </Compile> 96 </Compile>
91 <Compile Include="RuleEditForm.cs"> 97 <Compile Include="RuleEditForm.cs">
92 <SubType>Form</SubType> 98 <SubType>Form</SubType>
93 </Compile> 99 </Compile>
94 <Compile Include="RuleEditForm.Designer.cs"> 100 <Compile Include="RuleEditForm.Designer.cs">
95 <DependentUpon>RuleEditForm.cs</DependentUpon> 101 <DependentUpon>RuleEditForm.cs</DependentUpon>
96 </Compile> 102 </Compile>
97 <Compile Include="Program.cs" /> 103 <Compile Include="Program.cs" />
98 <Compile Include="Properties\Annotations.cs" /> 104 <Compile Include="Properties\Annotations.cs" />
99 <Compile Include="Properties\AssemblyInfo.cs" /> 105 <Compile Include="Properties\AssemblyInfo.cs" />
100 <Compile Include="Serialization\SerializationFailure.cs" /> 106 <Compile Include="Serialization\SerializationFailure.cs" />
101 <Compile Include="Serialization\SerializationState.cs" /> 107 <Compile Include="Serialization\SerializationState.cs" />
102 <Compile Include="Serialization\SerializationSuccess.cs" /> 108 <Compile Include="Serialization\SerializationSuccess.cs" />
103 <Compile Include="Serialization\WindowsSerialization.cs" /> 109 <Compile Include="Serialization\WindowsSerialization.cs" />
104 <Compile Include="Utilities.cs" /> 110 <Compile Include="Utilities.cs" />
105 <Compile Include="WindowCreatedEventArgs.cs" /> 111 <Compile Include="WindowCreatedEventArgs.cs" />
106 <Compile Include="WindowDestroyedEventArgs.cs" /> 112 <Compile Include="WindowDestroyedEventArgs.cs" />
107 <Compile Include="WindowModification.cs" /> 113 <Compile Include="WindowModification.cs" />
108 <EmbeddedResource Include="AboutForm.resx"> 114 <EmbeddedResource Include="AboutForm.resx">
109 <DependentUpon>AboutForm.cs</DependentUpon> 115 <DependentUpon>AboutForm.cs</DependentUpon>
110 </EmbeddedResource> 116 </EmbeddedResource>
111 <EmbeddedResource Include="DrawOverlayForm.resx"> 117 <EmbeddedResource Include="DrawOverlayForm.resx">
112 <DependentUpon>DrawOverlayForm.cs</DependentUpon> 118 <DependentUpon>DrawOverlayForm.cs</DependentUpon>
113 </EmbeddedResource> 119 </EmbeddedResource>
-   120 <EmbeddedResource Include="LogForm.resx">
-   121 <DependentUpon>LogForm.cs</DependentUpon>
-   122 </EmbeddedResource>
114 <EmbeddedResource Include="MainForm.resx"> 123 <EmbeddedResource Include="MainForm.resx">
115 <DependentUpon>MainForm.cs</DependentUpon> 124 <DependentUpon>MainForm.cs</DependentUpon>
116 </EmbeddedResource> 125 </EmbeddedResource>
117 <EmbeddedResource Include="RuleEditForm.resx"> 126 <EmbeddedResource Include="RuleEditForm.resx">
118 <DependentUpon>RuleEditForm.cs</DependentUpon> 127 <DependentUpon>RuleEditForm.cs</DependentUpon>
119 </EmbeddedResource> 128 </EmbeddedResource>
120 <EmbeddedResource Include="Properties\Resources.resx"> 129 <EmbeddedResource Include="Properties\Resources.resx">
121 <Generator>ResXFileCodeGenerator</Generator> 130 <Generator>ResXFileCodeGenerator</Generator>
122 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 131 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
123 <SubType>Designer</SubType> 132 <SubType>Designer</SubType>
124 </EmbeddedResource> 133 </EmbeddedResource>
125 <Compile Include="Properties\Resources.Designer.cs"> 134 <Compile Include="Properties\Resources.Designer.cs">
126 <AutoGen>True</AutoGen> 135 <AutoGen>True</AutoGen>
127 <DependentUpon>Resources.resx</DependentUpon> 136 <DependentUpon>Resources.resx</DependentUpon>
128 </Compile> 137 </Compile>
129 <None Include="app.manifest" /> 138 <None Include="app.manifest" />
130 <None Include="packages.config" /> 139 <None Include="packages.config" />
131 <None Include="Properties\Settings.settings"> 140 <None Include="Properties\Settings.settings">
132 <Generator>PublicSettingsSingleFileGenerator</Generator> 141 <Generator>PublicSettingsSingleFileGenerator</Generator>
133 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 142 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
134 </None> 143 </None>
135 <Compile Include="Properties\Settings.Designer.cs"> 144 <Compile Include="Properties\Settings.Designer.cs">
136 <AutoGen>True</AutoGen> 145 <AutoGen>True</AutoGen>
137 <DependentUpon>Settings.settings</DependentUpon> 146 <DependentUpon>Settings.settings</DependentUpon>
138 <DesignTimeSharedInput>True</DesignTimeSharedInput> 147 <DesignTimeSharedInput>True</DesignTimeSharedInput>
139 </Compile> 148 </Compile>
140 </ItemGroup> 149 </ItemGroup>
141 <ItemGroup> 150 <ItemGroup>
142 <None Include="App.config" /> 151 <None Include="App.config" />
143 </ItemGroup> 152 </ItemGroup>
144 <ItemGroup> 153 <ItemGroup>
145 <ProjectReference Include="..\Windows\Windows.csproj"> 154 <ProjectReference Include="..\Windows\Windows.csproj">
146 <Project>{0b66cee4-c0e0-4dd0-a232-b3a8013bc80d}</Project> 155 <Project>{0b66cee4-c0e0-4dd0-a232-b3a8013bc80d}</Project>
147 <Name>Windows</Name> 156 <Name>Windows</Name>
148 </ProjectReference> 157 </ProjectReference>
149 </ItemGroup> 158 </ItemGroup>
150 <ItemGroup> 159 <ItemGroup>
151 <Content Include="favicon.ico" /> 160 <Content Include="favicon.ico" />
152 <Content Include="img\about.png" /> 161 <Content Include="img\about.png" />
153 <Content Include="img\apply.png" /> 162 <Content Include="img\apply.png" />
154 <Content Include="img\button.png" /> 163 <Content Include="img\button.png" />
155 <Content Include="img\exit.png" /> 164 <Content Include="img\exit.png" />
156 <Content Include="img\favicon.ico" /> 165 <Content Include="img\favicon.ico" />
157 <Content Include="img\new.png" /> 166 <Content Include="img\new.png" />
158 <Content Include="img\notepad.png" /> 167 <Content Include="img\notepad.png" />
159 <Content Include="img\settings.png" /> 168 <Content Include="img\settings.png" />
160 <Content Include="img\solution.png" /> 169 <Content Include="img\solution.png" />
161 <Content Include="img\spider.png" /> 170 <Content Include="img\spider.png" />
162 <Content Include="img\timer.png" /> 171 <Content Include="img\timer.png" />
-   172 <Content Include="img\wood.png" />
163 </ItemGroup> 173 </ItemGroup>
164 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 174 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
165 </Project> 175 </Project>
166   176  
167
Generated by GNU Enscript 1.6.5.90.
177
Generated by GNU Enscript 1.6.5.90.
168   178  
169   179  
170   180