diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-25 18:42:32 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-25 18:42:32 +0200 |
| commit | cae62907383a8b9be03bf3e0b8f9c8b26427ee21 (patch) | |
| tree | aff9ad15e4c52edd43e310219b8273f8cef5ebcd /Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj | |
| parent | e112866a2cf44ddeb5b40e8ffc84614ecfe6abdf (diff) | |
| download | Tango-cae62907383a8b9be03bf3e0b8f9c8b26427ee21.tar.gz Tango-cae62907383a8b9be03bf3e0b8f9c8b26427ee21.zip | |
Started working on machine service, download controller.
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj b/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj index bf0c15541..56f4d0b3a 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj +++ b/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj @@ -278,6 +278,7 @@ </Compile> <Compile Include="App_Start\BundleConfig.cs" /> <Compile Include="App_Start\FilterConfig.cs" /> + <Compile Include="Controllers\DownloadsController.cs" /> <Compile Include="Filters\JwtTokenFilter.cs" /> <Compile Include="MachineServiceConfig.cs" /> <Compile Include="Controllers\MachineStudioController.cs" /> @@ -357,6 +358,11 @@ <None Include="Properties\PublishProfiles\Testing.pubxml" /> <None Include="Properties\PublishProfiles\Production.pubxml" /> <None Include="Properties\PublishProfiles\Publish Machine Service via FTP.pubxml" /> + <Content Include="Views\Downloads\Index.cshtml" /> + <Content Include="Views\Shared\Error.cshtml" /> + <Content Include="Views\Shared\_Layout.cshtml" /> + <Content Include="Views\_ViewStart.cshtml" /> + <Content Include="Views\Web.config" /> </ItemGroup> <PropertyGroup> <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> @@ -384,7 +390,7 @@ <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> </WebProjectProperties> </FlavorProperties> - <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> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
