misu – Blame information for rev 6

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" />
49 <Reference Include="System.Core" />
6 office 50 <Reference Include="System.Runtime.Serialization" />
1 office 51 <Reference Include="System.Threading.Tasks.Dataflow, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
52 <HintPath>..\packages\System.Threading.Tasks.Dataflow.5.0.0\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
53 </Reference>
6 office 54 <Reference Include="System.Xaml" />
1 office 55 <Reference Include="System.Xml.Linq" />
56 <Reference Include="System.Data.DataSetExtensions" />
57 <Reference Include="Microsoft.CSharp" />
58 <Reference Include="System.Data" />
59 <Reference Include="System.Deployment" />
60 <Reference Include="System.Drawing" />
61 <Reference Include="System.Net.Http" />
62 <Reference Include="System.Windows.Forms" />
63 <Reference Include="System.Xml" />
64 </ItemGroup>
65 <ItemGroup>
66 <Compile Include="AboutForm.cs">
67 <SubType>Form</SubType>
68 </Compile>
69 <Compile Include="AboutForm.Designer.cs">
70 <DependentUpon>AboutForm.cs</DependentUpon>
71 </Compile>
72 <Compile Include="BindKeyForm.cs">
73 <SubType>Form</SubType>
74 </Compile>
75 <Compile Include="BindKeyForm.Designer.cs">
76 <DependentUpon>BindKeyForm.cs</DependentUpon>
77 </Compile>
4 office 78 <Compile Include="Constants.cs" />
1 office 79 <Compile Include="Natives.cs" />
3 office 80 <Compile Include="MisuMainForm.cs">
1 office 81 <SubType>Form</SubType>
82 </Compile>
3 office 83 <Compile Include="MisuMainForm.Designer.cs">
84 <DependentUpon>MisuMainForm.cs</DependentUpon>
1 office 85 </Compile>
86 <Compile Include="KeyBoundEventArgs.cs" />
87 <Compile Include="Program.cs" />
88 <Compile Include="Properties\Annotations.cs" />
89 <Compile Include="Properties\AssemblyInfo.cs" />
90 <Compile Include="Properties\Resources.Designer.cs">
91 <AutoGen>True</AutoGen>
92 <DesignTime>True</DesignTime>
93 <DependentUpon>Resources.resx</DependentUpon>
94 </Compile>
95 <Compile Include="Utilities.cs" />
96 <EmbeddedResource Include="AboutForm.resx">
97 <DependentUpon>AboutForm.cs</DependentUpon>
98 </EmbeddedResource>
99 <EmbeddedResource Include="BindKeyForm.resx">
100 <DependentUpon>BindKeyForm.cs</DependentUpon>
101 </EmbeddedResource>
3 office 102 <EmbeddedResource Include="MisuMainForm.resx">
103 <DependentUpon>MisuMainForm.cs</DependentUpon>
1 office 104 </EmbeddedResource>
105 <EmbeddedResource Include="Properties\Resources.resx">
106 <Generator>ResXFileCodeGenerator</Generator>
107 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
108 </EmbeddedResource>
5 office 109 <None Include="img\misu.psd" />
1 office 110 <None Include="packages.config" />
111 <None Include="Properties\DataSources\Form1.datasource" />
112 </ItemGroup>
113 <ItemGroup>
114 <None Include="App.config" />
115 </ItemGroup>
116 <ItemGroup>
5 office 117 <Content Include="img\about.png" />
118 <Content Include="img\cog.png" />
119 <Content Include="img\exit.png" />
120 <Content Include="img\keyboard.png" />
121 <Content Include="img\misu.ico" />
122 <Content Include="img\misu.png" />
123 <Content Include="img\mouse.png" />
124 <Content Include="img\rec.png" />
125 <Content Include="img\share.png" />
126 <Content Include="img\shuttle.png" />
1 office 127 <Content Include="misu.ico" />
128 </ItemGroup>
5 office 129 <ItemGroup />
1 office 130 <ItemGroup>
131 <ProjectReference Include="..\Configuration\Configuration.csproj">
132 <Project>{c2434c11-3aab-43b5-ad54-a0655b8b8fb9}</Project>
133 <Name>Configuration</Name>
134 </ProjectReference>
135 </ItemGroup>
136 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
137 </Project>