diff --git a/Emgu.CV.World/Emgu.CV.World.csproj b/Emgu.CV.World/Emgu.CV.World.csproj index 7e79d356a..ecf8f2350 100644 --- a/Emgu.CV.World/Emgu.CV.World.csproj +++ b/Emgu.CV.World/Emgu.CV.World.csproj @@ -17,20 +17,20 @@ true full false - ..\libs\ + ..\libs\build\ DEBUG;TRACE prompt 4 - ..\libs\Emgu.CV.World.XML + $(OutputPath)$(AssemblyName).xml pdbonly true - ..\libs\ + ..\libs\build\ TRACE prompt 4 - ..\libs\Emgu.CV.World.XML + $(OutputPath)$(AssemblyName).xml true @@ -38,36 +38,20 @@ ..\Emgu.CV.snk - - ..\libs\ - ..\libs\Emgu.CV.World.XML - - - ..\libs\ - ..\libs\Emgu.CV.World.XML - - - ..\libs\ - ..\libs\Emgu.CV.World.XML - - - ..\libs\ - ..\libs\Emgu.CV.World.XML - true - bin\x64\Debug\ + ..\libs\build\ DEBUG;TRACE - ..\libs\Emgu.CV.World.XML + $(OutputPath)$(AssemblyName).xml full x64 prompt MinimumRecommendedRules.ruleset - bin\x64\Release\ + ..\libs\build\ TRACE - ..\libs\Emgu.CV.World.XML + $(OutputPath)$(AssemblyName).xml true pdbonly x64 @@ -107,7 +91,12 @@ Other similar extension points exist, see Microsoft.Common.targets. + --> + + + + + - --> \ No newline at end of file