immediately before implementing new QBOI code for oAuth2 (except did change json.net in qboi project from v10 to v12)

This commit is contained in:
2019-09-27 16:59:22 +00:00
parent 494bbb0132
commit 479f10cb6a
9 changed files with 61 additions and 13 deletions

View File

@@ -72,4 +72,13 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'RELEASE AND DEPLOY BUILD|AnyCPU' ">
<StartWithIE>true</StartWithIE>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<StartWithIE>true</StartWithIE>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<StartWithIE>true</StartWithIE>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RELEASE AND DEPLOY BUILD|x86'">
<StartWithIE>true</StartWithIE>
</PropertyGroup>
</Project>