-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonotooth.mdp
59 lines (59 loc) · 5.4 KB
/
monotooth.mdp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<Project name="monotooth" fileversion="2.0" language="C#" clr-version="Net_1_1" ctype="DotNetProject">
<Configurations active="Debug">
<Configuration name="Debug" ctype="DotNetProjectConfiguration">
<Output directory="./bin/Debug" assembly="monotooth" />
<Build debugmode="True" target="Library" />
<Execution runwithwarnings="True" commandlineparameters="--debug -doc:monotooth.xml" consolepause="False" runtime="MsNet" clr-version="Net_1_1" />
<CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="True" ctype="CSharpCompilerParameters" />
</Configuration>
<Configuration name="Release" ctype="DotNetProjectConfiguration">
<Output directory="./bin/Release" assembly="monotooth" />
<Build debugmode="False" target="Library" />
<Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_1_1" />
<CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
</Configuration>
</Configurations>
<Contents>
<File name="./src/mono/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/BluetoothAddress.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Connections/IConnection.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Connections/HCIConnection.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Connections/L2CAPConnection.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Connections/RFCommConnection.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Connections/ServiceConnection.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Device/DevicePool.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Device/IDevice.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Connections/Windows" subtype="Directory" buildaction="Compile" />
<File name="./src/mono/Model/Connections/Linux" subtype="Directory" buildaction="Compile" />
<File name="./src/mono/Model/Connections/Linux/LinuxHCIConnection.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Connections/Linux/LinuxRFCommConnection.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Connections/Windows/WindowsRFCommConnection.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Connections/Linux/LinuxL2CAPConnection.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Connections/Windows/WindowsL2CAPConnection.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Device/Factories" subtype="Directory" buildaction="Compile" />
<File name="./src/mono/Model/Device/Windows" subtype="Directory" buildaction="Compile" />
<File name="./src/mono/Model/Device/Linux" subtype="Directory" buildaction="Compile" />
<File name="./src/mono/Model/Device/Factories/DeviceFactory.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Device/Linux/LinuxDeviceFactory.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Device/Windows/WindowsDeviceFactory.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Device/Linux/LinuxDevice.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Device/Windows/WindowsDevice.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Connections/Factories/RFCommConnectionFactory.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Connections/Factories/Linux/LinuxRFCommConnectionFactory.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Connections/Factories/Windows/WindowsRFCommConnectionFactory.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Service" subtype="Directory" buildaction="Compile" />
<File name="./src/mono/Model/Service/ServicePool.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Connections/Linux/LinuxServiceConnection.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Connections/Factories/ServiceConnectionFactory.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Connections/Factories/Linux/LinuxServiceConnectionFactory.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Device/ILocalDevice.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Device/IRemoteDevice.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Device/Linux/LinuxRemoteDevice.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Service/Service.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Socket" subtype="Directory" buildaction="Compile" />
<File name="./src/mono/Model/Socket/BluetoothStream.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Device/LocalDevice.cs" subtype="Code" buildaction="Compile" />
<File name="./src/mono/Model/Device/Windows/WindowsRemoteDevice.cs" subtype="Code" buildaction="Compile" />
</Contents>
<DeployTargets />
</Project>