Inertia – 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>{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" />
43 <Reference Include="System.Core" />
44 <Reference Include="System.Runtime.Serialization" />
45 <Reference Include="System.Xaml" />
46 <Reference Include="System.Xml.Linq" />
47 <Reference Include="System.Data.DataSetExtensions" />
48 <Reference Include="Microsoft.CSharp" />
49 <Reference Include="System.Data" />
50 <Reference Include="System.Deployment" />
51 <Reference Include="System.Drawing" />
52 <Reference Include="System.Net.Http" />
53 <Reference Include="System.Windows.Forms" />
54 <Reference Include="System.Xml" />
55 <Reference Include="WindowsInput, Version=1.0.4.0, Culture=neutral, PublicKeyToken=9b287f7dc5073cad, processorArchitecture=MSIL">
56 <HintPath>..\packages\InputSimulator.1.0.4.0\lib\net20\WindowsInput.dll</HintPath>
57 </Reference>
58 </ItemGroup>
59 <ItemGroup>
60 <Compile Include="AboutForm.cs">
61 <SubType>Form</SubType>
62 </Compile>
63 <Compile Include="AboutForm.Designer.cs">
64 <DependentUpon>AboutForm.cs</DependentUpon>
65 </Compile>
66 <Compile Include="Constants.cs" />
67 <Compile Include="Form1.cs">
68 <SubType>Form</SubType>
69 </Compile>
70 <Compile Include="Form1.Designer.cs">
71 <DependentUpon>Form1.cs</DependentUpon>
72 </Compile>
73 <Compile Include="Program.cs" />
74 <Compile Include="Properties\AssemblyInfo.cs" />
75 <Compile Include="ScheduledContinuation.cs" />
76 <EmbeddedResource Include="AboutForm.resx">
77 <DependentUpon>AboutForm.cs</DependentUpon>
78 </EmbeddedResource>
79 <EmbeddedResource Include="Form1.resx">
80 <DependentUpon>Form1.cs</DependentUpon>
81 </EmbeddedResource>
82 <EmbeddedResource Include="Properties\Resources.resx">
83 <Generator>ResXFileCodeGenerator</Generator>
84 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
85 <SubType>Designer</SubType>
86 </EmbeddedResource>
87 <Compile Include="Properties\Resources.Designer.cs">
88 <AutoGen>True</AutoGen>
89 <DependentUpon>Resources.resx</DependentUpon>
90 </Compile>
91 <None Include="packages.config" />
92 <None Include="Properties\Settings.settings">
93 <Generator>SettingsSingleFileGenerator</Generator>
94 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
95 </None>
96 <Compile Include="Properties\Settings.Designer.cs">
97 <AutoGen>True</AutoGen>
98 <DependentUpon>Settings.settings</DependentUpon>
99 <DesignTimeSharedInput>True</DesignTimeSharedInput>
100 </Compile>
101 </ItemGroup>
102 <ItemGroup>
103 <None Include="App.config" />
104 </ItemGroup>
105 <ItemGroup />
106 <ItemGroup>
107 <Content Include="img\about.png" />
108 <Content Include="img\acceleration.png" />
109 <Content Include="img\exit.png" />
110 </ItemGroup>
111 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
112 </Project>