Updating build Configuration
This commit is contained in:
Родитель
29a3fced4b
Коммит
22dd4c63e0
|
@ -23,6 +23,7 @@ bld/
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
[Ll]og/
|
[Ll]og/
|
||||||
|
[Ll]ib/
|
||||||
|
|
||||||
# Visual Studio 2015 cache/options directory
|
# Visual Studio 2015 cache/options directory
|
||||||
.vs/
|
.vs/
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
<PackageReleaseNotes>This package is distributed as .NET Standard 1.0 package.</PackageReleaseNotes>
|
<PackageReleaseNotes>This package is distributed as .NET Standard 1.0 package.</PackageReleaseNotes>
|
||||||
<Authors>Microsoft.Practices.Unity</Authors>
|
<Authors>Microsoft.Practices.Unity</Authors>
|
||||||
<Company>Microsoft.Practices.Unity</Company>
|
<Company>Microsoft.Practices.Unity</Company>
|
||||||
<Configurations>Debug;Release;Package</Configurations>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
@ -39,19 +38,14 @@
|
||||||
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||||
<TargetFrameworks>netcoreapp1.0;net47;net45</TargetFrameworks>
|
<TargetFrameworks>net47;net45</TargetFrameworks>
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)'=='Package'">
|
|
||||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
|
||||||
<TargetFrameworks>netcoreapp1.0;net47;net45</TargetFrameworks>
|
|
||||||
<OutputPath>$(SolutionDir)\lib\</OutputPath>
|
<OutputPath>$(SolutionDir)\lib\</OutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||||
<DebugType>Full</DebugType>
|
<DebugType>Full</DebugType>
|
||||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||||
<TargetFramework>net47</TargetFramework>
|
<TargetFramework>netcoreapp1.0</TargetFramework>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче