Mercurial > hg > ucis.core
annotate UCIS.Core.csproj @ 24:87f5e19c4885
Make library more suitable for independent reuse
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Mon, 15 Apr 2013 15:38:23 +0200 |
parents | UCIS.csproj@644a923bca98 |
children | 24e918d2ac18 |
rev | line source |
---|---|
0 | 1 ???<?xml version="1.0" encoding="utf-8"?> |
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 <PropertyGroup> | |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
6 <ProductVersion>9.0.30729</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{3200885C-E36B-400B-BE21-6209B47832E6}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>UCIS</RootNamespace> | |
24
87f5e19c4885
Make library more suitable for independent reuse
Ivo Smits <Ivo@UCIS.nl>
parents:
23
diff
changeset
|
12 <AssemblyName>UCIS.Core</AssemblyName> |
0 | 13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
14 <FileAlignment>512</FileAlignment> | |
1
28dc7d535036
Small improvements, introduced PacketStream
Ivo Smits <Ivo@UCIS.nl>
parents:
0
diff
changeset
|
15 <SignAssembly>true</SignAssembly> |
28dc7d535036
Small improvements, introduced PacketStream
Ivo Smits <Ivo@UCIS.nl>
parents:
0
diff
changeset
|
16 <AssemblyOriginatorKeyFile>UCIS.snk</AssemblyOriginatorKeyFile> |
0 | 17 </PropertyGroup> |
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
19 <DebugSymbols>true</DebugSymbols> | |
20 <DebugType>full</DebugType> | |
21 <Optimize>false</Optimize> | |
24
87f5e19c4885
Make library more suitable for independent reuse
Ivo Smits <Ivo@UCIS.nl>
parents:
23
diff
changeset
|
22 <OutputPath>bin\Debug\</OutputPath> |
0 | 23 <DefineConstants>DEBUG;TRACE</DefineConstants> |
24 <ErrorReport>prompt</ErrorReport> | |
25 <WarningLevel>4</WarningLevel> | |
20 | 26 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
0 | 27 </PropertyGroup> |
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
29 <DebugType>pdbonly</DebugType> | |
30 <Optimize>true</Optimize> | |
24
87f5e19c4885
Make library more suitable for independent reuse
Ivo Smits <Ivo@UCIS.nl>
parents:
23
diff
changeset
|
31 <OutputPath>bin\Release\</OutputPath> |
0 | 32 <DefineConstants>TRACE</DefineConstants> |
33 <ErrorReport>prompt</ErrorReport> | |
34 <WarningLevel>4</WarningLevel> | |
21 | 35 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
0 | 36 </PropertyGroup> |
37 <ItemGroup> | |
38 <Reference Include="System" /> | |
39 <Reference Include="System.Data" /> | |
23 | 40 <Reference Include="System.Drawing" /> |
0 | 41 <Reference Include="System.Management" /> |
23 | 42 <Reference Include="System.Windows.Forms" /> |
0 | 43 <Reference Include="System.Xml" /> |
44 </ItemGroup> | |
45 <ItemGroup> | |
46 <Compile Include="Cache.cs" /> | |
47 <Compile Include="Cci\CciCommand.cs" /> | |
48 <Compile Include="Database.cs" /> | |
49 <None Include="DBReader.cs" /> | |
23 | 50 <Compile Include="FBGUI.cs"> |
51 <SubType>Component</SubType> | |
52 </Compile> | |
20 | 53 <Compile Include="NaCl\APIv2.cs"> |
54 <SubType>Code</SubType> | |
55 </Compile> | |
56 <Compile Include="NaCl\crypto_box\curve25519xsalsa20poly1305.cs"> | |
57 <SubType>Code</SubType> | |
58 </Compile> | |
59 <Compile Include="NaCl\crypto_core\hsalsa20.cs"> | |
60 <SubType>Code</SubType> | |
61 </Compile> | |
62 <Compile Include="NaCl\crypto_core\salsa20.cs"> | |
63 <SubType>Code</SubType> | |
64 </Compile> | |
65 <Compile Include="NaCl\crypto_hashblocks\sha512.cs"> | |
66 <SubType>Code</SubType> | |
67 </Compile> | |
68 <Compile Include="NaCl\crypto_hash\sha512.cs"> | |
69 <SubType>Code</SubType> | |
70 </Compile> | |
71 <Compile Include="NaCl\crypto_onetimeauth\poly1305.cs"> | |
72 <SubType>Code</SubType> | |
73 </Compile> | |
74 <Compile Include="NaCl\crypto_scalarmult\curve25519.cs"> | |
75 <SubType>Code</SubType> | |
76 </Compile> | |
77 <Compile Include="NaCl\crypto_secretbox\xsalsa20poly1305.cs"> | |
78 <SubType>Code</SubType> | |
79 </Compile> | |
80 <Compile Include="NaCl\crypto_sign\edwards25519sha512batch.cs"> | |
81 <SubType>Code</SubType> | |
82 </Compile> | |
83 <Compile Include="NaCl\crypto_stream\salsa20.cs"> | |
84 <SubType>Code</SubType> | |
85 </Compile> | |
86 <Compile Include="NaCl\crypto_stream\xsalsa20.cs"> | |
87 <SubType>Code</SubType> | |
88 </Compile> | |
89 <Compile Include="NaCl\crypto_verify\16.cs"> | |
90 <SubType>Code</SubType> | |
91 </Compile> | |
92 <Compile Include="NaCl\crypto_verify\32.cs"> | |
93 <SubType>Code</SubType> | |
94 </Compile> | |
95 <Compile Include="NaCl\Native.cs"> | |
96 <SubType>Code</SubType> | |
97 </Compile> | |
98 <Compile Include="NaCl\randombytes.cs"> | |
99 <SubType>Code</SubType> | |
100 </Compile> | |
0 | 101 <Compile Include="Net\ConnectionList.cs" /> |
102 <Compile Include="Net\HTTP.cs" /> | |
103 <Compile Include="Net\INetworkConnection.cs" /> | |
104 <Compile Include="Net\TCPServer.cs" /> | |
105 <Compile Include="Net\TCPStream.cs" /> | |
12 | 106 <Compile Include="Net\WebSocketPacketStream.cs" /> |
0 | 107 <Compile Include="Pml\Channels\ActivePmlChannel.cs" /> |
108 <Compile Include="Pml\Channels\PassivePmlChannel.cs" /> | |
109 <Compile Include="Pml\Channels\PmlChannel.cs" /> | |
110 <None Include="Pml\Elements\Array.cs" /> | |
111 <Compile Include="Pml\Elements\Binary.cs" /> | |
112 <Compile Include="Pml\Elements\Collection.cs" /> | |
113 <Compile Include="Pml\Elements\Dictionary.cs" /> | |
114 <Compile Include="Pml\Elements\Element.cs" /> | |
115 <Compile Include="Pml\Elements\Integer.cs" /> | |
116 <None Include="Pml\Elements\Number.cs" /> | |
117 <Compile Include="Pml\Elements\PmlNull.cs" /> | |
118 <Compile Include="Pml\Elements\PmlString.cs" /> | |
119 <Compile Include="Pml\Channels\IPmlChannel.cs" /> | |
120 <Compile Include="Pml\IPmlCommunicator.cs" /> | |
121 <Compile Include="Pml\IPmlRpc.cs" /> | |
122 <None Include="Pml\LegacyPmlCommunicator.cs" /> | |
123 <Compile Include="Pml\PmlBuilder.cs" /> | |
124 <None Include="Pml\PmlCommunicator.cs" /> | |
1
28dc7d535036
Small improvements, introduced PacketStream
Ivo Smits <Ivo@UCIS.nl>
parents:
0
diff
changeset
|
125 <None Include="UCIS.snk" /> |
0 | 126 <Compile Include="Pml\PmlCommunicator2.cs" /> |
127 <Compile Include="Pml\RW\PmlAmfRW.cs" /> | |
128 <Compile Include="Pml\RW\PmlPHPRW.cs" /> | |
129 <Compile Include="Pml\RW\PmlBinaryRW.cs" /> | |
130 <Compile Include="Pml\RW\IPmlRW.cs" /> | |
131 <Compile Include="Pml\PmlConnection.cs" /> | |
132 <Compile Include="Pml\RW\PmlTextRW.cs" /> | |
133 <Compile Include="Pml\RW\PmlXmlRW.cs" /> | |
134 <Compile Include="Pml\Channels\TCPPmlChannel.cs" /> | |
135 <Compile Include="Properties\AssemblyInfo.cs" /> | |
11
2e0ff842aa4a
Added Protocol Buffers encoding/decoding code
Ivo Smits <Ivo@UCIS.nl>
parents:
5
diff
changeset
|
136 <Compile Include="ProtocolBuffers.cs" /> |
0 | 137 <Compile Include="Radio\Tuner.cs" /> |
13 | 138 <Compile Include="Remoting\RemotingManager.cs" /> |
0 | 139 <Compile Include="ThreadPool.cs" /> |
21 | 140 <Compile Include="USBLib\Communication\IUsbDevice.cs" /> |
141 <Compile Include="USBLib\Communication\IUsbDeviceRegistry.cs" /> | |
142 <Compile Include="USBLib\Communication\LibUsb0\LibUsb0Registry.cs" /> | |
143 <Compile Include="USBLib\Communication\LibUsb0\LibUsbDevice.cs" /> | |
144 <Compile Include="USBLib\Communication\LibUsb0\Support.cs" /> | |
145 <Compile Include="USBLib\Communication\LibUsb1\libusb1.cs" /> | |
146 <Compile Include="USBLib\Communication\LibUsb1\LibUsb1Device.cs" /> | |
147 <Compile Include="USBLib\Communication\LibUsb1\LibUsb1Registry.cs" /> | |
148 <Compile Include="USBLib\Communication\LibUsbDotNet.cs" /> | |
149 <Compile Include="USBLib\Communication\UsbControlRequestType.cs" /> | |
150 <Compile Include="USBLib\Communication\UsbDescriptorType.cs" /> | |
151 <Compile Include="USBLib\Communication\UsbInterface.cs" /> | |
152 <Compile Include="USBLib\Communication\UsbPipeStream.cs" /> | |
153 <Compile Include="USBLib\Communication\WindowsUsbDeviceRegistry.cs" /> | |
154 <Compile Include="USBLib\Communication\WinUsb\WinUsbDevice.cs" /> | |
155 <Compile Include="USBLib\Communication\WinUsb\WinUsbRegistry.cs" /> | |
156 <Compile Include="USBLib\Descriptor\UsbDescriptor.cs" /> | |
157 <Compile Include="USBLib\Internal\Windows\SetupApi.cs" /> | |
158 <Compile Include="USBLib\Internal\Windows\UsbApi.cs" /> | |
159 <Compile Include="USBLib\Internal\Windows\Win32Kernel.cs" /> | |
160 <Compile Include="USBLib\Windows\Devices\DeviceNode.cs" /> | |
161 <Compile Include="USBLib\Windows\USB\UsbBus.cs" /> | |
162 <Compile Include="USBLib\Windows\USB\UsbController.cs" /> | |
163 <Compile Include="USBLib\Windows\USB\UsbDevice.cs" /> | |
164 <Compile Include="USBLib\Windows\USB\UsbHub.cs" /> | |
0 | 165 <Compile Include="UTF8NoPreamble.cs" /> |
166 <Compile Include="Util\ArrayUtil.cs" /> | |
5 | 167 <Compile Include="Util\AsyncResultBase.cs" /> |
0 | 168 <Compile Include="Util\AsyncStream.cs" /> |
169 <Compile Include="Util\CrossStream.cs" /> | |
170 <Compile Include="Util\HoldStream.cs" /> | |
1
28dc7d535036
Small improvements, introduced PacketStream
Ivo Smits <Ivo@UCIS.nl>
parents:
0
diff
changeset
|
171 <Compile Include="Util\PacketStream.cs" /> |
0 | 172 <Compile Include="Util\PipeStream.cs" /> |
5 | 173 <Compile Include="Util\PrebufferingStream.cs" /> |
1
28dc7d535036
Small improvements, introduced PacketStream
Ivo Smits <Ivo@UCIS.nl>
parents:
0
diff
changeset
|
174 <Compile Include="Util\QueuedPacketStream.cs" /> |
23 | 175 <Compile Include="VNCServer\IFramebuffer.cs" /> |
176 <Compile Include="VNCServer\VNCServer.cs" /> | |
0 | 177 <Compile Include="Windows\ServiceManager.cs" /> |
178 <Compile Include="Xml\PolicyFile.cs" /> | |
179 <Compile Include="Xml\Server.cs" /> | |
180 <Compile Include="Xml\Socket.cs" /> | |
181 </ItemGroup> | |
182 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
183 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
184 Other similar extension points exist, see Microsoft.Common.targets. | |
185 <Target Name="BeforeBuild"> | |
186 </Target> | |
187 <Target Name="AfterBuild"> | |
188 </Target> | |
189 --> | |
190 </Project> |