Updating MSBuild Extras (#66)
This commit is contained in:
Родитель
099ed539f9
Коммит
0db8b08339
|
@ -1,7 +1,7 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Azure.NotificationHubs.Client", "Microsoft.Azure.NotificationHubs.Client\Microsoft.Azure.NotificationHubs.Client.csproj", "{F49A4570-A76F-4C8A-B8EB-6F708D9F4299}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Azure.NotificationHubs.Client", "Microsoft.Azure.NotificationHubs.Client\Microsoft.Azure.NotificationHubs.Client.csproj", "{AB66370D-AB90-40CD-97EC-55974DEC0871}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
@ -9,9 +9,9 @@ Global
|
|||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{F49A4570-A76F-4C8A-B8EB-6F708D9F4299}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{F49A4570-A76F-4C8A-B8EB-6F708D9F4299}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{F49A4570-A76F-4C8A-B8EB-6F708D9F4299}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{F49A4570-A76F-4C8A-B8EB-6F708D9F4299}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{AB66370D-AB90-40CD-97EC-55974DEC0871}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{AB66370D-AB90-40CD-97EC-55974DEC0871}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{AB66370D-AB90-40CD-97EC-55974DEC0871}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{AB66370D-AB90-40CD-97EC-55974DEC0871}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="MSBuild.Sdk.Extras/2.0.54">
|
||||
<Project Sdk="MSBuild.Sdk.Extras/3.0.23">
|
||||
<PropertyGroup>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>Microsoft.Azure.NotificationHubs.Client</RootNamespace>
|
||||
|
@ -70,7 +70,7 @@
|
|||
<DebugType>full</DebugType>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<GenerateDocumentationFile>false</GenerateDocumentationFile>
|
||||
<OutputPath>bin\Debug</OutputPath>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
|
@ -80,7 +80,7 @@
|
|||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)'=='Release|AnyCPU' ">
|
||||
<DebugType>embedded</DebugType>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<OutputPath>bin\Release</OutputPath>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче