Widow

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 18  →  ?path2? @ 21
/trunk/Widow/Widow.csproj
@@ -75,6 +75,12 @@
<Compile Include="DrawOverlayForm.Designer.cs">
<DependentUpon>DrawOverlayForm.cs</DependentUpon>
</Compile>
<Compile Include="LogForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="LogForm.Designer.cs">
<DependentUpon>LogForm.cs</DependentUpon>
</Compile>
<Compile Include="WindowDrawnEventArgs.cs" />
<Compile Include="WindowManipulatedEventArgs.cs" />
<Compile Include="WindowManipulation.cs" />
@@ -111,6 +117,9 @@
<EmbeddedResource Include="DrawOverlayForm.resx">
<DependentUpon>DrawOverlayForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="LogForm.resx">
<DependentUpon>LogForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
@@ -160,6 +169,7 @@
<Content Include="img\solution.png" />
<Content Include="img\spider.png" />
<Content Include="img\timer.png" />
<Content Include="img\wood.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>