Skip to content

Commit

Permalink
remove the specific platform restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
celeron533 committed Feb 11, 2024
1 parent cab0d1b commit c39618a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions DicomGrep/DicomGrep.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<None Remove="DICOM Dictionary.sample.xml" />
<None Remove="DICOM Dictionary.xml" />
Expand Down

0 comments on commit c39618a

Please sign in to comment.