Mercurial > hg > ucis.core
annotate UCIS.Core.csproj @ 111:df53bdd49507 default tip
Merge
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Fri, 07 Nov 2014 18:37:39 +0100 |
parents | 8fe322656807 |
children |
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> | |
15 </PropertyGroup> | |
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
17 <DebugSymbols>true</DebugSymbols> | |
18 <DebugType>full</DebugType> | |
19 <Optimize>false</Optimize> | |
24
87f5e19c4885
Make library more suitable for independent reuse
Ivo Smits <Ivo@UCIS.nl>
parents:
23
diff
changeset
|
20 <OutputPath>bin\Debug\</OutputPath> |
0 | 21 <DefineConstants>DEBUG;TRACE</DefineConstants> |
22 <ErrorReport>prompt</ErrorReport> | |
23 <WarningLevel>4</WarningLevel> | |
20 | 24 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
0 | 25 </PropertyGroup> |
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
27 <DebugType>pdbonly</DebugType> | |
28 <Optimize>true</Optimize> | |
24
87f5e19c4885
Make library more suitable for independent reuse
Ivo Smits <Ivo@UCIS.nl>
parents:
23
diff
changeset
|
29 <OutputPath>bin\Release\</OutputPath> |
0 | 30 <DefineConstants>TRACE</DefineConstants> |
31 <ErrorReport>prompt</ErrorReport> | |
32 <WarningLevel>4</WarningLevel> | |
21 | 33 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
0 | 34 </PropertyGroup> |
35 <ItemGroup> | |
36 <Reference Include="System" /> | |
37 <Reference Include="System.Data" /> | |
23 | 38 <Reference Include="System.Drawing" /> |
0 | 39 <Reference Include="System.Management" /> |
23 | 40 <Reference Include="System.Windows.Forms" /> |
0 | 41 <Reference Include="System.Xml" /> |
42 </ItemGroup> | |
43 <ItemGroup> | |
44 <Compile Include="Cache.cs" /> | |
45 <Compile Include="Cci\CciCommand.cs" /> | |
46 <Compile Include="Database.cs" /> | |
47 <None Include="DBReader.cs" /> | |
30
24e918d2ac18
FBGUI: Added per-control Cursor handling, added more cursors for Form operations, fixed ImageBox image sizing
Ivo Smits <Ivo@UCIS.nl>
parents:
24
diff
changeset
|
48 <Compile Include="FBGUI\FBGUI.cs"> |
23 | 49 </Compile> |
20 | 50 <Compile Include="NaCl\APIv2.cs"> |
51 <SubType>Code</SubType> | |
52 </Compile> | |
53 <Compile Include="NaCl\crypto_box\curve25519xsalsa20poly1305.cs"> | |
54 <SubType>Code</SubType> | |
55 </Compile> | |
56 <Compile Include="NaCl\crypto_core\hsalsa20.cs"> | |
57 <SubType>Code</SubType> | |
58 </Compile> | |
59 <Compile Include="NaCl\crypto_core\salsa20.cs"> | |
60 <SubType>Code</SubType> | |
61 </Compile> | |
62 <Compile Include="NaCl\crypto_hashblocks\sha512.cs"> | |
63 <SubType>Code</SubType> | |
64 </Compile> | |
65 <Compile Include="NaCl\crypto_hash\sha512.cs"> | |
66 <SubType>Code</SubType> | |
67 </Compile> | |
68 <Compile Include="NaCl\crypto_onetimeauth\poly1305.cs"> | |
69 <SubType>Code</SubType> | |
70 </Compile> | |
71 <Compile Include="NaCl\crypto_scalarmult\curve25519.cs"> | |
72 <SubType>Code</SubType> | |
73 </Compile> | |
74 <Compile Include="NaCl\crypto_secretbox\xsalsa20poly1305.cs"> | |
75 <SubType>Code</SubType> | |
76 </Compile> | |
71
7e9d1cfcc562
NaCl: added ed25519 public key message signing implementation
Ivo Smits <Ivo@UCIS.nl>
parents:
68
diff
changeset
|
77 <Compile Include="NaCl\crypto_sign\ed25519.cs" /> |
20 | 78 <Compile Include="NaCl\crypto_sign\edwards25519sha512batch.cs"> |
79 <SubType>Code</SubType> | |
80 </Compile> | |
81 <Compile Include="NaCl\crypto_stream\salsa20.cs"> | |
82 <SubType>Code</SubType> | |
83 </Compile> | |
84 <Compile Include="NaCl\crypto_stream\xsalsa20.cs"> | |
85 <SubType>Code</SubType> | |
86 </Compile> | |
87 <Compile Include="NaCl\crypto_verify\16.cs"> | |
88 <SubType>Code</SubType> | |
89 </Compile> | |
90 <Compile Include="NaCl\crypto_verify\32.cs"> | |
91 <SubType>Code</SubType> | |
92 </Compile> | |
93 <Compile Include="NaCl\Native.cs"> | |
94 <SubType>Code</SubType> | |
95 </Compile> | |
96 <Compile Include="NaCl\randombytes.cs"> | |
97 <SubType>Code</SubType> | |
98 </Compile> | |
0 | 99 <Compile Include="Net\ConnectionList.cs" /> |
100 <Compile Include="Net\HTTP.cs" /> | |
101 <Compile Include="Net\INetworkConnection.cs" /> | |
102 <Compile Include="Net\TCPServer.cs" /> | |
103 <Compile Include="Net\TCPStream.cs" /> | |
12 | 104 <Compile Include="Net\WebSocketPacketStream.cs" /> |
0 | 105 <Compile Include="Pml\Channels\ActivePmlChannel.cs" /> |
106 <Compile Include="Pml\Channels\PassivePmlChannel.cs" /> | |
107 <Compile Include="Pml\Channels\PmlChannel.cs" /> | |
108 <None Include="Pml\Elements\Array.cs" /> | |
109 <Compile Include="Pml\Elements\Binary.cs" /> | |
110 <Compile Include="Pml\Elements\Collection.cs" /> | |
111 <Compile Include="Pml\Elements\Dictionary.cs" /> | |
112 <Compile Include="Pml\Elements\Element.cs" /> | |
113 <Compile Include="Pml\Elements\Integer.cs" /> | |
114 <None Include="Pml\Elements\Number.cs" /> | |
115 <Compile Include="Pml\Elements\PmlNull.cs" /> | |
116 <Compile Include="Pml\Elements\PmlString.cs" /> | |
117 <Compile Include="Pml\Channels\IPmlChannel.cs" /> | |
118 <Compile Include="Pml\IPmlCommunicator.cs" /> | |
119 <Compile Include="Pml\IPmlRpc.cs" /> | |
120 <Compile Include="Pml\PmlBuilder.cs" /> | |
121 <Compile Include="Pml\PmlCommunicator2.cs" /> | |
122 <Compile Include="Pml\RW\PmlAmfRW.cs" /> | |
123 <Compile Include="Pml\RW\PmlPHPRW.cs" /> | |
124 <Compile Include="Pml\RW\PmlBinaryRW.cs" /> | |
125 <Compile Include="Pml\RW\IPmlRW.cs" /> | |
126 <Compile Include="Pml\RW\PmlTextRW.cs" /> | |
127 <Compile Include="Pml\RW\PmlXmlRW.cs" /> | |
128 <Compile Include="Pml\Channels\TCPPmlChannel.cs" /> | |
129 <Compile Include="Properties\AssemblyInfo.cs" /> | |
11
2e0ff842aa4a
Added Protocol Buffers encoding/decoding code
Ivo Smits <Ivo@UCIS.nl>
parents:
5
diff
changeset
|
130 <Compile Include="ProtocolBuffers.cs" /> |
0 | 131 <Compile Include="Radio\Tuner.cs" /> |
13 | 132 <Compile Include="Remoting\RemotingManager.cs" /> |
0 | 133 <Compile Include="ThreadPool.cs" /> |
21 | 134 <Compile Include="USBLib\Communication\IUsbDevice.cs" /> |
135 <Compile Include="USBLib\Communication\IUsbDeviceRegistry.cs" /> | |
136 <Compile Include="USBLib\Communication\LibUsb0\LibUsb0Registry.cs" /> | |
137 <Compile Include="USBLib\Communication\LibUsb0\LibUsbDevice.cs" /> | |
138 <Compile Include="USBLib\Communication\LibUsb0\Support.cs" /> | |
139 <Compile Include="USBLib\Communication\LibUsb1\libusb1.cs" /> | |
140 <Compile Include="USBLib\Communication\LibUsb1\LibUsb1Device.cs" /> | |
141 <Compile Include="USBLib\Communication\LibUsb1\LibUsb1Registry.cs" /> | |
142 <Compile Include="USBLib\Communication\UsbControlRequestType.cs" /> | |
68
e811297f5aa4
Updated USBLib: removed old LibUsbDotNet compatibility code and added new information helper classes
Ivo Smits <Ivo@UCIS.nl>
parents:
66
diff
changeset
|
143 <Compile Include="USBLib\Descriptor\UsbDescriptorType.cs" /> |
21 | 144 <Compile Include="USBLib\Communication\UsbInterface.cs" /> |
35
6fcedb1030bf
USBLib: Added support for USBIO driver
Ivo Smits <Ivo@UCIS.nl>
parents:
30
diff
changeset
|
145 <Compile Include="USBLib\Communication\USBIO\USBIODevice.cs" /> |
6fcedb1030bf
USBLib: Added support for USBIO driver
Ivo Smits <Ivo@UCIS.nl>
parents:
30
diff
changeset
|
146 <Compile Include="USBLib\Communication\USBIO\USBIORegistry.cs" /> |
21 | 147 <Compile Include="USBLib\Communication\UsbPipeStream.cs" /> |
57
b1efeada517e
Added VirtualBox USB driver backend for direct USB communication
Ivo Smits <Ivo@UCIS.nl>
parents:
55
diff
changeset
|
148 <Compile Include="USBLib\Communication\VBoxUSB.cs" /> |
21 | 149 <Compile Include="USBLib\Communication\WindowsUsbDeviceRegistry.cs" /> |
150 <Compile Include="USBLib\Communication\WinUsb\WinUsbDevice.cs" /> | |
151 <Compile Include="USBLib\Communication\WinUsb\WinUsbRegistry.cs" /> | |
152 <Compile Include="USBLib\Descriptor\UsbDescriptor.cs" /> | |
68
e811297f5aa4
Updated USBLib: removed old LibUsbDotNet compatibility code and added new information helper classes
Ivo Smits <Ivo@UCIS.nl>
parents:
66
diff
changeset
|
153 <Compile Include="USBLib\Descriptor\UsbInfo.cs" /> |
21 | 154 <Compile Include="USBLib\Internal\Windows\SetupApi.cs" /> |
155 <Compile Include="USBLib\Internal\Windows\UsbApi.cs" /> | |
156 <Compile Include="USBLib\Internal\Windows\Win32Kernel.cs" /> | |
157 <Compile Include="USBLib\Windows\Devices\DeviceNode.cs" /> | |
158 <Compile Include="USBLib\Windows\USB\UsbController.cs" /> | |
159 <Compile Include="USBLib\Windows\USB\UsbDevice.cs" /> | |
160 <Compile Include="USBLib\Windows\USB\UsbHub.cs" /> | |
0 | 161 <Compile Include="UTF8NoPreamble.cs" /> |
162 <Compile Include="Util\ArrayUtil.cs" /> | |
5 | 163 <Compile Include="Util\AsyncResultBase.cs" /> |
0 | 164 <Compile Include="Util\AsyncStream.cs" /> |
165 <Compile Include="Util\CrossStream.cs" /> | |
166 <Compile Include="Util\HoldStream.cs" /> | |
1
28dc7d535036
Small improvements, introduced PacketStream
Ivo Smits <Ivo@UCIS.nl>
parents:
0
diff
changeset
|
167 <Compile Include="Util\PacketStream.cs" /> |
0 | 168 <Compile Include="Util\PipeStream.cs" /> |
5 | 169 <Compile Include="Util\PrebufferingStream.cs" /> |
1
28dc7d535036
Small improvements, introduced PacketStream
Ivo Smits <Ivo@UCIS.nl>
parents:
0
diff
changeset
|
170 <Compile Include="Util\QueuedPacketStream.cs" /> |
54
ba4e2cb031e0
Added general purpose tar archive reader class
Ivo Smits <Ivo@UCIS.nl>
parents:
40
diff
changeset
|
171 <Compile Include="Util\TapeArchive.cs" /> |
76
b05350c24596
Added InteropUtil for safe pinned array and string access
Ivo Smits <Ivo@UCIS.nl>
parents:
71
diff
changeset
|
172 <Compile Include="Util\InteropUtil.cs" /> |
66 | 173 <Compile Include="Util\WorkQueue.cs" /> |
23 | 174 <Compile Include="VNCServer\IFramebuffer.cs" /> |
175 <Compile Include="VNCServer\VNCServer.cs" /> | |
0 | 176 <Compile Include="Windows\ServiceManager.cs" /> |
55
ec222fb577dd
Added Windows Named Pipe stream wrapper
Ivo Smits <Ivo@UCIS.nl>
parents:
54
diff
changeset
|
177 <Compile Include="Windows\WindowsNamedPipe.cs" /> |
0 | 178 <Compile Include="Xml\PolicyFile.cs" /> |
179 <Compile Include="Xml\Server.cs" /> | |
180 <Compile Include="Xml\Socket.cs" /> | |
181 </ItemGroup> | |
30
24e918d2ac18
FBGUI: Added per-control Cursor handling, added more cursors for Form operations, fixed ImageBox image sizing
Ivo Smits <Ivo@UCIS.nl>
parents:
24
diff
changeset
|
182 <ItemGroup> |
24e918d2ac18
FBGUI: Added per-control Cursor handling, added more cursors for Form operations, fixed ImageBox image sizing
Ivo Smits <Ivo@UCIS.nl>
parents:
24
diff
changeset
|
183 <EmbeddedResource Include="FBGUI\cursor_topleft.png" /> |
24e918d2ac18
FBGUI: Added per-control Cursor handling, added more cursors for Form operations, fixed ImageBox image sizing
Ivo Smits <Ivo@UCIS.nl>
parents:
24
diff
changeset
|
184 <EmbeddedResource Include="FBGUI\cursor_move.png" /> |
24e918d2ac18
FBGUI: Added per-control Cursor handling, added more cursors for Form operations, fixed ImageBox image sizing
Ivo Smits <Ivo@UCIS.nl>
parents:
24
diff
changeset
|
185 <EmbeddedResource Include="FBGUI\cursor_left.png" /> |
24e918d2ac18
FBGUI: Added per-control Cursor handling, added more cursors for Form operations, fixed ImageBox image sizing
Ivo Smits <Ivo@UCIS.nl>
parents:
24
diff
changeset
|
186 <EmbeddedResource Include="FBGUI\cursor_arrow.png" /> |
24e918d2ac18
FBGUI: Added per-control Cursor handling, added more cursors for Form operations, fixed ImageBox image sizing
Ivo Smits <Ivo@UCIS.nl>
parents:
24
diff
changeset
|
187 </ItemGroup> |
40 | 188 <ItemGroup> |
189 <EmbeddedResource Include="FBGUI\cursor_hand.png" /> | |
190 </ItemGroup> | |
92
ac0a29c05d03
FBGUI: Improved TextBox mouse interaction
Ivo Smits <Ivo@UCIS.nl>
parents:
81
diff
changeset
|
191 <ItemGroup> |
ac0a29c05d03
FBGUI: Improved TextBox mouse interaction
Ivo Smits <Ivo@UCIS.nl>
parents:
81
diff
changeset
|
192 <EmbeddedResource Include="FBGUI\cursor_ibeam.png" /> |
ac0a29c05d03
FBGUI: Improved TextBox mouse interaction
Ivo Smits <Ivo@UCIS.nl>
parents:
81
diff
changeset
|
193 </ItemGroup> |
0 | 194 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
195 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
196 Other similar extension points exist, see Microsoft.Common.targets. | |
197 <Target Name="BeforeBuild"> | |
198 </Target> | |
199 <Target Name="AfterBuild"> | |
200 </Target> | |
201 --> | |
202 </Project> |