C-Store SCP.Mono.csproj 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProjectGuid>{D9AF008C-EE25-49B3-96F6-E81B8A59D017}</ProjectGuid>
  7. <OutputType>Exe</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>Dicom.CStoreSCP</RootNamespace>
  10. <AssemblyName>Dicom.CStoreSCP</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12. <TargetFrameworkProfile>
  13. </TargetFrameworkProfile>
  14. <FileAlignment>512</FileAlignment>
  15. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
  16. <RestorePackages>true</RestorePackages>
  17. </PropertyGroup>
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  19. <DebugSymbols>true</DebugSymbols>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <DebugType>full</DebugType>
  23. <ErrorReport>prompt</ErrorReport>
  24. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  25. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  26. <Prefer32Bit>false</Prefer32Bit>
  27. <WarningLevel>4</WarningLevel>
  28. <Optimize>false</Optimize>
  29. <Externalconsole>true</Externalconsole>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <Optimize>true</Optimize>
  35. <ErrorReport>prompt</ErrorReport>
  36. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  37. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  38. <Prefer32Bit>false</Prefer32Bit>
  39. <WarningLevel>4</WarningLevel>
  40. <Externalconsole>true</Externalconsole>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="System" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Xml.Linq" />
  46. <Reference Include="System.Data.DataSetExtensions" />
  47. <Reference Include="Microsoft.CSharp" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Xml" />
  50. <Reference Include="Dicom.Core">
  51. <HintPath>..\..\External\Dicom.Core.Mono\Dicom.Core.dll</HintPath>
  52. </Reference>
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="..\..\Desktop\C-Store SCP\Properties\AssemblyInfo.cs">
  56. <Link>Properties\AssemblyInfo.cs</Link>
  57. </Compile>
  58. <Compile Include="..\..\SharedAssemblyInfo.cs">
  59. <Link>Properties\SharedAssemblyInfo.cs</Link>
  60. </Compile>
  61. <Compile Include="..\..\Desktop\C-Store SCP\Program.cs">
  62. <Link>Program.cs</Link>
  63. </Compile>
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Folder Include="Properties\" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <None Include="..\..\Desktop\C-Store SCP\app.config">
  70. <Link>app.config</Link>
  71. </None>
  72. </ItemGroup>
  73. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  74. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  75. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  76. <PropertyGroup>
  77. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  78. </PropertyGroup>
  79. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  80. </Target>
  81. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  82. Other similar extension points exist, see Microsoft.Common.targets.
  83. <Target Name="BeforeBuild">
  84. </Target>
  85. <Target Name="AfterBuild">
  86. </Target>
  87. -->
  88. </Project>