ivf_tl_Control.csproj 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0-windows</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. <UseWPF>true</UseWPF>
  7. <Platforms>AnyCPU;x64</Platforms>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <None Remove="DependFile\ccd\CellCultureDllMulti64.dll" />
  11. <None Remove="DependFile\ccd\CellCultureDllMulti64.lib" />
  12. <None Remove="DependFile\ccd\CellProcessorDll.dll" />
  13. <None Remove="DependFile\ccd\MVBayerDec.dll" />
  14. <None Remove="DependFile\ccd\MVCAPI.dll" />
  15. <None Remove="DependFile\ccd\MVParm.dll" />
  16. <None Remove="DependFile\ccd\opencv_world342.dll" />
  17. <None Remove="DependFile\DB\aivfoTL.db" />
  18. <None Remove="DependFile\newccd\opencv_world3416.dll" />
  19. <None Remove="DependFile\newccd\Project2.dll" />
  20. </ItemGroup>
  21. <ItemGroup>
  22. <Content Include="DependFile\ccd\CellCultureDllMulti64.dll">
  23. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  24. </Content>
  25. <Content Include="DependFile\ccd\CellCultureDllMulti64.lib">
  26. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  27. </Content>
  28. <Content Include="DependFile\ccd\CellProcessorDll.dll">
  29. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  30. </Content>
  31. <Content Include="DependFile\ccd\MVBayerDec.dll">
  32. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  33. </Content>
  34. <Content Include="DependFile\ccd\MVCAPI.dll">
  35. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  36. </Content>
  37. <Content Include="DependFile\ccd\MVParm.dll">
  38. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  39. </Content>
  40. <Content Include="DependFile\ccd\opencv_world342.dll">
  41. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  42. </Content>
  43. <Content Include="DependFile\DB\aivfoTL.db">
  44. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  45. </Content>
  46. <Content Include="DependFile\newccd\opencv_world3416.dll">
  47. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  48. </Content>
  49. <Content Include="DependFile\newccd\Project2.dll">
  50. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  51. </Content>
  52. </ItemGroup>
  53. <ItemGroup>
  54. <ProjectReference Include="..\ivf_tl_Com\ivf_tl_Com.csproj" />
  55. <ProjectReference Include="..\ivf_tl_Controller\ivf_tl_Controller.csproj" />
  56. <ProjectReference Include="..\ivf_tl_Entity\ivf_tl_Entity.csproj" />
  57. <ProjectReference Include="..\ivf_tl_ServicesImpl\ivf_tl_ServicesImpl.csproj" />
  58. <ProjectReference Include="..\ivf_tl_Services\ivf_tl_Services.csproj" />
  59. </ItemGroup>
  60. </Project>