Widow – Diff between revs 14 and 15

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