Wado.csproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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. <ProductVersion>
  8. </ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{9D8C9830-AD5F-478D-8CDC-E04C4A3773F6}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>Wado</RootNamespace>
  15. <AssemblyName>Wado</AssemblyName>
  16. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  17. <UseIISExpress>true</UseIISExpress>
  18. <IISExpressSSLPort />
  19. <IISExpressAnonymousAuthentication />
  20. <IISExpressWindowsAuthentication />
  21. <IISExpressUseClassicPipelineMode />
  22. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
  23. <RestorePackages>true</RestorePackages>
  24. <UseGlobalApplicationHostFile />
  25. <NuGetPackageImportStamp>
  26. </NuGetPackageImportStamp>
  27. <TargetFrameworkProfile />
  28. <Use64BitIISExpress />
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31. <DebugSymbols>true</DebugSymbols>
  32. <DebugType>full</DebugType>
  33. <Optimize>false</Optimize>
  34. <OutputPath>bin\</OutputPath>
  35. <DefineConstants>DEBUG;TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <PlatformTarget>x86</PlatformTarget>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41. <DebugType>pdbonly</DebugType>
  42. <Optimize>true</Optimize>
  43. <OutputPath>bin\</OutputPath>
  44. <DefineConstants>TRACE</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  50. <HintPath>..\..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System.Data.DataSetExtensions" />
  53. <Reference Include="System.Net.Http" />
  54. <Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  55. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System.Web.Cors, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  58. <HintPath>..\..\packages\Microsoft.AspNet.Cors.5.2.7\lib\net45\System.Web.Cors.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System.Web.DynamicData" />
  61. <Reference Include="System.Web.ApplicationServices" />
  62. <Reference Include="System.ComponentModel.DataAnnotations" />
  63. <Reference Include="System" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Web.Extensions" />
  66. <Reference Include="System.Drawing" />
  67. <Reference Include="System.Web" />
  68. <Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  69. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System.Web.Http.Cors, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  72. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Cors.5.2.7\lib\net45\System.Web.Http.Cors.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System.Web.Http.WebHost, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  75. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.7\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.Xml" />
  78. <Reference Include="System.Configuration" />
  79. <Reference Include="System.Web.Services" />
  80. <Reference Include="System.EnterpriseServices" />
  81. <Reference Include="System.Xml.Linq" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Content Include="Global.asax" />
  85. <Content Include="Web.config">
  86. <SubType>Designer</SubType>
  87. </Content>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Compile Include="..\..\SharedAssemblyInfo.cs">
  91. <Link>Properties\SharedAssemblyInfo.cs</Link>
  92. </Compile>
  93. <Compile Include="App_Start\WebApiConfig.cs" />
  94. <Compile Include="Models\IDicomImageFinderService.cs" />
  95. <Compile Include="Models\TestDicomImageFinderService.cs" />
  96. <Compile Include="Controllers\Wado.cs" />
  97. <Compile Include="Global.asax.cs">
  98. <DependentUpon>Global.asax</DependentUpon>
  99. </Compile>
  100. <Compile Include="Properties\AssemblyInfo.cs" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Content Include="TestFiles\1.2.840.113564.192168156.2012101911104793780.1003000225002.dcm">
  104. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  105. </Content>
  106. <Content Include="Readme.md" />
  107. <None Include="packages.config" />
  108. <None Include="Web.Debug.config">
  109. <DependentUpon>Web.config</DependentUpon>
  110. </None>
  111. <None Include="Web.Release.config">
  112. <DependentUpon>Web.config</DependentUpon>
  113. </None>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <Folder Include="App_Data\" />
  117. </ItemGroup>
  118. <PropertyGroup>
  119. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  120. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  123. <DebugSymbols>true</DebugSymbols>
  124. <OutputPath>bin\</OutputPath>
  125. <DefineConstants>DEBUG;TRACE</DefineConstants>
  126. <DebugType>full</DebugType>
  127. <PlatformTarget>x86</PlatformTarget>
  128. <ErrorReport>prompt</ErrorReport>
  129. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  132. <OutputPath>bin\</OutputPath>
  133. <DefineConstants>TRACE</DefineConstants>
  134. <Optimize>true</Optimize>
  135. <DebugType>pdbonly</DebugType>
  136. <PlatformTarget>x86</PlatformTarget>
  137. <ErrorReport>prompt</ErrorReport>
  138. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  139. </PropertyGroup>
  140. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  141. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  142. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  143. <ProjectExtensions>
  144. <VisualStudio>
  145. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  146. <WebProjectProperties>
  147. <UseIIS>True</UseIIS>
  148. <AutoAssignPort>True</AutoAssignPort>
  149. <DevelopmentServerPort>8647</DevelopmentServerPort>
  150. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  151. <IISUrl>http://localhost:8647/</IISUrl>
  152. <NTLMAuthentication>False</NTLMAuthentication>
  153. <UseCustomServer>False</UseCustomServer>
  154. <CustomServerUrl>
  155. </CustomServerUrl>
  156. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  157. </WebProjectProperties>
  158. </FlavorProperties>
  159. </VisualStudio>
  160. <MonoDevelop>
  161. <Properties>
  162. <XspParameters Port="8080" Address="127.0.0.1" SslMode="None" SslProtocol="Default" KeyType="None" CertFile="" KeyFile="" PasswordOptions="None" Password="" Verbose="True" />
  163. </Properties>
  164. </MonoDevelop>
  165. </ProjectExtensions>
  166. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  167. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  168. <PropertyGroup>
  169. <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>
  170. </PropertyGroup>
  171. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  172. </Target>
  173. </Project>