| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net6.0-windows</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- <UseWPF>true</UseWPF>
- <Platforms>AnyCPU;x64</Platforms>
- </PropertyGroup>
- <ItemGroup>
- <None Remove="DependFile\ccd\CellCultureDllMulti64.dll" />
- <None Remove="DependFile\ccd\CellCultureDllMulti64.lib" />
- <None Remove="DependFile\ccd\CellProcessorDll.dll" />
- <None Remove="DependFile\ccd\MVBayerDec.dll" />
- <None Remove="DependFile\ccd\MVCAPI.dll" />
- <None Remove="DependFile\ccd\MVParm.dll" />
- <None Remove="DependFile\ccd\opencv_world342.dll" />
- <None Remove="DependFile\DB\aivfoTL.db" />
- <None Remove="DependFile\newccd\opencv_world3416.dll" />
- <None Remove="DependFile\newccd\Project2.dll" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="DependFile\ccd\CellCultureDllMulti64.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="DependFile\ccd\CellCultureDllMulti64.lib">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="DependFile\ccd\CellProcessorDll.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="DependFile\ccd\MVBayerDec.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="DependFile\ccd\MVCAPI.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="DependFile\ccd\MVParm.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="DependFile\ccd\opencv_world342.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="DependFile\DB\aivfoTL.db">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="DependFile\newccd\opencv_world3416.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="DependFile\newccd\Project2.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\ivf_tl_Com\ivf_tl_Com.csproj" />
- <ProjectReference Include="..\ivf_tl_Controller\ivf_tl_Controller.csproj" />
- <ProjectReference Include="..\ivf_tl_Entity\ivf_tl_Entity.csproj" />
- <ProjectReference Include="..\ivf_tl_ServicesImpl\ivf_tl_ServicesImpl.csproj" />
- <ProjectReference Include="..\ivf_tl_Services\ivf_tl_Services.csproj" />
- </ItemGroup>
- </Project>
|