X-Aim – Diff between revs 1 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 3
Line 51... Line 51...
51 <ApplicationIcon>favicon.ico</ApplicationIcon> 51 <ApplicationIcon>favicon.ico</ApplicationIcon>
52 </PropertyGroup> 52 </PropertyGroup>
53 <PropertyGroup> 53 <PropertyGroup>
54 <StartupObject>X_Aim.Program</StartupObject> 54 <StartupObject>X_Aim.Program</StartupObject>
55 </PropertyGroup> 55 </PropertyGroup>
-   56 <PropertyGroup>
-   57 <ApplicationManifest>app.manifest</ApplicationManifest>
-   58 </PropertyGroup>
56 <ItemGroup> 59 <ItemGroup>
57 <Reference Include="System" /> 60 <Reference Include="System" />
58 <Reference Include="System.Core" /> 61 <Reference Include="System.Core" />
59 <Reference Include="System.Xml.Linq" /> 62 <Reference Include="System.Xml.Linq" />
60 <Reference Include="System.Data.DataSetExtensions" /> 63 <Reference Include="System.Data.DataSetExtensions" />
Line 71... Line 74...
71 <SubType>Form</SubType> 74 <SubType>Form</SubType>
72 </Compile> 75 </Compile>
73 <Compile Include="About.Designer.cs"> 76 <Compile Include="About.Designer.cs">
74 <DependentUpon>About.cs</DependentUpon> 77 <DependentUpon>About.cs</DependentUpon>
75 </Compile> 78 </Compile>
-   79 <Compile Include="Controls\BindableToolStripMenuItem.cs">
-   80 <SubType>Component</SubType>
-   81 </Compile>
76 <Compile Include="Form1.cs"> 82 <Compile Include="Form1.cs">
77 <SubType>Form</SubType> 83 <SubType>Form</SubType>
78 </Compile> 84 </Compile>
79 <Compile Include="Form1.Designer.cs"> 85 <Compile Include="Form1.Designer.cs">
80 <DependentUpon>Form1.cs</DependentUpon> 86 <DependentUpon>Form1.cs</DependentUpon>
Line 96... Line 102...
96 <Compile Include="Properties\Resources.Designer.cs"> 102 <Compile Include="Properties\Resources.Designer.cs">
97 <AutoGen>True</AutoGen> 103 <AutoGen>True</AutoGen>
98 <DependentUpon>Resources.resx</DependentUpon> 104 <DependentUpon>Resources.resx</DependentUpon>
99 <DesignTime>True</DesignTime> 105 <DesignTime>True</DesignTime>
100 </Compile> 106 </Compile>
-   107 <None Include="app.manifest" />
101 <None Include="Properties\Settings.settings"> 108 <None Include="Properties\Settings.settings">
102 <Generator>SettingsSingleFileGenerator</Generator> 109 <Generator>SettingsSingleFileGenerator</Generator>
103 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 110 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
104 </None> 111 </None>
105 <Compile Include="Properties\Settings.Designer.cs"> 112 <Compile Include="Properties\Settings.Designer.cs">