misu – Blame information for rev 4

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>
42 <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL">
43 <HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath>
44 </Reference>
45 <Reference Include="System" />
46 <Reference Include="System.Core" />
47 <Reference Include="System.Threading.Tasks.Dataflow, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
48 <HintPath>..\packages\System.Threading.Tasks.Dataflow.5.0.0\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
49 </Reference>
50 <Reference Include="System.Xml.Linq" />
51 <Reference Include="System.Data.DataSetExtensions" />
52 <Reference Include="Microsoft.CSharp" />
53 <Reference Include="System.Data" />
54 <Reference Include="System.Deployment" />
55 <Reference Include="System.Drawing" />
56 <Reference Include="System.Net.Http" />
57 <Reference Include="System.Windows.Forms" />
58 <Reference Include="System.Xml" />
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="BindKeyForm.cs">
68 <SubType>Form</SubType>
69 </Compile>
70 <Compile Include="BindKeyForm.Designer.cs">
71 <DependentUpon>BindKeyForm.cs</DependentUpon>
72 </Compile>
4 office 73 <Compile Include="Constants.cs" />
1 office 74 <Compile Include="Natives.cs" />
3 office 75 <Compile Include="MisuMainForm.cs">
1 office 76 <SubType>Form</SubType>
77 </Compile>
3 office 78 <Compile Include="MisuMainForm.Designer.cs">
79 <DependentUpon>MisuMainForm.cs</DependentUpon>
1 office 80 </Compile>
81 <Compile Include="KeyBoundEventArgs.cs" />
82 <Compile Include="Program.cs" />
83 <Compile Include="Properties\Annotations.cs" />
84 <Compile Include="Properties\AssemblyInfo.cs" />
85 <Compile Include="Properties\Resources.Designer.cs">
86 <AutoGen>True</AutoGen>
87 <DesignTime>True</DesignTime>
88 <DependentUpon>Resources.resx</DependentUpon>
89 </Compile>
90 <Compile Include="Utilities.cs" />
91 <EmbeddedResource Include="AboutForm.resx">
92 <DependentUpon>AboutForm.cs</DependentUpon>
93 </EmbeddedResource>
94 <EmbeddedResource Include="BindKeyForm.resx">
95 <DependentUpon>BindKeyForm.cs</DependentUpon>
96 </EmbeddedResource>
3 office 97 <EmbeddedResource Include="MisuMainForm.resx">
98 <DependentUpon>MisuMainForm.cs</DependentUpon>
1 office 99 </EmbeddedResource>
100 <EmbeddedResource Include="Properties\Resources.resx">
101 <Generator>ResXFileCodeGenerator</Generator>
102 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
103 </EmbeddedResource>
104 <None Include="packages.config" />
105 <None Include="Properties\DataSources\Form1.datasource" />
106 </ItemGroup>
107 <ItemGroup>
108 <None Include="App.config" />
109 </ItemGroup>
110 <ItemGroup>
111 <Content Include="misu.ico" />
112 </ItemGroup>
113 <ItemGroup>
114 <Folder Include="img\" />
115 </ItemGroup>
116 <ItemGroup>
117 <ProjectReference Include="..\Configuration\Configuration.csproj">
118 <Project>{c2434c11-3aab-43b5-ad54-a0655b8b8fb9}</Project>
119 <Name>Configuration</Name>
120 </ProjectReference>
121 </ItemGroup>
122 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
123 </Project>