Spring – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{ECD97731-8F70-4CD0-AFAB-3B16D1BAC4A4}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <RootNamespace>Spring</RootNamespace>
10 <AssemblyName>Spring</AssemblyName>
11 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
12 <FileAlignment>512</FileAlignment>
13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14 <Deterministic>true</Deterministic>
15 <IsWebBootstrapper>false</IsWebBootstrapper>
16 <PublishUrl>publish\</PublishUrl>
17 <Install>true</Install>
18 <InstallFrom>Disk</InstallFrom>
19 <UpdateEnabled>false</UpdateEnabled>
20 <UpdateMode>Foreground</UpdateMode>
21 <UpdateInterval>7</UpdateInterval>
22 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
23 <UpdatePeriodically>false</UpdatePeriodically>
24 <UpdateRequired>false</UpdateRequired>
25 <MapFileExtensions>true</MapFileExtensions>
26 <ApplicationRevision>0</ApplicationRevision>
27 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
28 <UseApplicationTrust>false</UseApplicationTrust>
29 <BootstrapperEnabled>true</BootstrapperEnabled>
30 <TargetFrameworkProfile />
31 </PropertyGroup>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33 <PlatformTarget>x64</PlatformTarget>
34 <DebugSymbols>true</DebugSymbols>
35 <DebugType>full</DebugType>
36 <Optimize>false</Optimize>
37 <OutputPath>bin\Debug\</OutputPath>
38 <DefineConstants>DEBUG;TRACE</DefineConstants>
39 <ErrorReport>prompt</ErrorReport>
40 <WarningLevel>4</WarningLevel>
41 <Prefer32Bit>false</Prefer32Bit>
42 </PropertyGroup>
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
44 <PlatformTarget>AnyCPU</PlatformTarget>
45 <DebugType>pdbonly</DebugType>
46 <Optimize>true</Optimize>
47 <OutputPath>bin\Release\</OutputPath>
48 <DefineConstants>TRACE</DefineConstants>
49 <ErrorReport>prompt</ErrorReport>
50 <WarningLevel>4</WarningLevel>
51 </PropertyGroup>
52 <PropertyGroup>
53 <ApplicationIcon>Spring.ico</ApplicationIcon>
54 </PropertyGroup>
55 <PropertyGroup>
56 <StartupObject>Spring.Program</StartupObject>
57 </PropertyGroup>
58 <PropertyGroup>
59 <ApplicationManifest>app.manifest</ApplicationManifest>
60 </PropertyGroup>
61 <ItemGroup>
62 <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
63 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.3\lib\net452\BouncyCastle.Crypto.dll</HintPath>
64 </Reference>
65 <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL">
66 <HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath>
67 </Reference>
68 <Reference Include="IntervalTree, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
69 <HintPath>..\packages\RangeTree.3.0.1\lib\net45\IntervalTree.dll</HintPath>
70 </Reference>
71 <Reference Include="Jot, Version=2.1.17.0, Culture=neutral, PublicKeyToken=6b498f69c5f88322, processorArchitecture=MSIL">
72 <HintPath>..\packages\Jot.2.1.17\lib\netstandard2.0\Jot.dll</HintPath>
73 </Reference>
74 <Reference Include="NetSparkle, Version=2.2.3.0, Culture=neutral, processorArchitecture=MSIL">
75 <HintPath>..\packages\NetSparkleUpdater.SparkleUpdater.2.2.3\lib\net452\NetSparkle.dll</HintPath>
76 </Reference>
77 <Reference Include="NetSparkleUpdater.UI.WinForms, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
78 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.3\lib\net452\NetSparkleUpdater.UI.WinForms.dll</HintPath>
79 </Reference>
80 <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
81 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.3\lib\net452\Newtonsoft.Json.dll</HintPath>
82 </Reference>
83 <Reference Include="PresentationCore" />
84 <Reference Include="PresentationFramework" />
85 <Reference Include="QRCoder, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL">
86 <HintPath>..\packages\QRCoder.1.4.1\lib\net40\QRCoder.dll</HintPath>
87 </Reference>
88 <Reference Include="SharpDX, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
89 <HintPath>..\packages\SharpDX.4.2.0\lib\net45\SharpDX.dll</HintPath>
90 </Reference>
91 <Reference Include="SharpDX.Desktop, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
92 <HintPath>..\packages\SharpDX.Desktop.4.2.0\lib\net45\SharpDX.Desktop.dll</HintPath>
93 </Reference>
94 <Reference Include="SharpDX.Direct2D1, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
95 <HintPath>..\packages\SharpDX.Direct2D1.4.2.0\lib\net45\SharpDX.Direct2D1.dll</HintPath>
96 </Reference>
97 <Reference Include="SharpDX.Direct3D11, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
98 <HintPath>..\packages\SharpDX.Direct3D11.4.2.0\lib\net45\SharpDX.Direct3D11.dll</HintPath>
99 </Reference>
100 <Reference Include="SharpDX.Direct3D9, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
101 <HintPath>..\packages\SharpDX.Direct3D9.4.2.0\lib\net45\SharpDX.Direct3D9.dll</HintPath>
102 </Reference>
103 <Reference Include="SharpDX.DXGI, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
104 <HintPath>..\packages\SharpDX.DXGI.4.2.0\lib\net45\SharpDX.DXGI.dll</HintPath>
105 </Reference>
106 <Reference Include="SharpDX.Mathematics, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
107 <HintPath>..\packages\SharpDX.Mathematics.4.2.0\lib\net45\SharpDX.Mathematics.dll</HintPath>
108 </Reference>
109 <Reference Include="System" />
110 <Reference Include="System.Core" />
111 <Reference Include="System.Management" />
112 <Reference Include="System.Runtime.Serialization" />
113 <Reference Include="System.Threading.Tasks.Dataflow, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
114 <HintPath>..\packages\System.Threading.Tasks.Dataflow.5.0.0\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
115 </Reference>
116 <Reference Include="System.Web" />
117 <Reference Include="System.Web.Extensions" />
118 <Reference Include="System.Xaml" />
119 <Reference Include="System.Xml.Linq" />
120 <Reference Include="System.Data.DataSetExtensions" />
121 <Reference Include="Microsoft.CSharp" />
122 <Reference Include="System.Data" />
123 <Reference Include="System.Deployment" />
124 <Reference Include="System.Drawing" />
125 <Reference Include="System.Net.Http" />
126 <Reference Include="System.Windows.Forms" />
127 <Reference Include="System.Xml" />
128 <Reference Include="WindowsBase" />
129 <Reference Include="WindowsInput, Version=1.0.6.0, Culture=neutral, PublicKeyToken=de2685b4776e9c2e, processorArchitecture=MSIL">
130 <HintPath>..\packages\InputSimulatorPlus.1.0.7\lib\net20\WindowsInput.dll</HintPath>
131 </Reference>
132 </ItemGroup>
133 <ItemGroup>
134 <Compile Include="About\AboutForm.cs">
135 <SubType>Form</SubType>
136 </Compile>
137 <Compile Include="About\AboutForm.Designer.cs">
138 <DependentUpon>AboutForm.cs</DependentUpon>
139 </Compile>
140 <Compile Include="Charging\ChargeLoadedEventArgs.cs" />
141 <Compile Include="Constants.cs" />
142 <Compile Include="Main\ConfigurationRestoredEventArgs.cs" />
143 <Compile Include="MouseKeyboard\BindingType.cs" />
144 <Compile Include="MouseKeyboard\KeyAction.cs" />
145 <Compile Include="MouseKeyboard\KeyActionKeys.cs" />
146 <Compile Include="MouseKeyboard\KeyActionMouseButtons.cs" />
147 <Compile Include="MouseKeyboard\KeyActionMouseScrollDirection.cs" />
148 <Compile Include="Serialization\Configuration\ConfigurationSerialization.cs" />
149 <Compile Include="Utilities\Constants.cs" />
150 <Compile Include="Editing\EditType.cs" />
151 <Compile Include="Utilities\Collections\IndexedList.cs" />
152 <Compile Include="Utilities\Extensions.cs" />
153 <Compile Include="Utilities\Collections\RangeTree\RangeTreeAction.cs" />
154 <Compile Include="Utilities\Collections\RangeTree\RangeTreeFunc.cs" />
155 <Compile Include="Utilities\Collections\Ring.cs" />
156 <Compile Include="Main\SpeedbarValueChangedEventArgs.cs" />
157 <Compile Include="Main\MainForm.cs">
158 <SubType>Form</SubType>
159 </Compile>
160 <Compile Include="Main\MainForm.Designer.cs">
161 <DependentUpon>MainForm.cs</DependentUpon>
162 </Compile>
163 <Compile Include="Editing\EditorForm.cs">
164 <SubType>Form</SubType>
165 </Compile>
166 <Compile Include="Editing\EditorForm.Designer.cs">
167 <DependentUpon>EditorForm.cs</DependentUpon>
168 </Compile>
169 <Compile Include="MouseKeyboard\MouseScrollDirection.cs" />
170 <Compile Include="Program.cs" />
171 <Compile Include="Properties\Annotations.cs" />
172 <Compile Include="Properties\AssemblyInfo.cs" />
173 <Compile Include="Properties\Resources.Designer.cs">
174 <AutoGen>True</AutoGen>
175 <DesignTime>True</DesignTime>
176 <DependentUpon>Resources.resx</DependentUpon>
177 </Compile>
178 <Compile Include="Main\ComboQueueItem.cs" />
179 <Compile Include="Serialization\Combos\ComboSerialization.cs" />
180 <Compile Include="Serialization\SerializationState.cs" />
181 <Compile Include="Settings\SettingsForm.cs">
182 <SubType>Form</SubType>
183 </Compile>
184 <Compile Include="Settings\SettingsForm.Designer.cs">
185 <DependentUpon>SettingsForm.cs</DependentUpon>
186 </Compile>
187 <Compile Include="Charging\Charge.cs" />
188 <Compile Include="Editing\EditEventArgs.cs" />
189 <Compile Include="Charging\ChargeStartEventArgs.cs" />
190 <Compile Include="Charging\ChargeChangedEventArgs.cs" />
191 <Compile Include="HUD\DirectXOverlay.cs" />
192 <Compile Include="HUD\DirectXOverlay.Designer.cs">
193 <DependentUpon>DirectXOverlay.cs</DependentUpon>
194 </Compile>
195 <Compile Include="Utilities\Debug.cs" />
196 <Compile Include="Discharging\Discharge.cs" />
197 <Compile Include="Discharging\DischargeProgressEventArgs.cs" />
198 <Compile Include="Discharging\DischargeStartEventArgs.cs" />
199 <Compile Include="Discharging\DischargeStopEventArgs.cs" />
200 <Compile Include="MouseKeyboard\Key.cs" />
201 <Compile Include="MouseKeyboard\KeyComboConfiguredEventArgs.cs" />
202 <Compile Include="MouseKeyboard\KeyDownEventArgs.cs" />
203 <Compile Include="MouseKeyboard\KeyMessageEventArgs.cs" />
204 <Compile Include="MouseKeyboard\KeySpeedAdjustedEventArgs.cs" />
205 <Compile Include="MouseKeyboard\KeyUpEventArgs.cs" />
206 <Compile Include="MouseKeyboard\KeySpeedConfiguredEventArgs.cs" />
207 <Compile Include="MouseKeyboard\KeySlowConfiguredEventArgs.cs" />
208 <Compile Include="HUD\OSD.cs">
209 <SubType>Form</SubType>
210 </Compile>
211 <Compile Include="Tutorial\Tutorial.cs">
212 <SubType>Form</SubType>
213 </Compile>
214 <Compile Include="Tutorial\Tutorial.Designer.cs">
215 <DependentUpon>Tutorial.cs</DependentUpon>
216 </Compile>
217 <Compile Include="MouseKeyboard\KeyWatch.cs" />
218 <Compile Include="Utilities\Helpers.cs" />
219 <Compile Include="Utilities\MouseOptions.cs" />
220 <Compile Include="Utilities\WindowState.cs" />
221 <EmbeddedResource Include="About\AboutForm.resx">
222 <DependentUpon>AboutForm.cs</DependentUpon>
223 </EmbeddedResource>
224 <EmbeddedResource Include="Main\MainForm.en.resx">
225 <DependentUpon>MainForm.cs</DependentUpon>
226 </EmbeddedResource>
227 <EmbeddedResource Include="Main\MainForm.resx">
228 <DependentUpon>MainForm.cs</DependentUpon>
229 <SubType>Designer</SubType>
230 </EmbeddedResource>
231 <EmbeddedResource Include="Editing\EditorForm.resx">
232 <DependentUpon>EditorForm.cs</DependentUpon>
233 </EmbeddedResource>
234 <EmbeddedResource Include="Properties\Resources.resx">
235 <Generator>ResXFileCodeGenerator</Generator>
236 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
237 <SubType>Designer</SubType>
238 </EmbeddedResource>
239 <EmbeddedResource Include="Properties\Strings.resx">
240 <Generator>ResXFileCodeGenerator</Generator>
241 <LastGenOutput>Strings.Designer.cs</LastGenOutput>
242 <SubType>Designer</SubType>
243 </EmbeddedResource>
244 <Compile Include="Properties\Strings.Designer.cs">
245 <AutoGen>True</AutoGen>
246 <DependentUpon>Strings.resx</DependentUpon>
247 <DesignTime>True</DesignTime>
248 </Compile>
249 <EmbeddedResource Include="Settings\SettingsForm.resx">
250 <DependentUpon>SettingsForm.cs</DependentUpon>
251 </EmbeddedResource>
252 <EmbeddedResource Include="HUD\DirectXOverlay.resx">
253 <DependentUpon>DirectXOverlay.cs</DependentUpon>
254 </EmbeddedResource>
255 <EmbeddedResource Include="Tutorial\Tutorial.resx">
256 <DependentUpon>Tutorial.cs</DependentUpon>
257 </EmbeddedResource>
258 <None Include="app.manifest" />
259 <None Include="packages.config" />
260 <None Include="Properties\Settings.settings">
261 <Generator>SettingsSingleFileGenerator</Generator>
262 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
263 </None>
264 <Compile Include="Properties\Settings.Designer.cs">
265 <AutoGen>True</AutoGen>
266 <DependentUpon>Settings.settings</DependentUpon>
267 <DesignTimeSharedInput>True</DesignTimeSharedInput>
268 </Compile>
269 <EmbeddedResource Include="Tutorial\Slides\1.rtf" />
270 <EmbeddedResource Include="Tutorial\Slides\2.rtf" />
271 <EmbeddedResource Include="Tutorial\Slides\3.rtf" />
272 <EmbeddedResource Include="Tutorial\Slides\4.rtf" />
273 <EmbeddedResource Include="Tutorial\Slides\5.rtf" />
274 </ItemGroup>
275 <ItemGroup>
276 <None Include="App.config" />
277 </ItemGroup>
278 <ItemGroup>
279 <Content Include="Images\about.png" />
280 <Content Include="Images\clock.png" />
281 <Content Include="Images\exit.png" />
282 <Content Include="Images\export.png" />
283 <Content Include="Images\import.png" />
284 <Content Include="Images\infinite.png" />
285 <Content Include="Images\keyboard.png" />
286 <Content Include="Images\life-saver.png" />
287 <Content Include="Images\mop.png" />
288 <Content Include="Images\mouse.png" />
289 <Content Include="Images\pause.png" />
290 <Content Include="Images\redo.png" />
291 <Content Include="Images\repeats.png" />
292 <Content Include="Images\reverse.png" />
293 <Content Include="Images\undo.png" />
294 <Content Include="Images\update.png" />
295 <Content Include="LICENSE.txt" />
296 <Content Include="Spring.ico" />
297 </ItemGroup>
298 <ItemGroup>
299 <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
300 <Visible>False</Visible>
301 <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
302 <Install>true</Install>
303 </BootstrapperPackage>
304 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
305 <Visible>False</Visible>
306 <ProductName>.NET Framework 3.5 SP1</ProductName>
307 <Install>false</Install>
308 </BootstrapperPackage>
309 </ItemGroup>
310 <ItemGroup>
311 <ProjectReference Include="..\Configuration\Configuration.csproj">
312 <Project>{7d2ac6c9-5b7a-4fbf-8bd8-27a940632773}</Project>
313 <Name>Configuration</Name>
314 </ProjectReference>
315 <ProjectReference Include="..\SpringCombos\SpringCombos.csproj">
316 <Project>{6a914019-2d58-40fb-a174-8d54af8a17c0}</Project>
317 <Name>SpringCombos</Name>
318 </ProjectReference>
319 </ItemGroup>
320 <ItemGroup />
321 <Import Project="..\DirectX\DirectX.projitems" Label="Shared" />
322 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
323 </Project>