We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
e.g. (in msbuild project file) <Target Name="AfterBuild"> <Copy SourceFiles="$(OutputPath)CrossApplication.Photos.Wpf.dll" DestinationFolder="..\..\Wpf\CrossApplication.Wpf.Application\$(OutputPath)Modules\" ContinueOnError="false" /> </Target>
<Target Name="AfterBuild">
<Copy SourceFiles="$(OutputPath)CrossApplication.Photos.Wpf.dll" DestinationFolder="..\..\Wpf\CrossApplication.Wpf.Application\$(OutputPath)Modules\" ContinueOnError="false" />
</Target>
There was an error while loading. Please reload this page.