Skip to content

Commit

Permalink
Cleaned up references; all three projects compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-spence-avalara committed Sep 11, 2017
1 parent f8ca469 commit 9d61f1e
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 6 deletions.
3 changes: 3 additions & 0 deletions buildcleanprojects.bat
@@ -0,0 +1,3 @@
@ECHO OFF
ECHO ********** Deleting all project lock JSON files
del project.lock.json /f/s
19 changes: 16 additions & 3 deletions src/Avalara.AvaTax.net20.csproj
Expand Up @@ -36,9 +36,6 @@
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net20\Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\GlobalAssemblyInfo.cs">
Expand All @@ -63,6 +60,9 @@
<Compile Include="enums\BatchStatus.cs" />
<Compile Include="enums\BatchType.cs" />
<Compile Include="enums\BoundaryLevel.cs" />
<Compile Include="enums\CertExpressInvitationStatus.cs" />
<Compile Include="enums\CertificatePreviewType.cs" />
<Compile Include="enums\CertificateRequestDeliveryMethod.cs" />
<Compile Include="enums\CommentType.cs" />
<Compile Include="enums\CompanyAccessLevel.cs" />
<Compile Include="enums\CompanyFilingStatus.cs" />
Expand Down Expand Up @@ -93,6 +93,7 @@
<Compile Include="enums\PointOfSalePartnerId.cs" />
<Compile Include="enums\RateType.cs" />
<Compile Include="enums\RefundType.cs" />
<Compile Include="enums\ReportFormat.cs" />
<Compile Include="enums\ResolutionQuality.cs" />
<Compile Include="enums\RoundingLevelId.cs" />
<Compile Include="enums\ScraperType.cs" />
Expand All @@ -109,6 +110,7 @@
<Compile Include="enums\TaxType.cs" />
<Compile Include="enums\TextCase.cs" />
<Compile Include="enums\VoidReasonCode.cs" />
<Compile Include="enums\WelcomeEmail.cs" />
<Compile Include="enums\WorksheetTypeId.cs" />
<Compile Include="ErrorInfo.cs" />
<Compile Include="ErrorResult.cs" />
Expand All @@ -133,17 +135,23 @@
<Compile Include="models\BatchModel.cs" />
<Compile Include="models\BulkLockTransactionModel.cs" />
<Compile Include="models\BulkLockTransactionResult.cs" />
<Compile Include="models\CertExpressInvitationModel.cs" />
<Compile Include="models\CertExpressInvitationStatusModel.cs" />
<Compile Include="models\CertificateAttributeModel.cs" />
<Compile Include="models\CertificateModel.cs" />
<Compile Include="models\CertificateTaxCodeModel.cs" />
<Compile Include="models\ChangeTransactionCodeModel.cs" />
<Compile Include="models\CommitTransactionModel.cs" />
<Compile Include="models\CommunicationsTransactionTypeModel.cs" />
<Compile Include="models\CommunicationsTSPairModel.cs" />
<Compile Include="models\CompanyAddress.cs" />
<Compile Include="models\CompanyConfigurationModel.cs" />
<Compile Include="models\CompanyInitializationModel.cs" />
<Compile Include="models\CompanyModel.cs" />
<Compile Include="models\ContactModel.cs" />
<Compile Include="models\CoordinateInfo.cs" />
<Compile Include="models\CoverLetterModel.cs" />
<Compile Include="models\CreateCertExpressInvitationModel.cs" />
<Compile Include="models\CreateMultiCompanyTransactionModel.cs" />
<Compile Include="models\CreateOrAdjustTransactionModel.cs" />
<Compile Include="models\CreateTransactionModel.cs" />
Expand All @@ -157,6 +165,9 @@
<Compile Include="models\EcmsModel.cs" />
<Compile Include="models\EntityUseCodeModel.cs" />
<Compile Include="models\ErrorDetail.cs" />
<Compile Include="models\ExemptionReasonModel.cs" />
<Compile Include="models\ExemptionStatusModel.cs" />
<Compile Include="models\ExportDocumentLineModel.cs" />
<Compile Include="models\ExposureZoneModel.cs" />
<Compile Include="models\FilingAdjustmentModel.cs" />
<Compile Include="models\FilingAnswerModel.cs" />
Expand Down Expand Up @@ -186,6 +197,8 @@
<Compile Include="models\JurisdictionOverrideModel.cs" />
<Compile Include="models\LicenseKeyModel.cs" />
<Compile Include="models\LineItemModel.cs" />
<Compile Include="models\LinkCertificatesModel.cs" />
<Compile Include="models\LinkCustomersModel.cs" />
<Compile Include="models\LocationModel.cs" />
<Compile Include="models\LocationQuestionModel.cs" />
<Compile Include="models\LocationSettingModel.cs" />
Expand Down
19 changes: 16 additions & 3 deletions src/Avalara.AvaTax.net45.csproj
Expand Up @@ -41,9 +41,6 @@
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\GlobalAssemblyInfo.cs">
Expand All @@ -68,6 +65,9 @@
<Compile Include="enums\BatchStatus.cs" />
<Compile Include="enums\BatchType.cs" />
<Compile Include="enums\BoundaryLevel.cs" />
<Compile Include="enums\CertExpressInvitationStatus.cs" />
<Compile Include="enums\CertificatePreviewType.cs" />
<Compile Include="enums\CertificateRequestDeliveryMethod.cs" />
<Compile Include="enums\CommentType.cs" />
<Compile Include="enums\CompanyAccessLevel.cs" />
<Compile Include="enums\CompanyFilingStatus.cs" />
Expand Down Expand Up @@ -98,6 +98,7 @@
<Compile Include="enums\PointOfSalePartnerId.cs" />
<Compile Include="enums\RateType.cs" />
<Compile Include="enums\RefundType.cs" />
<Compile Include="enums\ReportFormat.cs" />
<Compile Include="enums\ResolutionQuality.cs" />
<Compile Include="enums\RoundingLevelId.cs" />
<Compile Include="enums\ScraperType.cs" />
Expand All @@ -114,6 +115,7 @@
<Compile Include="enums\TaxType.cs" />
<Compile Include="enums\TextCase.cs" />
<Compile Include="enums\VoidReasonCode.cs" />
<Compile Include="enums\WelcomeEmail.cs" />
<Compile Include="enums\WorksheetTypeId.cs" />
<Compile Include="ErrorInfo.cs" />
<Compile Include="ErrorResult.cs" />
Expand All @@ -138,17 +140,23 @@
<Compile Include="models\BatchModel.cs" />
<Compile Include="models\BulkLockTransactionModel.cs" />
<Compile Include="models\BulkLockTransactionResult.cs" />
<Compile Include="models\CertExpressInvitationModel.cs" />
<Compile Include="models\CertExpressInvitationStatusModel.cs" />
<Compile Include="models\CertificateAttributeModel.cs" />
<Compile Include="models\CertificateModel.cs" />
<Compile Include="models\CertificateTaxCodeModel.cs" />
<Compile Include="models\ChangeTransactionCodeModel.cs" />
<Compile Include="models\CommitTransactionModel.cs" />
<Compile Include="models\CommunicationsTransactionTypeModel.cs" />
<Compile Include="models\CommunicationsTSPairModel.cs" />
<Compile Include="models\CompanyAddress.cs" />
<Compile Include="models\CompanyConfigurationModel.cs" />
<Compile Include="models\CompanyInitializationModel.cs" />
<Compile Include="models\CompanyModel.cs" />
<Compile Include="models\ContactModel.cs" />
<Compile Include="models\CoordinateInfo.cs" />
<Compile Include="models\CoverLetterModel.cs" />
<Compile Include="models\CreateCertExpressInvitationModel.cs" />
<Compile Include="models\CreateMultiCompanyTransactionModel.cs" />
<Compile Include="models\CreateOrAdjustTransactionModel.cs" />
<Compile Include="models\CreateTransactionModel.cs" />
Expand All @@ -162,6 +170,9 @@
<Compile Include="models\EcmsModel.cs" />
<Compile Include="models\EntityUseCodeModel.cs" />
<Compile Include="models\ErrorDetail.cs" />
<Compile Include="models\ExemptionReasonModel.cs" />
<Compile Include="models\ExemptionStatusModel.cs" />
<Compile Include="models\ExportDocumentLineModel.cs" />
<Compile Include="models\ExposureZoneModel.cs" />
<Compile Include="models\FilingAdjustmentModel.cs" />
<Compile Include="models\FilingAnswerModel.cs" />
Expand Down Expand Up @@ -191,6 +202,8 @@
<Compile Include="models\JurisdictionOverrideModel.cs" />
<Compile Include="models\LicenseKeyModel.cs" />
<Compile Include="models\LineItemModel.cs" />
<Compile Include="models\LinkCertificatesModel.cs" />
<Compile Include="models\LinkCustomersModel.cs" />
<Compile Include="models\LocationModel.cs" />
<Compile Include="models\LocationQuestionModel.cs" />
<Compile Include="models\LocationSettingModel.cs" />
Expand Down
1 change: 1 addition & 0 deletions tests/net20/Tests.Avalara.AvaTax.net20.csproj
Expand Up @@ -24,6 +24,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\Tests.Avalara.AvaTax.RestClient.net20.XML</DocumentationFile>
<NoWarn>CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down
1 change: 1 addition & 0 deletions tests/net45/Tests.Avalara.AvaTax.net45.csproj
Expand Up @@ -22,6 +22,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\Tests.Avalara.AvaTax.net45.XML</DocumentationFile>
<NoWarn>CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand Down
Expand Up @@ -10,6 +10,7 @@

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netcoreapp1.1\Tests.Avalara.AvaTax.netstandard11.xml</DocumentationFile>
<NoWarn>CS1591</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 9d61f1e

Please sign in to comment.