Widow – Diff between revs 18 and 21

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 18 Rev 21
Line 73... Line 73...
73 <SubType>Form</SubType> 73 <SubType>Form</SubType>
74 </Compile> 74 </Compile>
75 <Compile Include="DrawOverlayForm.Designer.cs"> 75 <Compile Include="DrawOverlayForm.Designer.cs">
76 <DependentUpon>DrawOverlayForm.cs</DependentUpon> 76 <DependentUpon>DrawOverlayForm.cs</DependentUpon>
77 </Compile> 77 </Compile>
-   78 <Compile Include="LogForm.cs">
-   79 <SubType>Form</SubType>
-   80 </Compile>
-   81 <Compile Include="LogForm.Designer.cs">
-   82 <DependentUpon>LogForm.cs</DependentUpon>
-   83 </Compile>
78 <Compile Include="WindowDrawnEventArgs.cs" /> 84 <Compile Include="WindowDrawnEventArgs.cs" />
79 <Compile Include="WindowManipulatedEventArgs.cs" /> 85 <Compile Include="WindowManipulatedEventArgs.cs" />
80 <Compile Include="WindowManipulation.cs" /> 86 <Compile Include="WindowManipulation.cs" />
81 <Compile Include="Constants.cs" /> 87 <Compile Include="Constants.cs" />
82 <Compile Include="DesktopWindow.cs" /> 88 <Compile Include="DesktopWindow.cs" />
Line 109... Line 115...
109 <DependentUpon>AboutForm.cs</DependentUpon> 115 <DependentUpon>AboutForm.cs</DependentUpon>
110 </EmbeddedResource> 116 </EmbeddedResource>
111 <EmbeddedResource Include="DrawOverlayForm.resx"> 117 <EmbeddedResource Include="DrawOverlayForm.resx">
112 <DependentUpon>DrawOverlayForm.cs</DependentUpon> 118 <DependentUpon>DrawOverlayForm.cs</DependentUpon>
113 </EmbeddedResource> 119 </EmbeddedResource>
-   120 <EmbeddedResource Include="LogForm.resx">
-   121 <DependentUpon>LogForm.cs</DependentUpon>
-   122 </EmbeddedResource>
114 <EmbeddedResource Include="MainForm.resx"> 123 <EmbeddedResource Include="MainForm.resx">
115 <DependentUpon>MainForm.cs</DependentUpon> 124 <DependentUpon>MainForm.cs</DependentUpon>
116 </EmbeddedResource> 125 </EmbeddedResource>
117 <EmbeddedResource Include="RuleEditForm.resx"> 126 <EmbeddedResource Include="RuleEditForm.resx">
118 <DependentUpon>RuleEditForm.cs</DependentUpon> 127 <DependentUpon>RuleEditForm.cs</DependentUpon>
Line 158... Line 167...
158 <Content Include="img\notepad.png" /> 167 <Content Include="img\notepad.png" />
159 <Content Include="img\settings.png" /> 168 <Content Include="img\settings.png" />
160 <Content Include="img\solution.png" /> 169 <Content Include="img\solution.png" />
161 <Content Include="img\spider.png" /> 170 <Content Include="img\spider.png" />
162 <Content Include="img\timer.png" /> 171 <Content Include="img\timer.png" />
-   172 <Content Include="img\wood.png" />
163 </ItemGroup> 173 </ItemGroup>
164 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 174 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
165 </Project> 175 </Project>
166   176