Inertia – Blame information for rev 2

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>{2740A961-D789-4CFE-AA80-84733FEC2D8F}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <RootNamespace>Inertia</RootNamespace>
10 <AssemblyName>Inertia</AssemblyName>
11 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
12 <FileAlignment>512</FileAlignment>
13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14 <Deterministic>true</Deterministic>
15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <PlatformTarget>AnyCPU</PlatformTarget>
18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <Optimize>false</Optimize>
21 <OutputPath>bin\Debug\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <PlatformTarget>AnyCPU</PlatformTarget>
28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 </PropertyGroup>
35 <ItemGroup>
36 <Reference Include="AutoUpdater.NET, Version=1.6.4.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL">
37 <HintPath>..\packages\Autoupdater.NET.Official.1.6.4\lib\net45\AutoUpdater.NET.dll</HintPath>
38 </Reference>
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>
41 </Reference>
42 <Reference Include="System" />
2 office 43 <Reference Include="System.Configuration" />
1 office 44 <Reference Include="System.Core" />
45 <Reference Include="System.Runtime.Serialization" />
46 <Reference Include="System.Xaml" />
47 <Reference Include="System.Xml.Linq" />
48 <Reference Include="System.Data.DataSetExtensions" />
49 <Reference Include="Microsoft.CSharp" />
50 <Reference Include="System.Data" />
51 <Reference Include="System.Deployment" />
52 <Reference Include="System.Drawing" />
53 <Reference Include="System.Net.Http" />
54 <Reference Include="System.Windows.Forms" />
55 <Reference Include="System.Xml" />
56 <Reference Include="WindowsInput, Version=1.0.4.0, Culture=neutral, PublicKeyToken=9b287f7dc5073cad, processorArchitecture=MSIL">
57 <HintPath>..\packages\InputSimulator.1.0.4.0\lib\net20\WindowsInput.dll</HintPath>
58 </Reference>
59 </ItemGroup>
60 <ItemGroup>
61 <Compile Include="AboutForm.cs">
62 <SubType>Form</SubType>
63 </Compile>
64 <Compile Include="AboutForm.Designer.cs">
65 <DependentUpon>AboutForm.cs</DependentUpon>
66 </Compile>
67 <Compile Include="Constants.cs" />
68 <Compile Include="Form1.cs">
69 <SubType>Form</SubType>
70 </Compile>
71 <Compile Include="Form1.Designer.cs">
72 <DependentUpon>Form1.cs</DependentUpon>
73 </Compile>
74 <Compile Include="Program.cs" />
75 <Compile Include="Properties\AssemblyInfo.cs" />
76 <Compile Include="ScheduledContinuation.cs" />
2 office 77 <Compile Include="Utilities\LaunchOnBoot.cs" />
1 office 78 <EmbeddedResource Include="AboutForm.resx">
79 <DependentUpon>AboutForm.cs</DependentUpon>
80 </EmbeddedResource>
81 <EmbeddedResource Include="Form1.resx">
82 <DependentUpon>Form1.cs</DependentUpon>
83 </EmbeddedResource>
84 <EmbeddedResource Include="Properties\Resources.resx">
85 <Generator>ResXFileCodeGenerator</Generator>
86 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
87 <SubType>Designer</SubType>
88 </EmbeddedResource>
89 <Compile Include="Properties\Resources.Designer.cs">
90 <AutoGen>True</AutoGen>
91 <DependentUpon>Resources.resx</DependentUpon>
92 </Compile>
93 <None Include="packages.config" />
94 <None Include="Properties\Settings.settings">
95 <Generator>SettingsSingleFileGenerator</Generator>
96 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
97 </None>
98 <Compile Include="Properties\Settings.Designer.cs">
99 <AutoGen>True</AutoGen>
100 <DependentUpon>Settings.settings</DependentUpon>
101 <DesignTimeSharedInput>True</DesignTimeSharedInput>
102 </Compile>
103 </ItemGroup>
104 <ItemGroup>
105 <None Include="App.config" />
106 </ItemGroup>
107 <ItemGroup />
108 <ItemGroup>
109 <Content Include="img\about.png" />
110 <Content Include="img\acceleration.png" />
2 office 111 <Content Include="img\cog.png" />
1 office 112 <Content Include="img\exit.png" />
2 office 113 <Content Include="img\startup.png" />
1 office 114 </ItemGroup>
115 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
116 </Project>