Skip to content

Commit

Permalink
remove the specification project that isn't actually used anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpos committed Jul 11, 2019
1 parent df58aad commit 814b264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 2 additions & 6 deletions WPF/FhirPathTester.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -36,6 +37,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>fhir-lab-ico-300x300.ico</ApplicationIcon>
Expand All @@ -45,9 +47,6 @@
<HintPath>..\packages\Hl7.Fhir.DSTU2.1.3.0\lib\net45\Hl7.Fhir.DSTU2.Core.dll</HintPath>
<Aliases>dstu2</Aliases>
</Reference>
<Reference Include="Hl7.Fhir.DSTU2.Specification, Version=1.3.0.0, Culture=neutral, PublicKeyToken=d706911480550fc3, processorArchitecture=MSIL">
<HintPath>..\packages\Hl7.Fhir.Specification.DSTU2.1.3.0\lib\net45\Hl7.Fhir.DSTU2.Specification.dll</HintPath>
</Reference>
<Reference Include="Hl7.Fhir.ElementModel, Version=1.3.0.0, Culture=neutral, PublicKeyToken=d706911480550fc3, processorArchitecture=MSIL">
<HintPath>..\packages\Hl7.Fhir.ElementModel.1.3.0\lib\net45\Hl7.Fhir.ElementModel.dll</HintPath>
</Reference>
Expand All @@ -62,9 +61,6 @@
<HintPath>..\packages\Hl7.Fhir.STU3.1.3.0\lib\net45\Hl7.Fhir.STU3.Core.dll</HintPath>
<Aliases>stu3</Aliases>
</Reference>
<Reference Include="Hl7.Fhir.STU3.Specification, Version=1.3.0.0, Culture=neutral, PublicKeyToken=d706911480550fc3, processorArchitecture=MSIL">
<HintPath>..\packages\Hl7.Fhir.Specification.STU3.1.3.0\lib\net45\Hl7.Fhir.STU3.Specification.dll</HintPath>
</Reference>
<Reference Include="Hl7.Fhir.Support, Version=1.3.0.0, Culture=neutral, PublicKeyToken=d706911480550fc3, processorArchitecture=MSIL">
<HintPath>..\packages\Hl7.Fhir.Support.1.3.0\lib\net45\Hl7.Fhir.Support.dll</HintPath>
</Reference>
Expand Down
2 changes: 0 additions & 2 deletions WPF/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<package id="Hl7.Fhir.ElementModel" version="1.3.0" targetFramework="net45" />
<package id="Hl7.Fhir.R4" version="1.3.0" targetFramework="net45" />
<package id="Hl7.Fhir.Serialization" version="1.3.0" targetFramework="net45" />
<package id="Hl7.Fhir.Specification.DSTU2" version="1.3.0" targetFramework="net45" />
<package id="Hl7.Fhir.Specification.STU3" version="1.3.0" targetFramework="net45" />
<package id="Hl7.Fhir.STU3" version="1.3.0" targetFramework="net45" />
<package id="Hl7.Fhir.Support" version="1.3.0" targetFramework="net45" />
<package id="Hl7.FhirPath" version="1.3.0" targetFramework="net45" />
Expand Down

0 comments on commit 814b264

Please sign in to comment.