Widow – Diff between revs 9 and 11

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