aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj49
1 files changed, 30 insertions, 19 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj b/Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj
index 124e6e276..3b18a6217 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj
@@ -48,6 +48,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="CommandLine, Version=1.9.71.2, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL">
+ <HintPath>..\..\packages\CommandLineParser.1.9.71\lib\net45\CommandLine.dll</HintPath>
+ </Reference>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
</Reference>
@@ -139,19 +142,27 @@
<Compile Include="MachineSetup\MachineSetupManager.cs" />
<Compile Include="MachineSetup\MachineSetupProgress.cs" />
<Compile Include="MachineSetup\MachineSetupResult.cs" />
- <Compile Include="MachineUpdate\CheckForUpdateRequest.cs" />
- <Compile Include="MachineUpdate\CheckForUpdateResponse.cs" />
+ <Compile Include="Publish\PPCPublisher.cs" />
+ <Compile Include="Publish\PublishOptions.cs" />
+ <Compile Include="Publish\PublishProgressEventArgs.cs" />
+ <Compile Include="Publish\SequenceItem.cs" />
+ <Compile Include="Publish\SynchronizationOptions.cs" />
+ <Compile Include="Web\CheckForUpdateRequest.cs" />
+ <Compile Include="Web\CheckForUpdateResponse.cs" />
<Compile Include="MachineUpdate\DbCompareResult.cs" />
- <Compile Include="MachineUpdate\DownloadUpdateRequest.cs" />
- <Compile Include="MachineUpdate\DownloadUpdateResponse.cs" />
+ <Compile Include="Web\DownloadUpdateRequest.cs" />
+ <Compile Include="Web\DownloadUpdateResponse.cs" />
<Compile Include="MachineUpdate\IMachineUpdateManager.cs" />
- <Compile Include="MachineSetup\MachineSetupRequest.cs" />
- <Compile Include="MachineSetup\MachineSetupResponse.cs" />
+ <Compile Include="Web\LoginMode.cs" />
+ <Compile Include="Web\LoginRequest.cs" />
+ <Compile Include="Web\LoginResponse.cs" />
+ <Compile Include="Web\MachineSetupRequest.cs" />
+ <Compile Include="Web\MachineSetupResponse.cs" />
<Compile Include="MachineUpdate\MachineUpdateProgress.cs" />
<Compile Include="MachineUpdate\MachineUpdateManager.cs" />
<Compile Include="MachineUpdate\MachineUpdateResult.cs" />
- <Compile Include="MachineUpdate\UpdateDBRequest.cs" />
- <Compile Include="MachineUpdate\UpdateDBResponse.cs" />
+ <Compile Include="Web\UpdateDBRequest.cs" />
+ <Compile Include="Web\UpdateDBResponse.cs" />
<Compile Include="MachineUpdate\UpdatePackageFile.cs" />
<Compile Include="Messages\JobRemovedMessage.cs" />
<Compile Include="Messages\JobSavedMessage.cs" />
@@ -181,16 +192,16 @@
<Compile Include="Storage\DefaultStorageProvider.cs" />
<Compile Include="Storage\IStorageProvider.cs" />
<Compile Include="Threading\IDispatcherProvider.cs" />
- <Compile Include="Update\MachineVersionsRequest.cs" />
- <Compile Include="Update\MachineVersionsResponse.cs" />
- <Compile Include="Update\IPPCUpdateService.cs" />
- <Compile Include="Update\LatestVersionRequest.cs" />
- <Compile Include="Update\LatestVersionResponse.cs" />
- <Compile Include="Update\UploadCompletedResponse.cs" />
- <Compile Include="Update\UploadCompletedRequest.cs" />
- <Compile Include="Update\UploadVersionRequest.cs" />
- <Compile Include="Update\UploadVersionResponse.cs" />
- <Compile Include="Update\PPCUpdateService.cs" />
+ <Compile Include="Web\MachineVersionsRequest.cs" />
+ <Compile Include="Web\MachineVersionsResponse.cs" />
+ <Compile Include="Web\IPPCWebService.cs" />
+ <Compile Include="Web\LatestVersionRequest.cs" />
+ <Compile Include="Web\LatestVersionResponse.cs" />
+ <Compile Include="Web\UploadCompletedResponse.cs" />
+ <Compile Include="Web\UploadCompletedRequest.cs" />
+ <Compile Include="Web\UploadVersionRequest.cs" />
+ <Compile Include="Web\UploadVersionResponse.cs" />
+ <Compile Include="Web\PPCWebService.cs" />
<Compile Include="UWF\DefaultUnifiedWriteFilterManager.cs" />
<Compile Include="UWF\IUnifiedWriteFilterManager.cs" />
<Compile Include="WatchDog\WatchDogClient.cs" />
@@ -355,7 +366,7 @@
</Target>
<ProjectExtensions>
<VisualStudio>
- <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" />
+ <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" />
</VisualStudio>
</ProjectExtensions>
</Project> \ No newline at end of file