Vinno.AI.OrganIdentificationSDK.csproj 893 B

12345678910111213141516
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <Version>1.0.1.7</Version>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\Vinno.AI.CommonSDK\Vinno.AI.CommonSDK.csproj" />
  8. </ItemGroup>
  9. <Target Name="PostBuild" AfterTargets="PostBuildEvent">
  10. <Exec Command="if not exist &quot;$(SolutionDir)Bin\AISDKs\OrganIdentification&quot; mkdir &quot;$(SolutionDir)Bin\AISDKs\OrganIdentification&quot;&#xD;&#xA;Copy /Y &quot;$(TargetDir)\*.dll&quot; &quot;$(SolutionDir)Bin\AISDKs\OrganIdentification\*.dll&quot;&#xD;&#xA;&#xD;&#xA;if not exist &quot;$(SolutionDir)Bin\AISDKsFor9E\OrganIdentification&quot; mkdir &quot;$(SolutionDir)Bin\AISDKsFor9E\OrganIdentification&quot;&#xD;&#xA;Copy /Y &quot;$(TargetDir)\*.dll&quot; &quot;$(SolutionDir)Bin\AISDKsFor9E\OrganIdentification\*.dll&quot;" />
  11. </Target>
  12. </Project>