Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fr 4612 #52

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion terminalCloudService/ServiceConfiguration.Local.cscfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Setting name="Microsoft.WindowsAzure.Plugins.RemoteForwarder.Enabled" value="true" />
<Setting name="Fr8.ConnectionString" value="" />
<Setting name="CoreWebServerUrl" value="" />
<Setting name="HubApiBaseUrl" value="" />
<Setting name="HubApiBaseUrl" value="" />
<Setting name="LoggerNamePrefix" value="" />
<Setting name="terminalAtlassian.TerminalEndpoint" value="" />
<Setting name="terminalAzure.TerminalEndpoint" value="" />
Expand Down
6 changes: 4 additions & 2 deletions terminalCloudService/terminalCloudService.ccproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand All @@ -13,6 +13,8 @@
<StartDevelopmentStorage>True</StartDevelopmentStorage>
<Name>terminalCloudService</Name>
<PackageEnableRemoteDebugger>False</PackageEnableRemoteDebugger>
<UseWebProjectPorts>True</UseWebProjectPorts>
<TargetProfile>Local</TargetProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -60,7 +62,7 @@
<ServiceConfiguration Include="Config\terminalCloudService\ServiceConfiguration.Cloud.cscfg" />
</ItemGroup>
<ItemGroup>
<Content Include="packages.config"/>
<Content Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Folder Include="Config\" />
Expand Down