WingMan – Diff between revs 23 and 27

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 23 Rev 27
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="..\packages\SQLite.Native.3.12.3\build\net45\SQLite.Native.props" Condition="Exists('..\packages\SQLite.Native.3.12.3\build\net45\SQLite.Native.props')" /> 3 <Import Project="..\packages\SQLite.Native.3.12.3\build\net45\SQLite.Native.props" Condition="Exists('..\packages\SQLite.Native.3.12.3\build\net45\SQLite.Native.props')" />
4 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> 4 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5 <PropertyGroup> 5 <PropertyGroup>
6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8 <ProjectGuid>{274BFD57-CACB-4400-86A6-FAE0CEE9CD74}</ProjectGuid> 8 <ProjectGuid>{274BFD57-CACB-4400-86A6-FAE0CEE9CD74}</ProjectGuid>
9 <OutputType>WinExe</OutputType> 9 <OutputType>WinExe</OutputType>
10 <RootNamespace>WingMan</RootNamespace> 10 <RootNamespace>WingMan</RootNamespace>
11 <AssemblyName>WingMan</AssemblyName> 11 <AssemblyName>WingMan</AssemblyName>
12 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> 12 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment> 13 <FileAlignment>512</FileAlignment>
14 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> 14 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15 <NuGetPackageImportStamp> 15 <NuGetPackageImportStamp>
16 </NuGetPackageImportStamp> 16 </NuGetPackageImportStamp>
17 </PropertyGroup> 17 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 <PlatformTarget>AnyCPU</PlatformTarget> 19 <PlatformTarget>AnyCPU</PlatformTarget>
20 <DebugSymbols>true</DebugSymbols> 20 <DebugSymbols>true</DebugSymbols>
21 <DebugType>full</DebugType> 21 <DebugType>full</DebugType>
22 <Optimize>false</Optimize> 22 <Optimize>false</Optimize>
23 <OutputPath>bin\Debug\</OutputPath> 23 <OutputPath>bin\Debug\</OutputPath>
24 <DefineConstants>DEBUG;TRACE</DefineConstants> 24 <DefineConstants>DEBUG;TRACE</DefineConstants>
25 <ErrorReport>prompt</ErrorReport> 25 <ErrorReport>prompt</ErrorReport>
26 <WarningLevel>4</WarningLevel> 26 <WarningLevel>4</WarningLevel>
27 <Prefer32Bit>false</Prefer32Bit> 27 <Prefer32Bit>false</Prefer32Bit>
28 </PropertyGroup> 28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30 <PlatformTarget>AnyCPU</PlatformTarget> 30 <PlatformTarget>AnyCPU</PlatformTarget>
31 <DebugType>pdbonly</DebugType> 31 <DebugType>pdbonly</DebugType>
32 <Optimize>true</Optimize> 32 <Optimize>true</Optimize>
33 <OutputPath>bin\Release\</OutputPath> 33 <OutputPath>bin\Release\</OutputPath>
34 <DefineConstants>TRACE</DefineConstants> 34 <DefineConstants>TRACE</DefineConstants>
35 <ErrorReport>prompt</ErrorReport> 35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel> 36 <WarningLevel>4</WarningLevel>
37 </PropertyGroup> 37 </PropertyGroup>
38 <PropertyGroup> 38 <PropertyGroup>
-   39 <ApplicationIcon>
39 <ApplicationIcon>wingman.ico</ApplicationIcon> 40 </ApplicationIcon>
40 </PropertyGroup> 41 </PropertyGroup>
41 <ItemGroup> 42 <ItemGroup>
42 <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL"> 43 <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 <HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath>
44 </Reference> 45 </Reference>
45 <Reference Include="Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> 46 <Reference Include="Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
46 <HintPath>..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\Mono.Data.Sqlite.dll</HintPath> 47 <HintPath>..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\Mono.Data.Sqlite.dll</HintPath>
47 </Reference> 48 </Reference>
48 <Reference Include="MQTTnet, Version=2.8.4.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL"> 49 <Reference Include="MQTTnet, Version=2.8.4.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL">
49 <HintPath>..\packages\MQTTnet.2.8.4\lib\net452\MQTTnet.dll</HintPath> 50 <HintPath>..\packages\MQTTnet.2.8.4\lib\net452\MQTTnet.dll</HintPath>
50 </Reference> 51 </Reference>
51 <Reference Include="MQTTnet.Extensions.ManagedClient, Version=2.8.4.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL"> 52 <Reference Include="MQTTnet.Extensions.ManagedClient, Version=2.8.4.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL">
52 <HintPath>..\packages\MQTTnet.Extensions.ManagedClient.2.8.4\lib\net452\MQTTnet.Extensions.ManagedClient.dll</HintPath> 53 <HintPath>..\packages\MQTTnet.Extensions.ManagedClient.2.8.4\lib\net452\MQTTnet.Extensions.ManagedClient.dll</HintPath>
53 </Reference> 54 </Reference>
54 <Reference Include="Open.Nat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f22a6a4582336c76, processorArchitecture=MSIL"> 55 <Reference Include="Open.Nat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f22a6a4582336c76, processorArchitecture=MSIL">
55 <HintPath>..\packages\Open.NAT.2.1.0.0\lib\net45\Open.Nat.dll</HintPath> 56 <HintPath>..\packages\Open.NAT.2.1.0.0\lib\net45\Open.Nat.dll</HintPath>
56 </Reference> 57 </Reference>
57 <Reference Include="System" /> 58 <Reference Include="System" />
58 <Reference Include="System.Core" /> 59 <Reference Include="System.Core" />
59 <Reference Include="System.Data.Portable, Version=4.0.0.0, Culture=neutral, PublicKeyToken=59e704a76bc4613a, processorArchitecture=MSIL"> 60 <Reference Include="System.Data.Portable, Version=4.0.0.0, Culture=neutral, PublicKeyToken=59e704a76bc4613a, processorArchitecture=MSIL">
60 <HintPath>..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\System.Data.Portable.dll</HintPath> 61 <HintPath>..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\System.Data.Portable.dll</HintPath>
61 </Reference> 62 </Reference>
62 <Reference Include="System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 63 <Reference Include="System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
63 <HintPath>..\packages\Microsoft.Tpl.Dataflow.4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath> 64 <HintPath>..\packages\Microsoft.Tpl.Dataflow.4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
64 </Reference> 65 </Reference>
65 <Reference Include="System.Transactions" /> 66 <Reference Include="System.Transactions" />
66 <Reference Include="System.Transactions.Portable, Version=4.0.0.0, Culture=neutral, PublicKeyToken=59e704a76bc4613a, processorArchitecture=MSIL"> 67 <Reference Include="System.Transactions.Portable, Version=4.0.0.0, Culture=neutral, PublicKeyToken=59e704a76bc4613a, processorArchitecture=MSIL">
67 <HintPath>..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\System.Transactions.Portable.dll</HintPath> 68 <HintPath>..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\System.Transactions.Portable.dll</HintPath>
68 </Reference> 69 </Reference>
69 <Reference Include="System.Xml.Linq" /> 70 <Reference Include="System.Xml.Linq" />
70 <Reference Include="System.Data.DataSetExtensions" /> 71 <Reference Include="System.Data.DataSetExtensions" />
71 <Reference Include="Microsoft.CSharp" /> 72 <Reference Include="Microsoft.CSharp" />
72 <Reference Include="System.Data" /> 73 <Reference Include="System.Data" />
73 <Reference Include="System.Deployment" /> 74 <Reference Include="System.Deployment" />
74 <Reference Include="System.Drawing" /> 75 <Reference Include="System.Drawing" />
75 <Reference Include="System.Net.Http" /> 76 <Reference Include="System.Net.Http" />
76 <Reference Include="System.Windows.Forms" /> 77 <Reference Include="System.Windows.Forms" />
77 <Reference Include="System.Xml" /> 78 <Reference Include="System.Xml" />
78 <Reference Include="WindowsInput, Version=1.0.6.0, Culture=neutral, PublicKeyToken=de2685b4776e9c2e, processorArchitecture=MSIL"> 79 <Reference Include="WindowsInput, Version=1.0.6.0, Culture=neutral, PublicKeyToken=de2685b4776e9c2e, processorArchitecture=MSIL">
79 <HintPath>..\packages\InputSimulatorPlus.1.0.7\lib\net20\WindowsInput.dll</HintPath> 80 <HintPath>..\packages\InputSimulatorPlus.1.0.7\lib\net20\WindowsInput.dll</HintPath>
80 </Reference> 81 </Reference>
81 </ItemGroup> 82 </ItemGroup>
82 <ItemGroup> 83 <ItemGroup>
83 <Compile Include="AutoCompletion\AutoCompletion.cs" /> 84 <Compile Include="AutoCompletion\AutoCompletion.cs" />
84 <Compile Include="AutoCompletion\AutoCompletionFailedEventArgs.cs" /> 85 <Compile Include="AutoCompletion\AutoCompletionFailedEventArgs.cs" />
85 <Compile Include="AutoCompletion\AutoCompletionFailedType.cs" /> 86 <Compile Include="AutoCompletion\AutoCompletionFailedType.cs" />
86 <Compile Include="Communication\MqttAuthenticationFailureEventArgs.cs" /> 87 <Compile Include="Communication\MqttAuthenticationFailureEventArgs.cs" />
87 <Compile Include="Lobby\LobbyMessageReceivedEventArgs.cs" /> 88 <Compile Include="Lobby\LobbyMessageReceivedEventArgs.cs" />
88 <Compile Include="Lobby\LobbyMessageSynchronizer.cs" /> 89 <Compile Include="Lobby\LobbyMessageSynchronizer.cs" />
89 <Compile Include="Bindings\ExecuteKeyBinding.cs" /> 90 <Compile Include="Bindings\ExecuteKeyBinding.cs" />
90 <Compile Include="Bindings\KeyBindingExchange.cs" /> 91 <Compile Include="Bindings\KeyBindingExchange.cs" />
91 <Compile Include="Bindings\KeyBindingExecutingEventArgs.cs" /> 92 <Compile Include="Bindings\KeyBindingExecutingEventArgs.cs" />
92 <Compile Include="Bindings\KeyBindingMatchedEventArgs.cs" /> 93 <Compile Include="Bindings\KeyBindingMatchedEventArgs.cs" />
93 <Compile Include="Bindings\KeyBindingsSynchronizerEventArgs.cs" /> 94 <Compile Include="Bindings\KeyBindingsSynchronizerEventArgs.cs" />
94 <Compile Include="Bindings\KeyBindingsSynchronizer.cs" /> 95 <Compile Include="Bindings\KeyBindingsSynchronizer.cs" />
95 <Compile Include="Communication\MqttCommunication.cs" /> 96 <Compile Include="Communication\MqttCommunication.cs" />
96 <Compile Include="Bindings\KeyBinding.cs" /> 97 <Compile Include="Bindings\KeyBinding.cs" />
97 <Compile Include="Bindings\LocalKeyBindings.cs" /> 98 <Compile Include="Bindings\LocalKeyBindings.cs" />
98 <Compile Include="Bindings\KeyBindingsExchange.cs" /> 99 <Compile Include="Bindings\KeyBindingsExchange.cs" />
99 <Compile Include="Lobby\LobbyMessage.cs" /> 100 <Compile Include="Lobby\LobbyMessage.cs" />
100 <Compile Include="Communication\MqttCommunicationType.cs" /> 101 <Compile Include="Communication\MqttCommunicationType.cs" />
101 <Compile Include="Bindings\KeyInterceptor.cs" /> 102 <Compile Include="Bindings\KeyInterceptor.cs" />
102 <Compile Include="Bindings\KeySimulator.cs" /> 103 <Compile Include="Bindings\KeySimulator.cs" />
103 <Compile Include="Bindings\RemoteKeyBinding.cs" /> 104 <Compile Include="Bindings\RemoteKeyBinding.cs" />
104 <Compile Include="Bindings\RemoteKeyBindings.cs" /> 105 <Compile Include="Bindings\RemoteKeyBindings.cs" />
105 <Compile Include="Utilities\AES.cs" /> 106 <Compile Include="Utilities\AES.cs" />
106 <Compile Include="Utilities\Extensions.cs" /> 107 <Compile Include="Utilities\Extensions.cs" />
107 <Compile Include="Utilities\KeyConversion.cs" /> 108 <Compile Include="Utilities\KeyConversion.cs" />
108 <Compile Include="WingManForm.cs"> 109 <Compile Include="WingManForm.cs">
109 <SubType>Form</SubType> 110 <SubType>Form</SubType>
110 </Compile> 111 </Compile>
111 <Compile Include="WingManForm.Designer.cs"> 112 <Compile Include="WingManForm.Designer.cs">
112 <DependentUpon>WingManForm.cs</DependentUpon> 113 <DependentUpon>WingManForm.cs</DependentUpon>
113 </Compile> 114 </Compile>
114 <Compile Include="Program.cs" /> 115 <Compile Include="Program.cs" />
115 <Compile Include="Properties\AssemblyInfo.cs" /> 116 <Compile Include="Properties\AssemblyInfo.cs" />
116 <Compile Include="Properties\Strings.Designer.cs"> 117 <Compile Include="Properties\Strings.Designer.cs">
117 <AutoGen>True</AutoGen> 118 <AutoGen>True</AutoGen>
118 <DesignTime>True</DesignTime> 119 <DesignTime>True</DesignTime>
119 <DependentUpon>Strings.resx</DependentUpon> 120 <DependentUpon>Strings.resx</DependentUpon>
120 </Compile> 121 </Compile>
121 <EmbeddedResource Include="WingManForm.resx"> 122 <EmbeddedResource Include="WingManForm.resx">
122 <DependentUpon>WingManForm.cs</DependentUpon> 123 <DependentUpon>WingManForm.cs</DependentUpon>
123 </EmbeddedResource> 124 </EmbeddedResource>
124 <EmbeddedResource Include="Properties\Resources.resx"> 125 <EmbeddedResource Include="Properties\Resources.resx">
125 <Generator>ResXFileCodeGenerator</Generator> 126 <Generator>ResXFileCodeGenerator</Generator>
126 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 127 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
127 <SubType>Designer</SubType> 128 <SubType>Designer</SubType>
128 </EmbeddedResource> 129 </EmbeddedResource>
129 <Compile Include="Properties\Resources.Designer.cs"> 130 <Compile Include="Properties\Resources.Designer.cs">
130 <AutoGen>True</AutoGen> 131 <AutoGen>True</AutoGen>
131 <DependentUpon>Resources.resx</DependentUpon> 132 <DependentUpon>Resources.resx</DependentUpon>
132 </Compile> 133 </Compile>
133 <EmbeddedResource Include="Properties\Strings.resx"> 134 <EmbeddedResource Include="Properties\Strings.resx">
134 <Generator>ResXFileCodeGenerator</Generator> 135 <Generator>ResXFileCodeGenerator</Generator>
135 <LastGenOutput>Strings.Designer.cs</LastGenOutput> 136 <LastGenOutput>Strings.Designer.cs</LastGenOutput>
136 </EmbeddedResource> 137 </EmbeddedResource>
137 <None Include="packages.config" /> 138 <None Include="packages.config" />
138 <None Include="Properties\Settings.settings"> 139 <None Include="Properties\Settings.settings">
139 <Generator>SettingsSingleFileGenerator</Generator> 140 <Generator>SettingsSingleFileGenerator</Generator>
140 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 141 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
141 </None> 142 </None>
142 <Compile Include="Properties\Settings.Designer.cs"> 143 <Compile Include="Properties\Settings.Designer.cs">
143 <AutoGen>True</AutoGen> 144 <AutoGen>True</AutoGen>
144 <DependentUpon>Settings.settings</DependentUpon> 145 <DependentUpon>Settings.settings</DependentUpon>
145 <DesignTimeSharedInput>True</DesignTimeSharedInput> 146 <DesignTimeSharedInput>True</DesignTimeSharedInput>
146 </Compile> 147 </Compile>
147 </ItemGroup> 148 </ItemGroup>
148 <ItemGroup> 149 <ItemGroup>
149 <None Include="App.config" /> 150 <None Include="App.config" />
150 </ItemGroup> 151 </ItemGroup>
151 <ItemGroup> 152 <ItemGroup>
152 <Content Include="LICENSE.txt"> 153 <Content Include="LICENSE.txt">
153 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 154 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
154 </Content> 155 </Content>
155 <Content Include="wingman.ico" /> -  
156 </ItemGroup> 156 </ItemGroup>
157 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 157 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
158 <Import Project="..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets" Condition="Exists('..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets')" /> 158 <Import Project="..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets" Condition="Exists('..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets')" />
159 <Target Name="EnsureMonoDataSqlitePortableImported" BeforeTargets="BeforeBuild" Condition="'$(MonoDataSqlitePortableImported)' == ''"> 159 <Target Name="EnsureMonoDataSqlitePortableImported" BeforeTargets="BeforeBuild" Condition="'$(MonoDataSqlitePortableImported)' == ''">
160 <Error Condition="!Exists('..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them." /> 160 <Error Condition="!Exists('..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them." />
161 <Error Condition="Exists('..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build." /> 161 <Error Condition="Exists('..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build." />
162 </Target> 162 </Target>
163 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> 163 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
164 <PropertyGroup> 164 <PropertyGroup>
165 <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> 165 <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
166 </PropertyGroup> 166 </PropertyGroup>
167 <Error Condition="!Exists('..\packages\SQLite.Native.3.12.3\build\net45\SQLite.Native.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SQLite.Native.3.12.3\build\net45\SQLite.Native.props'))" /> 167 <Error Condition="!Exists('..\packages\SQLite.Native.3.12.3\build\net45\SQLite.Native.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SQLite.Native.3.12.3\build\net45\SQLite.Native.props'))" />
168 </Target> 168 </Target>
169 </Project> 169 </Project>
170   170  
171
Generated by GNU Enscript 1.6.5.90.
171
Generated by GNU Enscript 1.6.5.90.
172   172  
173   173  
174   174