Inertia – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 38... Line 38...
38 </Reference> 38 </Reference>
39 <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL"> 39 <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL">
40 <HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath> 40 <HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath>
41 </Reference> 41 </Reference>
42 <Reference Include="System" /> 42 <Reference Include="System" />
-   43 <Reference Include="System.Configuration" />
43 <Reference Include="System.Core" /> 44 <Reference Include="System.Core" />
44 <Reference Include="System.Runtime.Serialization" /> 45 <Reference Include="System.Runtime.Serialization" />
45 <Reference Include="System.Xaml" /> 46 <Reference Include="System.Xaml" />
46 <Reference Include="System.Xml.Linq" /> 47 <Reference Include="System.Xml.Linq" />
47 <Reference Include="System.Data.DataSetExtensions" /> 48 <Reference Include="System.Data.DataSetExtensions" />
Line 71... Line 72...
71 <DependentUpon>Form1.cs</DependentUpon> 72 <DependentUpon>Form1.cs</DependentUpon>
72 </Compile> 73 </Compile>
73 <Compile Include="Program.cs" /> 74 <Compile Include="Program.cs" />
74 <Compile Include="Properties\AssemblyInfo.cs" /> 75 <Compile Include="Properties\AssemblyInfo.cs" />
75 <Compile Include="ScheduledContinuation.cs" /> 76 <Compile Include="ScheduledContinuation.cs" />
-   77 <Compile Include="Utilities\LaunchOnBoot.cs" />
76 <EmbeddedResource Include="AboutForm.resx"> 78 <EmbeddedResource Include="AboutForm.resx">
77 <DependentUpon>AboutForm.cs</DependentUpon> 79 <DependentUpon>AboutForm.cs</DependentUpon>
78 </EmbeddedResource> 80 </EmbeddedResource>
79 <EmbeddedResource Include="Form1.resx"> 81 <EmbeddedResource Include="Form1.resx">
80 <DependentUpon>Form1.cs</DependentUpon> 82 <DependentUpon>Form1.cs</DependentUpon>
Line 104... Line 106...
104 </ItemGroup> 106 </ItemGroup>
105 <ItemGroup /> 107 <ItemGroup />
106 <ItemGroup> 108 <ItemGroup>
107 <Content Include="img\about.png" /> 109 <Content Include="img\about.png" />
108 <Content Include="img\acceleration.png" /> 110 <Content Include="img\acceleration.png" />
-   111 <Content Include="img\cog.png" />
109 <Content Include="img\exit.png" /> 112 <Content Include="img\exit.png" />
-   113 <Content Include="img\startup.png" />
110 </ItemGroup> 114 </ItemGroup>
111 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 115 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
112 </Project> 116 </Project>
113   117