Widow – Diff between revs 1 and 5

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