diff options
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Tango.MachineStudio.Common.csproj')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Tango.MachineStudio.Common.csproj | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Tango.MachineStudio.Common.csproj b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Tango.MachineStudio.Common.csproj index 87ccd8249..40d7da460 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Tango.MachineStudio.Common.csproj +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Tango.MachineStudio.Common.csproj @@ -84,8 +84,8 @@ <Link>GlobalVersionInfo.cs</Link> </Compile> <Compile Include="Authentication\AuthenticationLoginResult.cs" /> - <Compile Include="Authentication\LoginRequest.cs" /> - <Compile Include="Authentication\LoginResponse.cs" /> + <Compile Include="Web\LoginRequest.cs" /> + <Compile Include="Web\LoginResponse.cs" /> <Compile Include="AutoComplete\MachinesProvider.cs" /> <Compile Include="Automation\Developer.cs" /> <Compile Include="Automation\UI.cs" /> @@ -130,19 +130,18 @@ <Compile Include="StudioModuleBase.cs" /> <Compile Include="StudioViewModel.cs" /> <Compile Include="Threading\IDispatcherProvider.cs" /> - <Compile Include="Update\DownloadLatestVersionResponse.cs" /> - <Compile Include="Update\DownloadLatestVersionRequest.cs" /> - <Compile Include="Update\CheckForUpdatesResponse.cs" /> - <Compile Include="Update\CheckForUpdatesRequest.cs" /> - <Compile Include="Update\IMachineStudioUpdateService.cs" /> - <Compile Include="Update\LatestVersionRequest.cs" /> - <Compile Include="Update\LatestVersionResponse.cs" /> - <Compile Include="Update\MachineStudioUpdateService.cs" /> - <None Include="Update\UpdateServiceHelper.cs" /> - <Compile Include="Update\UploadCompletedRequest.cs" /> - <Compile Include="Update\UploadCompletedResponse.cs" /> - <Compile Include="Update\UploadVersionRequest.cs" /> - <Compile Include="Update\UploadVersionResponse.cs" /> + <Compile Include="Web\DownloadLatestVersionResponse.cs" /> + <Compile Include="Web\DownloadLatestVersionRequest.cs" /> + <Compile Include="Web\CheckForUpdatesResponse.cs" /> + <Compile Include="Web\CheckForUpdatesRequest.cs" /> + <Compile Include="Web\IMachineStudioService.cs" /> + <Compile Include="Web\LatestVersionRequest.cs" /> + <Compile Include="Web\LatestVersionResponse.cs" /> + <Compile Include="Web\MachineStudioService.cs" /> + <Compile Include="Web\UploadCompletedRequest.cs" /> + <Compile Include="Web\UploadCompletedResponse.cs" /> + <Compile Include="Web\UploadVersionRequest.cs" /> + <Compile Include="Web\UploadVersionResponse.cs" /> <Compile Include="ValidationRules\Required.cs" /> <Compile Include="Video\DefaultVideoCaptureProvider.cs" /> <Compile Include="Video\IVideoCaptureProvider.cs" /> @@ -327,7 +326,7 @@ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> + <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file |
