ImageCls.csproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{15500E1B-F325-4AF2-ABAD-41DCFD9FCF28}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>ImageCls</RootNamespace>
  10. <AssemblyName>ImageCls</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <IsWebBootstrapper>false</IsWebBootstrapper>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  54. <DebugSymbols>true</DebugSymbols>
  55. <OutputPath>bin\x64\Debug\</OutputPath>
  56. <DefineConstants>DEBUG;TRACE</DefineConstants>
  57. <DebugType>full</DebugType>
  58. <PlatformTarget>x64</PlatformTarget>
  59. <ErrorReport>prompt</ErrorReport>
  60. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  61. <Prefer32Bit>true</Prefer32Bit>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  64. <OutputPath>bin\x64\Release\</OutputPath>
  65. <DefineConstants>TRACE</DefineConstants>
  66. <Optimize>true</Optimize>
  67. <DebugType>pdbonly</DebugType>
  68. <PlatformTarget>x64</PlatformTarget>
  69. <ErrorReport>prompt</ErrorReport>
  70. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  71. <Prefer32Bit>true</Prefer32Bit>
  72. </PropertyGroup>
  73. <ItemGroup>
  74. <Reference Include="Cntk.Core.Managed-2.6, Version=2.6.0.0, Culture=neutral, PublicKeyToken=21fff2ec8197defe, processorArchitecture=AMD64">
  75. <HintPath>..\packages\CNTK.CPUOnly.2.6.0\lib\netstandard2.0\Cntk.Core.Managed-2.6.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System" />
  78. <Reference Include="System.Data" />
  79. <Reference Include="System.Drawing" />
  80. <Reference Include="System.Windows.Forms" />
  81. <Reference Include="System.Xml" />
  82. <Reference Include="Microsoft.CSharp" />
  83. <Reference Include="System.Core" />
  84. <Reference Include="System.Xml.Linq" />
  85. <Reference Include="System.Data.DataSetExtensions" />
  86. <Reference Include="System.Net.Http" />
  87. <Reference Include="System.Xaml">
  88. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  89. </Reference>
  90. <Reference Include="WindowsBase" />
  91. <Reference Include="PresentationCore" />
  92. <Reference Include="PresentationFramework" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <ApplicationDefinition Include="App.xaml">
  96. <Generator>MSBuild:Compile</Generator>
  97. <SubType>Designer</SubType>
  98. </ApplicationDefinition>
  99. <Page Include="MainWindow.xaml">
  100. <Generator>MSBuild:Compile</Generator>
  101. <SubType>Designer</SubType>
  102. </Page>
  103. <Compile Include="App.xaml.cs">
  104. <DependentUpon>App.xaml</DependentUpon>
  105. <SubType>Code</SubType>
  106. </Compile>
  107. <Compile Include="CNTKImageProcessing.cs" />
  108. <Compile Include="CNTKLibraryManagedExamples.cs" />
  109. <Compile Include="MainWindow.xaml.cs">
  110. <DependentUpon>MainWindow.xaml</DependentUpon>
  111. <SubType>Code</SubType>
  112. </Compile>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <Compile Include="Properties\AssemblyInfo.cs">
  116. <SubType>Code</SubType>
  117. </Compile>
  118. <Compile Include="Properties\Resources.Designer.cs">
  119. <AutoGen>True</AutoGen>
  120. <DesignTime>True</DesignTime>
  121. <DependentUpon>Resources.resx</DependentUpon>
  122. </Compile>
  123. <Compile Include="Properties\Settings.Designer.cs">
  124. <AutoGen>True</AutoGen>
  125. <DependentUpon>Settings.settings</DependentUpon>
  126. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  127. </Compile>
  128. <EmbeddedResource Include="Properties\Resources.resx">
  129. <Generator>ResXFileCodeGenerator</Generator>
  130. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  131. </EmbeddedResource>
  132. <None Include="packages.config" />
  133. <None Include="Properties\Settings.settings">
  134. <Generator>SettingsSingleFileGenerator</Generator>
  135. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  136. </None>
  137. </ItemGroup>
  138. <ItemGroup>
  139. <None Include="App.config" />
  140. </ItemGroup>
  141. <ItemGroup>
  142. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  143. <Visible>False</Visible>
  144. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
  145. <Install>true</Install>
  146. </BootstrapperPackage>
  147. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  148. <Visible>False</Visible>
  149. <ProductName>.NET Framework 3.5 SP1</ProductName>
  150. <Install>false</Install>
  151. </BootstrapperPackage>
  152. </ItemGroup>
  153. <ItemGroup>
  154. <WCFMetadata Include="Connected Services\" />
  155. </ItemGroup>
  156. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  157. <Import Project="..\packages\CNTK.Deps.MKL.2.6.0\build\netstandard2.0\CNTK.Deps.MKL.targets" Condition="Exists('..\packages\CNTK.Deps.MKL.2.6.0\build\netstandard2.0\CNTK.Deps.MKL.targets')" />
  158. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  159. <PropertyGroup>
  160. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  161. </PropertyGroup>
  162. <Error Condition="!Exists('..\packages\CNTK.Deps.MKL.2.6.0\build\netstandard2.0\CNTK.Deps.MKL.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CNTK.Deps.MKL.2.6.0\build\netstandard2.0\CNTK.Deps.MKL.targets'))" />
  163. <Error Condition="!Exists('..\packages\CNTK.Deps.OpenCV.Zip.2.6.0\build\netstandard2.0\CNTK.Deps.OpenCV.Zip.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CNTK.Deps.OpenCV.Zip.2.6.0\build\netstandard2.0\CNTK.Deps.OpenCV.Zip.targets'))" />
  164. <Error Condition="!Exists('..\packages\CNTK.CPUOnly.2.6.0\build\netstandard2.0\CNTK.CPUOnly.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CNTK.CPUOnly.2.6.0\build\netstandard2.0\CNTK.CPUOnly.targets'))" />
  165. </Target>
  166. <Import Project="..\packages\CNTK.Deps.OpenCV.Zip.2.6.0\build\netstandard2.0\CNTK.Deps.OpenCV.Zip.targets" Condition="Exists('..\packages\CNTK.Deps.OpenCV.Zip.2.6.0\build\netstandard2.0\CNTK.Deps.OpenCV.Zip.targets')" />
  167. <Import Project="..\packages\CNTK.CPUOnly.2.6.0\build\netstandard2.0\CNTK.CPUOnly.targets" Condition="Exists('..\packages\CNTK.CPUOnly.2.6.0\build\netstandard2.0\CNTK.CPUOnly.targets')" />
  168. </Project>