Skip to content

Commit 05f9001

Browse files
committed
Clean up EntitlementService
1 parent 3fd9350 commit 05f9001

File tree

4 files changed

+68
-20
lines changed

4 files changed

+68
-20
lines changed

IPPDotNetDevKitCSV3/Code/Intuit.Ipp.EntitlementService.Test/Intuit.Ipp.EntitlementService.Test.csproj

Lines changed: 32 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -39,55 +39,68 @@
3939
<WarningLevel>4</WarningLevel>
4040
</PropertyGroup>
4141
<ItemGroup>
42-
<Reference Include="DevDefined.OAuth, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a3261f5b4697e67d, processorArchitecture=MSIL">
43-
<HintPath>..\packages\DevDefined.OAuth.0.2\lib\DevDefined.OAuth.dll</HintPath>
44-
</Reference>
45-
<Reference Include="Intuit.Ipp.Core">
42+
<Reference Include="Intuit.Ipp.Core, Version=5.5.0.0, Culture=neutral, processorArchitecture=MSIL">
43+
<SpecificVersion>False</SpecificVersion>
4644
<HintPath>..\..\SDK Assemblies\Intuit.Ipp.Core.dll</HintPath>
4745
</Reference>
48-
<Reference Include="Intuit.Ipp.Data">
46+
<Reference Include="Intuit.Ipp.Data, Version=5.5.0.0, Culture=neutral, processorArchitecture=MSIL">
47+
<SpecificVersion>False</SpecificVersion>
4948
<HintPath>..\..\SDK Assemblies\Intuit.Ipp.Data.dll</HintPath>
5049
</Reference>
51-
<Reference Include="Intuit.Ipp.DataService">
50+
<Reference Include="Intuit.Ipp.DataService, Version=5.5.0.0, Culture=neutral, processorArchitecture=MSIL">
51+
<SpecificVersion>False</SpecificVersion>
5252
<HintPath>..\..\SDK Assemblies\Intuit.Ipp.DataService.dll</HintPath>
5353
</Reference>
54-
<Reference Include="Intuit.Ipp.Diagnostics">
54+
<Reference Include="Intuit.Ipp.Diagnostics, Version=5.5.0.0, Culture=neutral, processorArchitecture=MSIL">
55+
<SpecificVersion>False</SpecificVersion>
5556
<HintPath>..\..\SDK Assemblies\Intuit.Ipp.Diagnostics.dll</HintPath>
5657
</Reference>
57-
<Reference Include="Intuit.Ipp.EntitlementService">
58+
<Reference Include="Intuit.Ipp.EntitlementService, Version=5.5.0.0, Culture=neutral, processorArchitecture=MSIL">
59+
<SpecificVersion>False</SpecificVersion>
5860
<HintPath>..\..\SDK Assemblies\Intuit.Ipp.EntitlementService.dll</HintPath>
5961
</Reference>
60-
<Reference Include="Intuit.Ipp.Exception">
62+
<Reference Include="Intuit.Ipp.Exception, Version=5.5.0.0, Culture=neutral, processorArchitecture=MSIL">
63+
<SpecificVersion>False</SpecificVersion>
6164
<HintPath>..\..\SDK Assemblies\Intuit.Ipp.Exception.dll</HintPath>
6265
</Reference>
63-
<Reference Include="Intuit.Ipp.GlobalTaxService">
66+
<Reference Include="Intuit.Ipp.GlobalTaxService, Version=5.5.0.0, Culture=neutral, processorArchitecture=MSIL">
67+
<SpecificVersion>False</SpecificVersion>
6468
<HintPath>..\..\SDK Assemblies\Intuit.Ipp.GlobalTaxService.dll</HintPath>
6569
</Reference>
66-
<Reference Include="Intuit.Ipp.LinqExtender">
70+
<Reference Include="Intuit.Ipp.LinqExtender, Version=5.5.0.0, Culture=neutral, processorArchitecture=MSIL">
71+
<SpecificVersion>False</SpecificVersion>
6772
<HintPath>..\..\SDK Assemblies\Intuit.Ipp.LinqExtender.dll</HintPath>
6873
</Reference>
69-
<Reference Include="Intuit.Ipp.OAuth2PlatformClient">
74+
<Reference Include="Intuit.Ipp.OAuth2PlatformClient, Version=5.5.0.0, Culture=neutral, processorArchitecture=MSIL">
75+
<SpecificVersion>False</SpecificVersion>
7076
<HintPath>..\..\SDK Assemblies\Intuit.Ipp.OAuth2PlatformClient.dll</HintPath>
7177
</Reference>
72-
<Reference Include="Intuit.Ipp.PlatformService">
78+
<Reference Include="Intuit.Ipp.PlatformService, Version=5.5.0.0, Culture=neutral, processorArchitecture=MSIL">
79+
<SpecificVersion>False</SpecificVersion>
7380
<HintPath>..\..\SDK Assemblies\Intuit.Ipp.PlatformService.dll</HintPath>
7481
</Reference>
75-
<Reference Include="Intuit.Ipp.QueryFilter">
82+
<Reference Include="Intuit.Ipp.QueryFilter, Version=5.5.0.0, Culture=neutral, processorArchitecture=MSIL">
83+
<SpecificVersion>False</SpecificVersion>
7684
<HintPath>..\..\SDK Assemblies\Intuit.Ipp.QueryFilter.dll</HintPath>
7785
</Reference>
78-
<Reference Include="Intuit.Ipp.ReportService">
86+
<Reference Include="Intuit.Ipp.ReportService, Version=5.5.0.0, Culture=neutral, processorArchitecture=MSIL">
87+
<SpecificVersion>False</SpecificVersion>
7988
<HintPath>..\..\SDK Assemblies\Intuit.Ipp.ReportService.dll</HintPath>
8089
</Reference>
81-
<Reference Include="Intuit.Ipp.Retry">
90+
<Reference Include="Intuit.Ipp.Retry, Version=5.5.0.0, Culture=neutral, processorArchitecture=MSIL">
91+
<SpecificVersion>False</SpecificVersion>
8292
<HintPath>..\..\SDK Assemblies\Intuit.Ipp.Retry.dll</HintPath>
8393
</Reference>
84-
<Reference Include="Intuit.Ipp.Security">
94+
<Reference Include="Intuit.Ipp.Security, Version=5.5.0.0, Culture=neutral, processorArchitecture=MSIL">
95+
<SpecificVersion>False</SpecificVersion>
8596
<HintPath>..\..\SDK Assemblies\Intuit.Ipp.Security.dll</HintPath>
8697
</Reference>
87-
<Reference Include="Intuit.Ipp.Utility">
98+
<Reference Include="Intuit.Ipp.Utility, Version=5.5.0.0, Culture=neutral, processorArchitecture=MSIL">
99+
<SpecificVersion>False</SpecificVersion>
88100
<HintPath>..\..\SDK Assemblies\Intuit.Ipp.Utility.dll</HintPath>
89101
</Reference>
90-
<Reference Include="Intuit.Ipp.WebHooksService">
102+
<Reference Include="Intuit.Ipp.WebHooksService, Version=5.5.0.0, Culture=neutral, processorArchitecture=MSIL">
103+
<SpecificVersion>False</SpecificVersion>
91104
<HintPath>..\..\SDK Assemblies\Intuit.Ipp.WebHooksService.dll</HintPath>
92105
</Reference>
93106
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />

IPPDotNetDevKitCSV3/Code/Intuit.Ipp.EntitlementService/Intuit.Ipp.EntitlementService.csproj

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="..\packages\Microsoft.Net.Compilers.2.9.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.9.0\build\Microsoft.Net.Compilers.props')" />
4+
<Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
35
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
46
<PropertyGroup>
57
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -12,6 +14,8 @@
1214
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1315
<FileAlignment>512</FileAlignment>
1416
<Deterministic>true</Deterministic>
17+
<NuGetPackageImportStamp>
18+
</NuGetPackageImportStamp>
1519
</PropertyGroup>
1620
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1721
<DebugSymbols>true</DebugSymbols>
@@ -31,6 +35,8 @@
3135
<DefineConstants>TRACE</DefineConstants>
3236
<ErrorReport>prompt</ErrorReport>
3337
<WarningLevel>4</WarningLevel>
38+
<Prefer32Bit>false</Prefer32Bit>
39+
<DocumentationFile>bin\Release\Intuit.Ipp.EntitlementService.xml</DocumentationFile>
3440
</PropertyGroup>
3541
<PropertyGroup>
3642
<SignAssembly>false</SignAssembly>
@@ -58,6 +64,9 @@
5864
<SpecificVersion>False</SpecificVersion>
5965
<HintPath>..\..\SDK Assemblies\Intuit.Ipp.Utility.dll</HintPath>
6066
</Reference>
67+
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
68+
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
69+
</Reference>
6170
<Reference Include="System" />
6271
<Reference Include="System.Core" />
6372
<Reference Include="System.Xml.Linq" />
@@ -83,6 +92,7 @@
8392
<ItemGroup>
8493
<None Include="app.config" />
8594
<None Include="DotNetSdkForQuickBooksApiV3.snk" />
95+
<None Include="packages.config" />
8696
</ItemGroup>
8797
<ItemGroup>
8898
<EmbeddedResource Include="Properties\Resources.resx">
@@ -95,4 +105,11 @@
95105
<PostBuildEvent>xcopy /Y "$(TargetPath)" "$(SolutionDir)..\SDK Assemblies\"
96106
xcopy /Y "$(TargetDir)$(TargetName).XML" "$(SolutionDir)..\SDK Assemblies\"</PostBuildEvent>
97107
</PropertyGroup>
108+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
109+
<PropertyGroup>
110+
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
111+
</PropertyGroup>
112+
<Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
113+
<Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.9.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.9.0\build\Microsoft.Net.Compilers.props'))" />
114+
</Target>
98115
</Project>
Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3+
<appSettings>
4+
<add key="aspnet:RoslynCompilerLocation" value="roslyn"/>
5+
</appSettings>
6+
<system.codedom>
7+
<compilers>
8+
<compiler language="c#;cs;csharp" extension=".cs"
9+
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
10+
warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701"/>
11+
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb"
12+
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
13+
warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+"/>
14+
</compilers>
15+
</system.codedom>
316
</configuration>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Microsoft.Net.Compilers" version="2.9.0" targetFramework="net461" developmentDependency="true" />
4+
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net461" />
5+
</packages>

0 commit comments

Comments
 (0)