DICOM Media.csproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{B33668E0-9F98-453C-98C8-D203E92A1A40}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>DICOM_Media</RootNamespace>
  11. <AssemblyName>DICOM Media</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <NuGetPackageImportStamp>
  15. </NuGetPackageImportStamp>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  38. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  39. <ProductVersion>8.0.30703</ProductVersion>
  40. <SchemaVersion>2.0</SchemaVersion>
  41. <ProjectGuid>{00A56C9C-8237-4CB8-ACC9-437C8D366EFC}</ProjectGuid>
  42. <OutputType>Exe</OutputType>
  43. <AppDesignerFolder>Properties</AppDesignerFolder>
  44. <RootNamespace>Dicom.Media</RootNamespace>
  45. <AssemblyName>Dicom.Media</AssemblyName>
  46. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  47. <TargetFrameworkProfile>
  48. </TargetFrameworkProfile>
  49. <FileAlignment>512</FileAlignment>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  52. <DebugSymbols>true</DebugSymbols>
  53. <OutputPath>bin\Debug\</OutputPath>
  54. <DefineConstants>DEBUG;TRACE</DefineConstants>
  55. <DebugType>full</DebugType>
  56. <PlatformTarget>x86</PlatformTarget>
  57. <ErrorReport>prompt</ErrorReport>
  58. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  59. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  60. <Prefer32Bit>false</Prefer32Bit>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  63. <OutputPath>bin\Release\</OutputPath>
  64. <DefineConstants>TRACE</DefineConstants>
  65. <Optimize>true</Optimize>
  66. <DebugType>pdbonly</DebugType>
  67. <PlatformTarget>x86</PlatformTarget>
  68. <ErrorReport>prompt</ErrorReport>
  69. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  70. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  71. <Prefer32Bit>false</Prefer32Bit>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  74. <DebugSymbols>true</DebugSymbols>
  75. <OutputPath>bin\x86\Debug\</OutputPath>
  76. <DefineConstants>DEBUG;TRACE</DefineConstants>
  77. <DebugType>full</DebugType>
  78. <PlatformTarget>x86</PlatformTarget>
  79. <ErrorReport>prompt</ErrorReport>
  80. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  81. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  82. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  85. <OutputPath>bin\x86\Release\</OutputPath>
  86. <DefineConstants>TRACE</DefineConstants>
  87. <Optimize>true</Optimize>
  88. <DebugType>pdbonly</DebugType>
  89. <PlatformTarget>x86</PlatformTarget>
  90. <ErrorReport>prompt</ErrorReport>
  91. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  92. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  93. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  94. </PropertyGroup>
  95. <ItemGroup>
  96. <Reference Include="Dicom.Core, Version=4.0.4.0, Culture=neutral, PublicKeyToken=3a13f649e28eb09a, processorArchitecture=MSIL">
  97. <HintPath>..\..\packages\fo-dicom.Desktop.4.0.5\lib\net45\Dicom.Core.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System" />
  100. <Reference Include="System.Core" />
  101. <Reference Include="System.Xml.Linq" />
  102. <Reference Include="System.Data.DataSetExtensions" />
  103. <Reference Include="System.Data" />
  104. <Reference Include="System.Xml" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <Compile Include="..\..\SharedAssemblyInfo.cs">
  108. <Link>Properties\SharedAssemblyInfo.cs</Link>
  109. </Compile>
  110. <Compile Include="Program.cs" />
  111. <Compile Include="Properties\AssemblyInfo.cs" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <None Include="Data\Patient1\1.2.840.113619.2.25.4.2420019.1350725419.624.dcm">
  115. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  116. </None>
  117. <None Include="Data\Patient1\1.2.840.113619.2.25.4.2420019.1350725419.646.dcm">
  118. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  119. </None>
  120. <None Include="Data\Patient1\1.2.840.113619.2.25.4.2420019.1350725419.658.dcm">
  121. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  122. </None>
  123. <None Include="Data\Patient1\1.2.840.113619.2.25.4.2420019.1350725419.667.dcm">
  124. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  125. </None>
  126. <None Include="Data\Patient1\1.2.840.113619.2.25.4.2420019.1350725419.675.dcm">
  127. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  128. </None>
  129. <None Include="Data\Patient1\1.2.840.113619.2.25.4.2420019.1350725419.684.dcm">
  130. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  131. </None>
  132. <None Include="Data\Patient1\1.2.840.113619.2.25.4.2420019.1350725419.693.dcm">
  133. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  134. </None>
  135. <None Include="Data\Patient1\1.2.840.113619.2.25.4.2420019.1350725419.709.dcm">
  136. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  137. </None>
  138. <None Include="Data\Patient1\1.2.840.113619.2.25.4.2420019.1350725419.718.dcm">
  139. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  140. </None>
  141. <None Include="Data\Patient1\1.2.840.113619.2.25.4.2420019.1350725419.750.dcm">
  142. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  143. </None>
  144. <None Include="Data\Patient1\1.2.840.113619.2.25.4.2420019.1350725419.787.dcm">
  145. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  146. </None>
  147. <None Include="Data\Patient1\1.2.840.113619.2.25.4.2420019.1350725419.796.dcm">
  148. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  149. </None>
  150. <None Include="Data\Patient2\1.2.840.113564.192168156.2012101911104793780.1003000225002.dcm">
  151. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  152. </None>
  153. <None Include="packages.config" />
  154. </ItemGroup>
  155. <ItemGroup>
  156. <None Include="app.config">
  157. <SubType>Designer</SubType>
  158. </None>
  159. </ItemGroup>
  160. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  161. <Import Project="..\..\packages\fo-dicom.Desktop.4.0.5\build\net45\fo-dicom.Desktop.targets" Condition="Exists('..\..\packages\fo-dicom.Desktop.4.0.5\build\net45\fo-dicom.Desktop.targets')" />
  162. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  163. <PropertyGroup>
  164. <ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
  165. </PropertyGroup>
  166. <Error Condition="!Exists('..\..\packages\fo-dicom.Desktop.4.0.5\build\net45\fo-dicom.Desktop.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\fo-dicom.Desktop.4.0.5\build\net45\fo-dicom.Desktop.targets'))" />
  167. </Target>
  168. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  169. Other similar extension points exist, see Microsoft.Common.targets.
  170. <Target Name="BeforeBuild">
  171. </Target>
  172. <Target Name="AfterBuild">
  173. </Target>
  174. -->
  175. </Project>