Widow – Diff between revs 11 and 13

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 11 Rev 13
Line 59... Line 59...
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" />
Line 90... Line 97...
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>