aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Tango.MachineStudio.Common.csproj
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-02-18 18:16:24 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-02-18 18:16:24 +0200
commit45829a9fb6f4b0d4443e22c972cf8543be533d4e (patch)
tree8255065ff8e3e7071dc53486870b1a0047d57d5a /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Tango.MachineStudio.Common.csproj
parent78181d457b113c25e9ea55b378d6b6bd8e201338 (diff)
downloadTango-45829a9fb6f4b0d4443e22c972cf8543be533d4e.tar.gz
Tango-45829a9fb6f4b0d4443e22c972cf8543be533d4e.zip
Working on Tokens Manager.
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.csproj4
1 files changed, 2 insertions, 2 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 40d7da460..d5e62f4e1 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
@@ -134,10 +134,10 @@
<Compile Include="Web\DownloadLatestVersionRequest.cs" />
<Compile Include="Web\CheckForUpdatesResponse.cs" />
<Compile Include="Web\CheckForUpdatesRequest.cs" />
- <Compile Include="Web\IMachineStudioService.cs" />
+ <Compile Include="Web\IMachineStudioWebService.cs" />
<Compile Include="Web\LatestVersionRequest.cs" />
<Compile Include="Web\LatestVersionResponse.cs" />
- <Compile Include="Web\MachineStudioService.cs" />
+ <Compile Include="Web\MachineStudioWebService.cs" />
<Compile Include="Web\UploadCompletedRequest.cs" />
<Compile Include="Web\UploadCompletedResponse.cs" />
<Compile Include="Web\UploadVersionRequest.cs" />