From: <jer...@us...> - 2007-04-02 00:22:54
|
Revision: 41 http://structuremap.svn.sourceforge.net/structuremap/?rev=41&view=rev Author: jeremydmiller Date: 2007-04-01 17:22:51 -0700 (Sun, 01 Apr 2007) Log Message: ----------- changing the post build steps Modified Paths: -------------- trunk/Source/StructureMap.Testing/StructureMap.Testing.csproj Modified: trunk/Source/StructureMap.Testing/StructureMap.Testing.csproj =================================================================== --- trunk/Source/StructureMap.Testing/StructureMap.Testing.csproj 2007-04-02 00:18:01 UTC (rev 40) +++ trunk/Source/StructureMap.Testing/StructureMap.Testing.csproj 2007-04-02 00:22:51 UTC (rev 41) @@ -432,7 +432,9 @@ <Compile Include="XmlWriting\ElementChecker.cs"> <SubType>Code</SubType> </Compile> - <None Include="StructureMap.config" /> + <None Include="StructureMap.config"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </None> <None Include="StructureMap.Testing.dll.config"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> @@ -497,7 +499,7 @@ <PropertyGroup> <PreBuildEvent> </PreBuildEvent> - <PostBuildEvent>copy $(ProjectDir)\*.config $(TargetDir) -</PostBuildEvent> + <PostBuildEvent> + </PostBuildEvent> </PropertyGroup> </Project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |