misu – Diff between revs 2 and 6

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 6
Line 29... Line 29...
29 <DefineConstants>TRACE</DefineConstants> 29 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport> 30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel> 31 <WarningLevel>4</WarningLevel>
32 </PropertyGroup> 32 </PropertyGroup>
33 <ItemGroup> 33 <ItemGroup>
-   34 <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL">
-   35 <HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath>
-   36 </Reference>
34 <Reference Include="System" /> 37 <Reference Include="System" />
35 <Reference Include="System.Core" /> 38 <Reference Include="System.Core" />
36 <Reference Include="System.Windows.Forms" /> 39 <Reference Include="System.Windows.Forms" />
37 <Reference Include="System.Xml.Linq" /> 40 <Reference Include="System.Xml.Linq" />
38 <Reference Include="System.Data.DataSetExtensions" /> 41 <Reference Include="System.Data.DataSetExtensions" />
Line 48... Line 51...
48 <Compile Include="Settings.cs" /> 51 <Compile Include="Settings.cs" />
49 <Compile Include="Properties\Annotations.cs" /> 52 <Compile Include="Properties\Annotations.cs" />
50 <Compile Include="Properties\AssemblyInfo.cs" /> 53 <Compile Include="Properties\AssemblyInfo.cs" />
51 </ItemGroup> 54 </ItemGroup>
52 <ItemGroup> 55 <ItemGroup>
-   56 <None Include="packages.config" />
53 <None Include="Settings.xsd"> 57 <None Include="Settings.xsd">
54 <SubType>Designer</SubType> 58 <SubType>Designer</SubType>
55 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 59 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
56 </None> 60 </None>
57 </ItemGroup> 61 </ItemGroup>