Updating build Configuration
This commit is contained in:
Родитель
84f9e29d21
Коммит
783d9a45e3
|
@ -13,6 +13,7 @@
|
|||
x64/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]ib/
|
||||
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
<Authors>Microsoft.Practices.Unity</Authors>
|
||||
<Company>Microsoft.Practices.Unity</Company>
|
||||
<RootNamespace>Unity</RootNamespace>
|
||||
<OutputPath>$(SolutionDir)\lib\</OutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
@ -33,6 +32,7 @@
|
|||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<TargetFrameworks>netstandard1.0;net47;net45;net40</TargetFrameworks>
|
||||
<OutputPath>$(SolutionDir)\lib\</OutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
|
|
Загрузка…
Ссылка в новой задаче