|
[Nunit-commits] nunit20/solutions/vs2008/NUnitExtensions/core
nunit.core.extensions.dll.csproj, 1.1, 1.2
From: Charlie Poole <charliepoole@us...> - 2008-10-28 02:32
|
Update of /cvsroot/nunit/nunit20/solutions/vs2008/NUnitExtensions/core
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12041/solutions/vs2008/NUnitExtensions/core
Modified Files:
nunit.core.extensions.dll.csproj
Log Message:
Add post-build step to copy extensions dll to the bin directory of the three
executable runners.
Index: nunit.core.extensions.dll.csproj
===================================================================
RCS file: /cvsroot/nunit/nunit20/solutions/vs2008/NUnitExtensions/core/nunit.core.extensions.dll.csproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** nunit.core.extensions.dll.csproj 27 Jun 2008 05:55:24 -0000 1.1
--- nunit.core.extensions.dll.csproj 28 Oct 2008 02:32:43 -0000 1.2
***************
*** 2,6 ****
<PropertyGroup>
<ProjectType>Local</ProjectType>
! <ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{98B10E98-003C-45A0-9587-119142E39986}</ProjectGuid>
--- 2,6 ----
<PropertyGroup>
<ProjectType>Local</ProjectType>
! <ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{98B10E98-003C-45A0-9587-119142E39986}</ProjectGuid>
***************
*** 124,129 ****
<PreBuildEvent>
</PreBuildEvent>
! <PostBuildEvent>
! </PostBuildEvent>
</PropertyGroup>
</Project>
\ No newline at end of file
--- 124,131 ----
<PreBuildEvent>
</PreBuildEvent>
! <PostBuildEvent>copy $(TargetPath) $(SolutionDir)GuiRunner\nunit-gui-exe\$(OutDir)
! copy $(TargetPath) $(SolutionDir)ConsoleiRunner\nunit-console-exe\$(OutDir)
! copy $(TargetPath) $(SolutionDir)NUnitTestServer\nunit-agent-exe\$(OutDir)
! </PostBuildEvent>
</PropertyGroup>
</Project>
\ No newline at end of file
|
| Thread | Author | Date |
|---|---|---|
| [Nunit-commits] nunit20/solutions/vs2008/NUnitExtensions/core nunit.core.extensions.dll.csproj, 1.1, 1.2 | Charlie Poole <charliepoole@us...> |