Skip to content

Commit 932904d

Browse files
author
Hovsep Mkrtchyan
committed
Republished samples with Fluent 1.1.3 reference
1 parent ef5ab80 commit 932904d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ManageSimpleApplicationGateway.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
1313
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.1</NetStandardImplicitPackageVersion>
1414
<TargetFrameworks>net452;netstandard1.6</TargetFrameworks>
15+
<ApplicationIcon />
16+
<OutputTypeEx>exe</OutputTypeEx>
17+
<StartupObject />
1518
</PropertyGroup>
1619

1720
<ItemGroup>
@@ -35,6 +38,10 @@
3538
<PackageReference Include="System.Reflection" Version="4.3.0" />
3639
</ItemGroup>
3740

41+
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net452|AnyCPU'">
42+
<OutputType>exe</OutputType>
43+
</PropertyGroup>
44+
3845
<PropertyGroup Condition=" '$(TargetFramework)' == 'net452' ">
3946
<DefineConstants>$(DefineConstants);NET45</DefineConstants>
4047
<DebugType>portable</DebugType>

0 commit comments

Comments
 (0)