misu – Diff between revs 1 and 3

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 1 Rev 3
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 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')" /> 3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 <PropertyGroup> 4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{C1B9A43C-E511-4E6A-BF6D-367EA1D30B5F}</ProjectGuid> 7 <ProjectGuid>{C1B9A43C-E511-4E6A-BF6D-367EA1D30B5F}</ProjectGuid>
8 <OutputType>WinExe</OutputType> 8 <OutputType>WinExe</OutputType>
9 <RootNamespace>misu</RootNamespace> 9 <RootNamespace>misu</RootNamespace>
10 <AssemblyName>misu</AssemblyName> 10 <AssemblyName>misu</AssemblyName>
11 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> 11 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12 <FileAlignment>512</FileAlignment> 12 <FileAlignment>512</FileAlignment>
13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> 13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14 <Deterministic>true</Deterministic> 14 <Deterministic>true</Deterministic>
15 </PropertyGroup> 15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <PlatformTarget>AnyCPU</PlatformTarget> 17 <PlatformTarget>AnyCPU</PlatformTarget>
18 <DebugSymbols>true</DebugSymbols> 18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType> 19 <DebugType>full</DebugType>
20 <Optimize>false</Optimize> 20 <Optimize>false</Optimize>
21 <OutputPath>bin\Debug\</OutputPath> 21 <OutputPath>bin\Debug\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport> 23 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel> 24 <WarningLevel>4</WarningLevel>
25 </PropertyGroup> 25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <PlatformTarget>AnyCPU</PlatformTarget> 27 <PlatformTarget>AnyCPU</PlatformTarget>
28 <DebugType>pdbonly</DebugType> 28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize> 29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release\</OutputPath> 30 <OutputPath>bin\Release\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants> 31 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport> 32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel> 33 <WarningLevel>4</WarningLevel>
34 </PropertyGroup> 34 </PropertyGroup>
35 <PropertyGroup> 35 <PropertyGroup>
36 <StartupObject>misu.Program</StartupObject> 36 <StartupObject>misu.Program</StartupObject>
37 </PropertyGroup> 37 </PropertyGroup>
38 <PropertyGroup> 38 <PropertyGroup>
39 <ApplicationIcon>misu.ico</ApplicationIcon> 39 <ApplicationIcon>misu.ico</ApplicationIcon>
40 </PropertyGroup> 40 </PropertyGroup>
41 <ItemGroup> 41 <ItemGroup>
42 <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL"> 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> 43 <HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath>
44 </Reference> 44 </Reference>
45 <Reference Include="System" /> 45 <Reference Include="System" />
46 <Reference Include="System.Core" /> 46 <Reference Include="System.Core" />
47 <Reference Include="System.Threading.Tasks.Dataflow, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 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> 48 <HintPath>..\packages\System.Threading.Tasks.Dataflow.5.0.0\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
49 </Reference> 49 </Reference>
50 <Reference Include="System.Xml.Linq" /> 50 <Reference Include="System.Xml.Linq" />
51 <Reference Include="System.Data.DataSetExtensions" /> 51 <Reference Include="System.Data.DataSetExtensions" />
52 <Reference Include="Microsoft.CSharp" /> 52 <Reference Include="Microsoft.CSharp" />
53 <Reference Include="System.Data" /> 53 <Reference Include="System.Data" />
54 <Reference Include="System.Deployment" /> 54 <Reference Include="System.Deployment" />
55 <Reference Include="System.Drawing" /> 55 <Reference Include="System.Drawing" />
56 <Reference Include="System.Net.Http" /> 56 <Reference Include="System.Net.Http" />
57 <Reference Include="System.Windows.Forms" /> 57 <Reference Include="System.Windows.Forms" />
58 <Reference Include="System.Xml" /> 58 <Reference Include="System.Xml" />
59 </ItemGroup> 59 </ItemGroup>
60 <ItemGroup> 60 <ItemGroup>
61 <Compile Include="AboutForm.cs"> 61 <Compile Include="AboutForm.cs">
62 <SubType>Form</SubType> 62 <SubType>Form</SubType>
63 </Compile> 63 </Compile>
64 <Compile Include="AboutForm.Designer.cs"> 64 <Compile Include="AboutForm.Designer.cs">
65 <DependentUpon>AboutForm.cs</DependentUpon> 65 <DependentUpon>AboutForm.cs</DependentUpon>
66 </Compile> 66 </Compile>
67 <Compile Include="BindKeyForm.cs"> 67 <Compile Include="BindKeyForm.cs">
68 <SubType>Form</SubType> 68 <SubType>Form</SubType>
69 </Compile> 69 </Compile>
70 <Compile Include="BindKeyForm.Designer.cs"> 70 <Compile Include="BindKeyForm.Designer.cs">
71 <DependentUpon>BindKeyForm.cs</DependentUpon> 71 <DependentUpon>BindKeyForm.cs</DependentUpon>
72 </Compile> 72 </Compile>
73 <Compile Include="Natives.cs" /> 73 <Compile Include="Natives.cs" />
74 <Compile Include="Form1.cs"> 74 <Compile Include="MisuMainForm.cs">
75 <SubType>Form</SubType> 75 <SubType>Form</SubType>
76 </Compile> 76 </Compile>
77 <Compile Include="Form1.Designer.cs"> 77 <Compile Include="MisuMainForm.Designer.cs">
78 <DependentUpon>Form1.cs</DependentUpon> 78 <DependentUpon>MisuMainForm.cs</DependentUpon>
79 </Compile> 79 </Compile>
80 <Compile Include="KeyBoundEventArgs.cs" /> 80 <Compile Include="KeyBoundEventArgs.cs" />
81 <Compile Include="Program.cs" /> 81 <Compile Include="Program.cs" />
82 <Compile Include="Properties\Annotations.cs" /> 82 <Compile Include="Properties\Annotations.cs" />
83 <Compile Include="Properties\AssemblyInfo.cs" /> 83 <Compile Include="Properties\AssemblyInfo.cs" />
84 <Compile Include="Properties\Resources.Designer.cs"> 84 <Compile Include="Properties\Resources.Designer.cs">
85 <AutoGen>True</AutoGen> 85 <AutoGen>True</AutoGen>
86 <DesignTime>True</DesignTime> 86 <DesignTime>True</DesignTime>
87 <DependentUpon>Resources.resx</DependentUpon> 87 <DependentUpon>Resources.resx</DependentUpon>
88 </Compile> 88 </Compile>
89 <Compile Include="Utilities.cs" /> 89 <Compile Include="Utilities.cs" />
90 <EmbeddedResource Include="AboutForm.resx"> 90 <EmbeddedResource Include="AboutForm.resx">
91 <DependentUpon>AboutForm.cs</DependentUpon> 91 <DependentUpon>AboutForm.cs</DependentUpon>
92 </EmbeddedResource> 92 </EmbeddedResource>
93 <EmbeddedResource Include="BindKeyForm.resx"> 93 <EmbeddedResource Include="BindKeyForm.resx">
94 <DependentUpon>BindKeyForm.cs</DependentUpon> 94 <DependentUpon>BindKeyForm.cs</DependentUpon>
95 </EmbeddedResource> 95 </EmbeddedResource>
96 <EmbeddedResource Include="Form1.resx"> 96 <EmbeddedResource Include="MisuMainForm.resx">
97 <DependentUpon>Form1.cs</DependentUpon> 97 <DependentUpon>MisuMainForm.cs</DependentUpon>
98 </EmbeddedResource> 98 </EmbeddedResource>
99 <EmbeddedResource Include="doc\AboutText.rtf" /> 99 <EmbeddedResource Include="doc\AboutText.rtf" />
100 <EmbeddedResource Include="Properties\Resources.resx"> 100 <EmbeddedResource Include="Properties\Resources.resx">
101 <Generator>ResXFileCodeGenerator</Generator> 101 <Generator>ResXFileCodeGenerator</Generator>
102 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 102 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
103 </EmbeddedResource> 103 </EmbeddedResource>
104 <None Include="packages.config" /> 104 <None Include="packages.config" />
105 <None Include="Properties\DataSources\Form1.datasource" /> 105 <None Include="Properties\DataSources\Form1.datasource" />
106 </ItemGroup> 106 </ItemGroup>
107 <ItemGroup> 107 <ItemGroup>
108 <None Include="App.config" /> 108 <None Include="App.config" />
109 </ItemGroup> 109 </ItemGroup>
110 <ItemGroup> 110 <ItemGroup>
111 <Content Include="misu.ico" /> 111 <Content Include="misu.ico" />
112 </ItemGroup> 112 </ItemGroup>
113 <ItemGroup> 113 <ItemGroup>
114 <Folder Include="img\" /> 114 <Folder Include="img\" />
115 </ItemGroup> 115 </ItemGroup>
116 <ItemGroup> 116 <ItemGroup>
117 <ProjectReference Include="..\Configuration\Configuration.csproj"> 117 <ProjectReference Include="..\Configuration\Configuration.csproj">
118 <Project>{c2434c11-3aab-43b5-ad54-a0655b8b8fb9}</Project> 118 <Project>{c2434c11-3aab-43b5-ad54-a0655b8b8fb9}</Project>
119 <Name>Configuration</Name> 119 <Name>Configuration</Name>
120 </ProjectReference> 120 </ProjectReference>
121 </ItemGroup> 121 </ItemGroup>
122 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 122 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
123 </Project> 123 </Project>
124   124  
125
Generated by GNU Enscript 1.6.5.90.
125
Generated by GNU Enscript 1.6.5.90.
126   126  
127   127  
128   128