blob: 3674c3e73c4885a8d0a670113e86c32794092ff0 (
plain)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{E4927038-348D-4295-AAF4-861C58CB3943}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Tango.PMR</RootNamespace>
<AssemblyName>Tango.PMR</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\Build\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Google.Protobuf, Version=3.4.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Protobuf.3.4.1\lib\net45\Google.Protobuf.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Versioning\GlobalVersionInfo.cs">
<Link>GlobalVersionInfo.cs</Link>
</Compile>
<Compile Include="ColorLab\CalibrationData.cs" />
<Compile Include="ColorLab\CalibrationPoint.cs" />
<Compile Include="ColorLab\ColorSpace.cs" />
<Compile Include="ColorLab\ConversionInput.cs" />
<Compile Include="ColorLab\ConversionOutput.cs" />
<Compile Include="ColorLab\InputCoordinates.cs" />
<Compile Include="ColorLab\InputLiquid.cs" />
<Compile Include="ColorLab\LiquidType.cs" />
<Compile Include="ColorLab\OutputCoordinates.cs" />
<Compile Include="ColorLab\OutputLiquid.cs" />
<Compile Include="Diagnostics\DataFileFrame.cs" />
<Compile Include="Diagnostics\DigitalPin.cs" />
<Compile Include="Diagnostics\DispenserAbortHomingRequest.cs" />
<Compile Include="Diagnostics\DispenserAbortHomingResponse.cs" />
<Compile Include="Diagnostics\DispenserAbortJoggingRequest.cs" />
<Compile Include="Diagnostics\DispenserAbortJoggingResponse.cs" />
<Compile Include="Diagnostics\DispenserHomingRequest.cs" />
<Compile Include="Diagnostics\DispenserHomingResponse.cs" />
<Compile Include="Diagnostics\DispenserJoggingRequest.cs" />
<Compile Include="Diagnostics\DispenserJoggingResponse.cs" />
<Compile Include="Diagnostics\DoubleArray.cs" />
<Compile Include="Diagnostics\MotorAbortHomingRequest.cs" />
<Compile Include="Diagnostics\MotorAbortHomingResponse.cs" />
<Compile Include="Diagnostics\MotorAbortJoggingRequest.cs" />
<Compile Include="Diagnostics\MotorAbortJoggingResponse.cs" />
<Compile Include="Diagnostics\MotorDirection.cs" />
<Compile Include="Diagnostics\MotorHomingRequest.cs" />
<Compile Include="Diagnostics\MotorHomingResponse.cs" />
<Compile Include="Diagnostics\MotorJoggingRequest.cs" />
<Compile Include="Diagnostics\MotorJoggingResponse.cs" />
<Compile Include="Diagnostics\PushDiagnosticsRequest.cs" />
<Compile Include="Diagnostics\PushDiagnosticsResponse.cs" />
<Compile Include="Diagnostics\SetDigitalOutRequest.cs" />
<Compile Include="Diagnostics\SetDigitalOutResponse.cs" />
<Compile Include="Diagnostics\ThreadAbortJoggingRequest.cs" />
<Compile Include="Diagnostics\ThreadAbortJoggingResponse.cs" />
<Compile Include="Diagnostics\ThreadJoggingRequest.cs" />
<Compile Include="Diagnostics\ThreadJoggingResponse.cs" />
<Compile Include="ExtensionMethods.cs" />
<Compile Include="Integration\DirectSynchronizationRequest.cs" />
<Compile Include="Integration\DirectSynchronizationResponse.cs" />
<Compile Include="Integration\ExternalBridgeUdpDiscoveryPacket.cs" />
<Compile Include="Integration\ExternalClientLoginRequest.cs" />
<Compile Include="Integration\ExternalClientLoginResponse.cs" />
<Compile Include="Integration\OverrideDataBaseRequest.cs" />
<Compile Include="Integration\OverrideDataBaseResponse.cs" />
<Compile Include="ITangoMessage.cs" />
<Compile Include="MessageFactory.cs" />
<Compile Include="NativePMR.cs" />
<Compile Include="Printing\AbortJobRequest.cs" />
<Compile Include="Printing\AbortJobResponse.cs" />
<Compile Include="Printing\JobRequest.cs" />
<Compile Include="Printing\JobResponse.cs" />
<Compile Include="Printing\JobSegment.cs" />
<Compile Include="Printing\JobStatus.cs" />
<Compile Include="Printing\JobTicket.cs" />
<Compile Include="Printing\JobWindingMethod.cs" />
<Compile Include="Printing\ProcessParameters.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TangoMessage.cs" />
<Compile Include="Common\ErrorCode.cs" />
<Compile Include="Common\KeepAliveRequest.cs" />
<Compile Include="Common\KeepAliveResponse.cs" />
<Compile Include="Common\MessageContainer.cs" />
<Compile Include="Common\MessageType.cs" />
<Compile Include="Common\RGB.cs" />
<Compile Include="Stubs\*.cs" />
<Compile Include="Synchronization\*.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>"$(TargetDir)proto-tc.exe" -i "$(SolutionDir)..\PMR\Messages" -o "$(SolutionDir)Tango.PMR" -l CSharp</PreBuildEvent>
</PropertyGroup>
</Project>
|