Skip to content

Commit

Permalink
PostBuildEvent with release DLL output
Browse files Browse the repository at this point in the history
  • Loading branch information
free5lot committed Feb 13, 2014
1 parent 53c7b0a commit eca1c37
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Camera_Net/Camera_NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
<PostBuildEvent>copy "$(TargetPath)" "$(ProjectDir)..\Releases\"</PostBuildEvent>
</PropertyGroup>
</Project>
3 changes: 1 addition & 2 deletions DirectShowLib/DirectShowLib-2010.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
<PostBuildEvent>copy "$(TargetPath)" "$(ProjectDir)..\Releases\"</PostBuildEvent>
</PropertyGroup>
</Project>
3 changes: 3 additions & 0 deletions Samples/CameraControlSample/CameraControlSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@
<Folder Include="Resources\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy "$(TargetPath)" "$(ProjectDir)..\..\Releases\"</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
3 changes: 3 additions & 0 deletions Samples/CameraControlTool/CameraControlTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@
<Content Include="Camera_icon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy "$(TargetPath)" "$(ProjectDir)..\..\Releases\"</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
3 changes: 3 additions & 0 deletions Samples/VerySimple/VerySimple.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@
<Folder Include="Resources\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy "$(TargetPath)" "$(ProjectDir)..\..\Releases\"</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down

0 comments on commit eca1c37

Please sign in to comment.