Widow – Diff between revs 1 and 5

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 5
Line 50... Line 50...
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" />
Line 77... Line 83...
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>