misu – Blame information for rev 7

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>{C1B9A43C-E511-4E6A-BF6D-367EA1D30B5F}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <RootNamespace>misu</RootNamespace>
10 <AssemblyName>misu</AssemblyName>
11 <TargetFrameworkVersion>v4.5.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 <PropertyGroup>
36 <StartupObject>misu.Program</StartupObject>
37 </PropertyGroup>
38 <PropertyGroup>
39 <ApplicationIcon>misu.ico</ApplicationIcon>
40 </PropertyGroup>
41 <ItemGroup>
6 office 42 <Reference Include="AutoUpdater.NET, Version=1.6.4.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL">
43 <HintPath>..\packages\Autoupdater.NET.Official.1.6.4\lib\net45\AutoUpdater.NET.dll</HintPath>
44 </Reference>
1 office 45 <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL">
46 <HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath>
47 </Reference>
48 <Reference Include="System" />
7 office 49 <Reference Include="System.Configuration" />
1 office 50 <Reference Include="System.Core" />
6 office 51 <Reference Include="System.Runtime.Serialization" />
1 office 52 <Reference Include="System.Threading.Tasks.Dataflow, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
53 <HintPath>..\packages\System.Threading.Tasks.Dataflow.5.0.0\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
54 </Reference>
6 office 55 <Reference Include="System.Xaml" />
1 office 56 <Reference Include="System.Xml.Linq" />
57 <Reference Include="System.Data.DataSetExtensions" />
58 <Reference Include="Microsoft.CSharp" />
59 <Reference Include="System.Data" />
60 <Reference Include="System.Deployment" />
61 <Reference Include="System.Drawing" />
62 <Reference Include="System.Net.Http" />
63 <Reference Include="System.Windows.Forms" />
64 <Reference Include="System.Xml" />
65 </ItemGroup>
66 <ItemGroup>
67 <Compile Include="AboutForm.cs">
68 <SubType>Form</SubType>
69 </Compile>
70 <Compile Include="AboutForm.Designer.cs">
71 <DependentUpon>AboutForm.cs</DependentUpon>
72 </Compile>
73 <Compile Include="BindKeyForm.cs">
74 <SubType>Form</SubType>
75 </Compile>
76 <Compile Include="BindKeyForm.Designer.cs">
77 <DependentUpon>BindKeyForm.cs</DependentUpon>
78 </Compile>
4 office 79 <Compile Include="Constants.cs" />
1 office 80 <Compile Include="Natives.cs" />
3 office 81 <Compile Include="MisuMainForm.cs">
1 office 82 <SubType>Form</SubType>
83 </Compile>
3 office 84 <Compile Include="MisuMainForm.Designer.cs">
85 <DependentUpon>MisuMainForm.cs</DependentUpon>
1 office 86 </Compile>
87 <Compile Include="KeyBoundEventArgs.cs" />
88 <Compile Include="Program.cs" />
89 <Compile Include="Properties\Annotations.cs" />
90 <Compile Include="Properties\AssemblyInfo.cs" />
91 <Compile Include="Properties\Resources.Designer.cs">
92 <AutoGen>True</AutoGen>
93 <DesignTime>True</DesignTime>
94 <DependentUpon>Resources.resx</DependentUpon>
95 </Compile>
7 office 96 <Compile Include="Properties\Settings.Designer.cs">
97 <AutoGen>True</AutoGen>
98 <DesignTimeSharedInput>True</DesignTimeSharedInput>
99 <DependentUpon>Settings.settings</DependentUpon>
100 </Compile>
1 office 101 <Compile Include="Utilities.cs" />
102 <EmbeddedResource Include="AboutForm.resx">
103 <DependentUpon>AboutForm.cs</DependentUpon>
104 </EmbeddedResource>
105 <EmbeddedResource Include="BindKeyForm.resx">
106 <DependentUpon>BindKeyForm.cs</DependentUpon>
107 </EmbeddedResource>
3 office 108 <EmbeddedResource Include="MisuMainForm.resx">
109 <DependentUpon>MisuMainForm.cs</DependentUpon>
1 office 110 </EmbeddedResource>
111 <EmbeddedResource Include="Properties\Resources.resx">
112 <Generator>ResXFileCodeGenerator</Generator>
113 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
114 </EmbeddedResource>
5 office 115 <None Include="img\misu.psd" />
1 office 116 <None Include="packages.config" />
117 <None Include="Properties\DataSources\Form1.datasource" />
7 office 118 <None Include="Properties\Settings.settings">
119 <Generator>SettingsSingleFileGenerator</Generator>
120 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
121 </None>
1 office 122 </ItemGroup>
123 <ItemGroup>
124 <None Include="App.config" />
125 </ItemGroup>
126 <ItemGroup>
5 office 127 <Content Include="img\about.png" />
128 <Content Include="img\cog.png" />
129 <Content Include="img\exit.png" />
130 <Content Include="img\keyboard.png" />
131 <Content Include="img\misu.ico" />
132 <Content Include="img\misu.png" />
133 <Content Include="img\mouse.png" />
134 <Content Include="img\rec.png" />
135 <Content Include="img\share.png" />
136 <Content Include="img\shuttle.png" />
1 office 137 <Content Include="misu.ico" />
138 </ItemGroup>
5 office 139 <ItemGroup />
1 office 140 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
141 </Project>