File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 12
12
<PackageTargetFallback Condition =" '$(TargetFramework)' == 'netstandard1.6' " >$(PackageTargetFallback);dnxcore50</PackageTargetFallback >
13
13
<NetStandardImplicitPackageVersion Condition =" '$(TargetFramework)' == 'netstandard1.6' " >1.6.1</NetStandardImplicitPackageVersion >
14
14
<TargetFrameworks >net452;netstandard1.6</TargetFrameworks >
15
+ <ApplicationIcon />
16
+ <OutputTypeEx >exe</OutputTypeEx >
17
+ <StartupObject />
15
18
</PropertyGroup >
16
19
17
20
<ItemGroup >
35
38
<PackageReference Include =" System.Reflection" Version =" 4.3.0" />
36
39
</ItemGroup >
37
40
41
+ <PropertyGroup Label =" Configuration" Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net452|AnyCPU'" >
42
+ <OutputType >exe</OutputType >
43
+ </PropertyGroup >
44
+
38
45
<PropertyGroup Condition =" '$(TargetFramework)' == 'net452' " >
39
46
<DefineConstants >$(DefineConstants);NET45</DefineConstants >
40
47
<DebugType >portable</DebugType >
You can’t perform that action at this time.
0 commit comments