Widow – Diff between revs 11 and 13

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 11 Rev 13
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="System" /> 42 <Reference Include="System" />
43 <Reference Include="System.Core" /> 43 <Reference Include="System.Core" />
44 <Reference Include="System.Threading.Tasks.Dataflow, Version=4.6.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 44 <Reference Include="System.Threading.Tasks.Dataflow, Version=4.6.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
45 <HintPath>..\packages\System.Threading.Tasks.Dataflow.4.7.0\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath> 45 <HintPath>..\packages\System.Threading.Tasks.Dataflow.4.7.0\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
46 </Reference> 46 </Reference>
47 <Reference Include="System.Xml.Linq" /> 47 <Reference Include="System.Xml.Linq" />
48 <Reference Include="System.Data.DataSetExtensions" /> 48 <Reference Include="System.Data.DataSetExtensions" />
49 <Reference Include="Microsoft.CSharp" /> 49 <Reference Include="Microsoft.CSharp" />
50 <Reference Include="System.Data" /> 50 <Reference Include="System.Data" />
51 <Reference Include="System.Deployment" /> 51 <Reference Include="System.Deployment" />
52 <Reference Include="System.Drawing" /> 52 <Reference Include="System.Drawing" />
53 <Reference Include="System.Net.Http" /> 53 <Reference Include="System.Net.Http" />
54 <Reference Include="System.Windows.Forms" /> 54 <Reference Include="System.Windows.Forms" />
55 <Reference Include="System.Xml" /> 55 <Reference Include="System.Xml" />
56 </ItemGroup> 56 </ItemGroup>
57 <ItemGroup> 57 <ItemGroup>
58 <Compile Include="AboutForm.cs"> 58 <Compile Include="AboutForm.cs">
59 <SubType>Form</SubType> 59 <SubType>Form</SubType>
60 </Compile> 60 </Compile>
61 <Compile Include="AboutForm.Designer.cs"> 61 <Compile Include="AboutForm.Designer.cs">
62 <DependentUpon>AboutForm.cs</DependentUpon> 62 <DependentUpon>AboutForm.cs</DependentUpon>
63 </Compile> 63 </Compile>
-   64 <Compile Include="DrawOverlayForm.cs">
-   65 <SubType>Form</SubType>
-   66 </Compile>
-   67 <Compile Include="DrawOverlayForm.Designer.cs">
-   68 <DependentUpon>DrawOverlayForm.cs</DependentUpon>
-   69 </Compile>
-   70 <Compile Include="WindowDrawnEventArgs.cs" />
64 <Compile Include="WindowManipulatedEventArgs.cs" /> 71 <Compile Include="WindowManipulatedEventArgs.cs" />
65 <Compile Include="WindowManipulation.cs" /> 72 <Compile Include="WindowManipulation.cs" />
66 <Compile Include="Constants.cs" /> 73 <Compile Include="Constants.cs" />
67 <Compile Include="DesktopWindow.cs" /> 74 <Compile Include="DesktopWindow.cs" />
68 <Compile Include="Helpers.cs" /> 75 <Compile Include="Helpers.cs" />
69 <Compile Include="Natives.cs" /> 76 <Compile Include="Natives.cs" />
70 <Compile Include="MainForm.cs"> 77 <Compile Include="MainForm.cs">
71 <SubType>Form</SubType> 78 <SubType>Form</SubType>
72 </Compile> 79 </Compile>
73 <Compile Include="MainForm.Designer.cs"> 80 <Compile Include="MainForm.Designer.cs">
74 <DependentUpon>MainForm.cs</DependentUpon> 81 <DependentUpon>MainForm.cs</DependentUpon>
75 </Compile> 82 </Compile>
76 <Compile Include="RuleEditForm.cs"> 83 <Compile Include="RuleEditForm.cs">
77 <SubType>Form</SubType> 84 <SubType>Form</SubType>
78 </Compile> 85 </Compile>
79 <Compile Include="RuleEditForm.Designer.cs"> 86 <Compile Include="RuleEditForm.Designer.cs">
80 <DependentUpon>RuleEditForm.cs</DependentUpon> 87 <DependentUpon>RuleEditForm.cs</DependentUpon>
81 </Compile> 88 </Compile>
82 <Compile Include="Program.cs" /> 89 <Compile Include="Program.cs" />
83 <Compile Include="Properties\Annotations.cs" /> 90 <Compile Include="Properties\Annotations.cs" />
84 <Compile Include="Properties\AssemblyInfo.cs" /> 91 <Compile Include="Properties\AssemblyInfo.cs" />
85 <Compile Include="Serialization\SerializationFailure.cs" /> 92 <Compile Include="Serialization\SerializationFailure.cs" />
86 <Compile Include="Serialization\SerializationState.cs" /> 93 <Compile Include="Serialization\SerializationState.cs" />
87 <Compile Include="Serialization\SerializationSuccess.cs" /> 94 <Compile Include="Serialization\SerializationSuccess.cs" />
88 <Compile Include="Serialization\WindowsSerialization.cs" /> 95 <Compile Include="Serialization\WindowsSerialization.cs" />
89 <Compile Include="Utilities.cs" /> 96 <Compile Include="Utilities.cs" />
90 <Compile Include="WindowCreatedEventArgs.cs" /> 97 <Compile Include="WindowCreatedEventArgs.cs" />
91 <Compile Include="WindowDestroyedEventArgs.cs" /> 98 <Compile Include="WindowDestroyedEventArgs.cs" />
92 <EmbeddedResource Include="AboutForm.resx"> 99 <EmbeddedResource Include="AboutForm.resx">
93 <DependentUpon>AboutForm.cs</DependentUpon> 100 <DependentUpon>AboutForm.cs</DependentUpon>
94 </EmbeddedResource> 101 </EmbeddedResource>
-   102 <EmbeddedResource Include="DrawOverlayForm.resx">
-   103 <DependentUpon>DrawOverlayForm.cs</DependentUpon>
-   104 </EmbeddedResource>
95 <EmbeddedResource Include="MainForm.resx"> 105 <EmbeddedResource Include="MainForm.resx">
96 <DependentUpon>MainForm.cs</DependentUpon> 106 <DependentUpon>MainForm.cs</DependentUpon>
97 </EmbeddedResource> 107 </EmbeddedResource>
98 <EmbeddedResource Include="RuleEditForm.resx"> 108 <EmbeddedResource Include="RuleEditForm.resx">
99 <DependentUpon>RuleEditForm.cs</DependentUpon> 109 <DependentUpon>RuleEditForm.cs</DependentUpon>
100 </EmbeddedResource> 110 </EmbeddedResource>
101 <EmbeddedResource Include="Properties\Resources.resx"> 111 <EmbeddedResource Include="Properties\Resources.resx">
102 <Generator>ResXFileCodeGenerator</Generator> 112 <Generator>ResXFileCodeGenerator</Generator>
103 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 113 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
104 <SubType>Designer</SubType> 114 <SubType>Designer</SubType>
105 </EmbeddedResource> 115 </EmbeddedResource>
106 <Compile Include="Properties\Resources.Designer.cs"> 116 <Compile Include="Properties\Resources.Designer.cs">
107 <AutoGen>True</AutoGen> 117 <AutoGen>True</AutoGen>
108 <DependentUpon>Resources.resx</DependentUpon> 118 <DependentUpon>Resources.resx</DependentUpon>
109 </Compile> 119 </Compile>
110 <None Include="app.manifest" /> 120 <None Include="app.manifest" />
111 <None Include="packages.config" /> 121 <None Include="packages.config" />
112 <None Include="Properties\Settings.settings"> 122 <None Include="Properties\Settings.settings">
113 <Generator>PublicSettingsSingleFileGenerator</Generator> 123 <Generator>PublicSettingsSingleFileGenerator</Generator>
114 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 124 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
115 </None> 125 </None>
116 <Compile Include="Properties\Settings.Designer.cs"> 126 <Compile Include="Properties\Settings.Designer.cs">
117 <AutoGen>True</AutoGen> 127 <AutoGen>True</AutoGen>
118 <DependentUpon>Settings.settings</DependentUpon> 128 <DependentUpon>Settings.settings</DependentUpon>
119 <DesignTimeSharedInput>True</DesignTimeSharedInput> 129 <DesignTimeSharedInput>True</DesignTimeSharedInput>
120 </Compile> 130 </Compile>
121 </ItemGroup> 131 </ItemGroup>
122 <ItemGroup> 132 <ItemGroup>
123 <None Include="App.config" /> 133 <None Include="App.config" />
124 </ItemGroup> 134 </ItemGroup>
125 <ItemGroup> 135 <ItemGroup>
126 <ProjectReference Include="..\Windows\Windows.csproj"> 136 <ProjectReference Include="..\Windows\Windows.csproj">
127 <Project>{0b66cee4-c0e0-4dd0-a232-b3a8013bc80d}</Project> 137 <Project>{0b66cee4-c0e0-4dd0-a232-b3a8013bc80d}</Project>
128 <Name>Windows</Name> 138 <Name>Windows</Name>
129 </ProjectReference> 139 </ProjectReference>
130 </ItemGroup> 140 </ItemGroup>
131 <ItemGroup> 141 <ItemGroup>
132 <Content Include="favicon.ico" /> 142 <Content Include="favicon.ico" />
133 <Content Include="img\about.png" /> 143 <Content Include="img\about.png" />
134 <Content Include="img\apply.png" /> 144 <Content Include="img\apply.png" />
135 <Content Include="img\button.png" /> 145 <Content Include="img\button.png" />
136 <Content Include="img\exit.png" /> 146 <Content Include="img\exit.png" />
137 <Content Include="img\favicon.ico" /> 147 <Content Include="img\favicon.ico" />
138 <Content Include="img\new.png" /> 148 <Content Include="img\new.png" />
139 <Content Include="img\notepad.png" /> 149 <Content Include="img\notepad.png" />
140 <Content Include="img\settings.png" /> 150 <Content Include="img\settings.png" />
141 <Content Include="img\solution.png" /> 151 <Content Include="img\solution.png" />
142 <Content Include="img\spider.png" /> 152 <Content Include="img\spider.png" />
143 <Content Include="img\timer.png" /> 153 <Content Include="img\timer.png" />
144 </ItemGroup> 154 </ItemGroup>
145 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 155 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
146 </Project> 156 </Project>
147   157  
148
Generated by GNU Enscript 1.6.5.90.
158
Generated by GNU Enscript 1.6.5.90.
149   159  
150   160  
151   161