diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-26 13:56:08 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-26 13:56:08 +0200 |
| commit | 99fa6ef9b19dc81f10b582ca6749bf1c8cf32c44 (patch) | |
| tree | 9c5451e2c516e96ada413a6aa4f3f22e49817d8a /Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj | |
| parent | bbd04cf9e88d147225cc4b0d782fec31cfe21b6e (diff) | |
| download | Tango-99fa6ef9b19dc81f10b582ca6749bf1c8cf32c44.tar.gz Tango-99fa6ef9b19dc81f10b582ca6749bf1c8cf32c44.zip | |
Working on machine service downloads site.
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj b/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj index 56f4d0b3a..4d1826cc9 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj +++ b/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj @@ -279,9 +279,12 @@ <Compile Include="App_Start\BundleConfig.cs" /> <Compile Include="App_Start\FilterConfig.cs" /> <Compile Include="Controllers\DownloadsController.cs" /> + <Compile Include="Controllers\AccountController.cs" /> <Compile Include="Filters\JwtTokenFilter.cs" /> <Compile Include="MachineServiceConfig.cs" /> <Compile Include="Controllers\MachineStudioController.cs" /> + <Compile Include="Models\DownloadModel.cs" /> + <Compile Include="Models\LoginRequest.cs" /> <Compile Include="Models\MachineStudioPendingUpload.cs" /> <Compile Include="Models\PPCPendingUpload.cs" /> <Compile Include="App_Start\RouteConfig.cs" /> @@ -290,16 +293,31 @@ <Compile Include="Global.asax.cs"> <DependentUpon>Global.asax</DependentUpon> </Compile> + <Compile Include="Models\SessionVariables.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Security\RefreshTokenEncoder.cs" /> <Compile Include="Security\RefreshTokenEntity.cs" /> <Compile Include="Security\RefreshTokensManager.cs" /> + <Compile Include="Views\Downloads\IndexViewModel.cs" /> </ItemGroup> <ItemGroup> <Content Include="Global.asax" /> <Content Include="ApplicationInsights.config"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> + <Content Include="Images\machine.png" /> + <Content Include="Scripts\Account\Login.js" /> + <Content Include="Scripts\bootstrap.js" /> + <Content Include="Scripts\bootstrap.min.js" /> + <None Include="Scripts\jquery-3.3.1.intellisense.js" /> + <Content Include="Scripts\jquery-3.3.1.js" /> + <Content Include="Scripts\jquery-3.3.1.min.js" /> + <Content Include="Scripts\jquery-3.3.1.slim.js" /> + <Content Include="Scripts\jquery-3.3.1.slim.min.js" /> + <Content Include="Scripts\modernizr-2.8.3.js" /> + <Content Include="Styles\Account.css" /> + <Content Include="Styles\Downloads.css" /> + <Content Include="Styles\Layout.css" /> <Content Include="Web.config" /> <Content Include="Web.Debug.config"> <DependentUpon>Web.config</DependentUpon> @@ -363,6 +381,9 @@ <Content Include="Views\Shared\_Layout.cshtml" /> <Content Include="Views\_ViewStart.cshtml" /> <Content Include="Views\Web.config" /> + <Content Include="Views\Account\Login.cshtml" /> + <Content Include="Scripts\jquery-3.3.1.min.map" /> + <Content Include="Scripts\jquery-3.3.1.slim.min.map" /> </ItemGroup> <PropertyGroup> <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
