NerveIdentificationDemo.csproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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>{2B176594-C0A3-4304-AE89-8BE34141F094}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>NerveIdentificationDemo</RootNamespace>
  10. <AssemblyName>NerveIdentificationDemo</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</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. <Deterministic>true</Deterministic>
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. </PropertyGroup>
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  21. <DebugSymbols>true</DebugSymbols>
  22. <OutputPath>..\Bin\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <DebugType>full</DebugType>
  25. <PlatformTarget>x64</PlatformTarget>
  26. <LangVersion>7.3</LangVersion>
  27. <ErrorReport>prompt</ErrorReport>
  28. <Prefer32Bit>true</Prefer32Bit>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  31. <OutputPath>..\Bin\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <Optimize>true</Optimize>
  34. <DebugType>pdbonly</DebugType>
  35. <PlatformTarget>x64</PlatformTarget>
  36. <LangVersion>7.3</LangVersion>
  37. <ErrorReport>prompt</ErrorReport>
  38. <Prefer32Bit>true</Prefer32Bit>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Accord, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  42. <HintPath>..\packages\Accord.3.8.0\lib\net462\Accord.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Accord.Video, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Accord.Video.3.8.0\lib\net462\Accord.Video.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Accord.Video.DirectShow, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Accord.Video.DirectShow.3.8.0\lib\net462\Accord.Video.DirectShow.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Accord.Video.FFMPEG.x64, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=AMD64">
  51. <HintPath>..\packages\Accord.Video.FFMPEG.x64.3.8.0\lib\net462\Accord.Video.FFMPEG.x64.dll</HintPath>
  52. </Reference>
  53. <Reference Include="AI.Common">
  54. <HintPath>..\Bin\AI.Common.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Drawing" />
  59. <Reference Include="System.Xml" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="System.Net.Http" />
  65. <Reference Include="System.Xaml">
  66. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  67. </Reference>
  68. <Reference Include="WindowsBase" />
  69. <Reference Include="PresentationCore" />
  70. <Reference Include="PresentationFramework" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <ApplicationDefinition Include="App.xaml">
  74. <Generator>MSBuild:Compile</Generator>
  75. <SubType>Designer</SubType>
  76. </ApplicationDefinition>
  77. <Page Include="ImageCanvas.xaml">
  78. <SubType>Designer</SubType>
  79. <Generator>MSBuild:Compile</Generator>
  80. </Page>
  81. <Page Include="MainWindow.xaml">
  82. <Generator>MSBuild:Compile</Generator>
  83. <SubType>Designer</SubType>
  84. </Page>
  85. <Compile Include="App.xaml.cs">
  86. <DependentUpon>App.xaml</DependentUpon>
  87. <SubType>Code</SubType>
  88. </Compile>
  89. <Compile Include="ImageCanvas.xaml.cs">
  90. <DependentUpon>ImageCanvas.xaml</DependentUpon>
  91. </Compile>
  92. <Compile Include="MainWindow.xaml.cs">
  93. <DependentUpon>MainWindow.xaml</DependentUpon>
  94. <SubType>Code</SubType>
  95. </Compile>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Compile Include="Properties\AssemblyInfo.cs">
  99. <SubType>Code</SubType>
  100. </Compile>
  101. <Compile Include="Properties\Resources.Designer.cs">
  102. <AutoGen>True</AutoGen>
  103. <DesignTime>True</DesignTime>
  104. <DependentUpon>Resources.resx</DependentUpon>
  105. </Compile>
  106. <Compile Include="Properties\Settings.Designer.cs">
  107. <AutoGen>True</AutoGen>
  108. <DependentUpon>Settings.settings</DependentUpon>
  109. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  110. </Compile>
  111. <EmbeddedResource Include="Properties\Resources.resx">
  112. <Generator>ResXFileCodeGenerator</Generator>
  113. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  114. </EmbeddedResource>
  115. <None Include="packages.config" />
  116. <None Include="Properties\Settings.settings">
  117. <Generator>SettingsSingleFileGenerator</Generator>
  118. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  119. </None>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <None Include="App.config" />
  123. </ItemGroup>
  124. <ItemGroup>
  125. <ProjectReference Include="..\NerveIdentificationLib\NerveIdentificationLib.csproj">
  126. <Project>{1ac433c2-4a6a-40e3-8daa-7c496a2f41d8}</Project>
  127. <Name>NerveIdentificationLib</Name>
  128. </ProjectReference>
  129. </ItemGroup>
  130. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  131. <Import Project="..\packages\Accord.3.8.0\build\Accord.targets" Condition="Exists('..\packages\Accord.3.8.0\build\Accord.targets')" />
  132. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  133. <PropertyGroup>
  134. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  135. </PropertyGroup>
  136. <Error Condition="!Exists('..\packages\Accord.3.8.0\build\Accord.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Accord.3.8.0\build\Accord.targets'))" />
  137. <Error Condition="!Exists('..\packages\Accord.Video.FFMPEG.x64.3.8.0\build\Accord.Video.FFMPEG.x64.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Accord.Video.FFMPEG.x64.3.8.0\build\Accord.Video.FFMPEG.x64.targets'))" />
  138. </Target>
  139. <Import Project="..\packages\Accord.Video.FFMPEG.x64.3.8.0\build\Accord.Video.FFMPEG.x64.targets" Condition="Exists('..\packages\Accord.Video.FFMPEG.x64.3.8.0\build\Accord.Video.FFMPEG.x64.targets')" />
  140. <PropertyGroup>
  141. <PostBuildEvent>xcopy "$(SolutionDir)Depends\*.*" "$(SolutionDir)Bin\" /y</PostBuildEvent>
  142. </PropertyGroup>
  143. </Project>