Author: brett
Date: Thu Aug 11 14:07:24 2011
New Revision: 1156620

URL: http://svn.apache.org/viewvc?rev=1156620&view=rev
Log:
[NPANDAY-459] add an integration test for project references in MSBuild 
utilising projects

Added:
    
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_459_MsBuildProjectReferencesTest.java
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/Class1.cs
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/ClassLibrary1.csproj
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/Properties/
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/Properties/AssemblyInfo.cs
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/pom.xml
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.md5
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.sha1
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll.md5
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll.sha1
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom.md5
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom.sha1
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/maven-metadata.xml
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/maven-metadata.xml.md5
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/maven-metadata.xml.sha1
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/ConsoleApplication1.csproj
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/Program.cs
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/Properties/
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/Properties/AssemblyInfo.cs
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/pom.xml
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/NPANDAY_459_MSBuildProjectReferences.sln
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/pom.xml

Added: 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_459_MsBuildProjectReferencesTest.java
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_459_MsBuildProjectReferencesTest.java?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_459_MsBuildProjectReferencesTest.java
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_459_MsBuildProjectReferencesTest.java
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1,55 @@
+package npanday.its;
+
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+import org.apache.maven.it.Verifier;
+import org.apache.maven.it.util.ResourceExtractor;
+
+import java.io.File;
+
+public class NPANDAY_459_MsBuildProjectReferencesTest
+    extends AbstractNPandayIntegrationTestCase
+{
+    public NPANDAY_459_MsBuildProjectReferencesTest()
+    {
+        super( "[1.4.1-incubating,)" );
+    }
+
+    public void testMsBuildWithProjectReferences()
+        throws Exception
+    {
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), 
"/NPANDAY_459_MSBuildProjectReferences" );
+        Verifier verifier = getVerifier( testDir );
+        // TODO: would be better to ensure each IT has unique IDs for required 
test artifacts in a better namespace for deleting
+        verifier.deleteArtifacts( "test" );
+
+        verifier.executeGoal( "install" );
+        verifier.assertFileNotPresent(
+            new File( testDir, 
"ClassLibrary1/.references/test/test-snapshot-1.0-SNAPSHOT/test-snapshot.dll" 
).getAbsolutePath() );
+        verifier.assertFilePresent(
+            new File( testDir, 
"ConsoleApplication1/.references/test/test-snapshot-1.0-SNAPSHOT/test-snapshot.dll"
 ).getAbsolutePath() );
+        verifier.assertFilePresent( new File( testDir, 
"ConsoleApplication1/bin/Debug/ConsoleApplication1.exe" ).getAbsolutePath() );
+        verifier.assertFilePresent( new File( testDir, 
"ClassLibrary1/bin/Debug/ClassLibrary1.dll" ).getAbsolutePath() );
+        verifier.assertFilePresent( new File( testDir, 
"ConsoleApplication1/bin/Debug/ClassLibrary1.dll" ).getAbsolutePath() );
+        // TODO: need to properly support transitive dependencies in the 
projects that copy files
+        //verifier.assertFilePresent( new File( testDir, 
"ConsoleApplication1/bin/Debug/test-snapshot.dll" ).getAbsolutePath() );
+        verifier.verifyErrorFreeLog();
+        verifier.resetStreams();
+    }
+}

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/Class1.cs
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/Class1.cs?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/Class1.cs
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/Class1.cs
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1,11 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace ClassLibrary1
+{
+    public class Class1
+    {
+        Sample.MyApp myapp;
+    }
+}

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/ClassLibrary1.csproj
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/ClassLibrary1.csproj?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/ClassLibrary1.csproj
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/ClassLibrary1.csproj
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1,54 @@
+<Project DefaultTargets="Build" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProductVersion>8.0.50727</ProductVersion>
+    <SchemaVersion>2.0</SchemaVersion>
+    <ProjectGuid>{160FC11D-58F9-45F6-AF4A-7EFA04556210}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>ClassLibrary1</RootNamespace>
+    <AssemblyName>ClassLibrary1</AssemblyName>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' 
">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 
'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Xml" />
+    <Reference Include="test-snapshot, Version=1.0.0.0, Culture=neutral, 
processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      
<HintPath>.references\test\test-snapshot-1.0-SNAPSHOT\test-snapshot.dll</HintPath>
+    </Reference>
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="Class1.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <WebReferences Include="Web References\" />
+  </ItemGroup>
+  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+  <!-- 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">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>
\ No newline at end of file

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/Properties/AssemblyInfo.cs
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/Properties/AssemblyInfo.cs?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/Properties/AssemblyInfo.cs
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/Properties/AssemblyInfo.cs
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1,35 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following 
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("ClassLibrary1")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("ClassLibrary1")]
+[assembly: AssemblyCopyright("Copyright ©  2011")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible 
+// to COM components.  If you need to access a type in this assembly from 
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed 
to COM
+[assembly: Guid("0e313ae1-5c22-4968-95b5-769b5d96bff4")]
+
+// Version information for an assembly consists of the following four values:
+//
+//      Major Version
+//      Minor Version 
+//      Build Number
+//      Revision
+//
+// You can specify all the values or you can default the Revision and Build 
Numbers 
+// by using the '*' as shown below:
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/pom.xml?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/pom.xml
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/pom.xml
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns="http://maven.apache.org/POM/4.0.0";>
+  <parent>
+    <artifactId>NPANDAY459MSBuildProjectReferences-parent</artifactId>
+    <groupId>NPanday.ITs.NPanday459</groupId>
+    <version>1.0-SNAPSHOT</version>
+    <relativePath>..\pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>ClassLibrary1</artifactId>
+  <packaging>library</packaging>
+  <name>NPanday.ITs.NPanday459 : ClassLibrary1</name>
+  <build>
+    <sourceDirectory>./</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.npanday.plugins</groupId>
+        <artifactId>maven-compile-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <includeSources>
+            <includeSource>Class1.cs</includeSource>
+            <includeSource>Properties\AssemblyInfo.cs</includeSource>
+          </includeSources>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>test</groupId>
+      <artifactId>test-snapshot</artifactId>
+      <version>1.0-SNAPSHOT</version>
+      <type>library</type>
+    </dependency>
+  </dependencies>
+  <repositories>
+    <repository>
+      <id>test</id>
+      <url>file:${basedir}/test-repo</url>
+    </repository>
+  </repositories>
+</project>

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<metadata>
+  <groupId>test</groupId>
+  <artifactId>test-snapshot</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <versioning>
+    <snapshot>
+      <timestamp>20100121.135725</timestamp>
+      <buildNumber>1</buildNumber>
+    </snapshot>
+    <lastUpdated>20100121135725</lastUpdated>
+  </versioning>
+</metadata>

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.md5
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.md5?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.md5
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.md5
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1 @@
+25df2916329b478ff135779d73cf21f6
\ No newline at end of file

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.sha1
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.sha1?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.sha1
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.sha1
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1 @@
+e3dd190621ba98e38e4accb701b3f8299ef82296
\ No newline at end of file

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll.md5
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll.md5?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll.md5
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll.md5
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1 @@
+b50e42808d9b10c6ee58a7cdd2675c8e
\ No newline at end of file

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll.sha1
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll.sha1?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll.sha1
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll.sha1
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1 @@
+42ddef2d29b2a0d1a6b8d856daaad6fdd96ace79
\ No newline at end of file

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>test</groupId>
+  <artifactId>test-snapshot</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <packaging>library</packaging>
+  <dependencies>
+    <dependency>
+      <groupId>NUnit</groupId>
+      <artifactId>NUnit.Framework</artifactId>
+      <version>2.2.8.0</version>
+      <type>library</type>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>src/main/csharp</sourceDirectory>
+    <testSourceDirectory>src/test/csharp</testSourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.npanday.plugins</groupId>
+        <artifactId>maven-compile-plugin</artifactId>
+        <extensions>true</extensions>
+      </plugin>
+    </plugins>
+  </build>
+  <distributionManagement>
+    <repository>
+      <id>test</id>
+      <url>file:${basedir}/target/test-repo</url>
+    </repository>
+  </distributionManagement>
+</project>

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom.md5
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom.md5?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom.md5
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom.md5
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1 @@
+6b41d5430c2852fc5c32c990925dd549
\ No newline at end of file

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom.sha1
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom.sha1?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom.sha1
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom.sha1
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1 @@
+e8ed60e76392a59c97f3769ec685560080c2f9b1
\ No newline at end of file

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/maven-metadata.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/maven-metadata.xml?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/maven-metadata.xml
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/maven-metadata.xml
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<metadata>
+  <groupId>test</groupId>
+  <artifactId>test-snapshot</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <versioning>
+    <versions>
+      <version>1.0-SNAPSHOT</version>
+    </versions>
+    <lastUpdated>20100121135725</lastUpdated>
+  </versioning>
+</metadata>

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/maven-metadata.xml.md5
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/maven-metadata.xml.md5?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/maven-metadata.xml.md5
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/maven-metadata.xml.md5
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1 @@
+1ad00d36607cb36879c142ce746d3e12
\ No newline at end of file

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/maven-metadata.xml.sha1
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/maven-metadata.xml.sha1?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/maven-metadata.xml.sha1
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ClassLibrary1/test-repo/test/test-snapshot/maven-metadata.xml.sha1
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1 @@
+b28e4f701f54eccee991daf35f5acc5fec91e0a4
\ No newline at end of file

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/ConsoleApplication1.csproj
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/ConsoleApplication1.csproj?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/ConsoleApplication1.csproj
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/ConsoleApplication1.csproj
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1,56 @@
+<Project DefaultTargets="Build" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProductVersion>8.0.50727</ProductVersion>
+    <SchemaVersion>2.0</SchemaVersion>
+    <ProjectGuid>{D8021EC3-4BDB-40CF-8C09-6743F929DFEF}</ProjectGuid>
+    <OutputType>Exe</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>ConsoleApplication1</RootNamespace>
+    <AssemblyName>ConsoleApplication1</AssemblyName>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' 
">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 
'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="Program.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\ClassLibrary1\ClassLibrary1.csproj">
+      <Project>{160FC11D-58F9-45F6-AF4A-7EFA04556210}</Project>
+      <Name>ClassLibrary1</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <ItemGroup>
+    <WebReferences Include="Web References\" />
+  </ItemGroup>
+  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+  <!-- 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">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/Program.cs
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/Program.cs?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/Program.cs
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/Program.cs
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace ConsoleApplication1
+{
+    class Program
+    {
+        ClassLibrary1.Class1 obj;
+
+        static void Main(string[] args)
+        {
+        }
+    }
+}

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/Properties/AssemblyInfo.cs
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/Properties/AssemblyInfo.cs?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/Properties/AssemblyInfo.cs
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/Properties/AssemblyInfo.cs
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1,33 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following 
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("ConsoleApplication1")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("ConsoleApplication1")]
+[assembly: AssemblyCopyright("Copyright ©  2011")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible 
+// to COM components.  If you need to access a type in this assembly from 
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed 
to COM
+[assembly: Guid("e3ce28e5-a936-450f-80b3-7fdf8c362d8c")]
+
+// Version information for an assembly consists of the following four values:
+//
+//      Major Version
+//      Minor Version 
+//      Build Number
+//      Revision
+//
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/pom.xml?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/pom.xml
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/ConsoleApplication1/pom.xml
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns="http://maven.apache.org/POM/4.0.0";>
+  <parent>
+    <artifactId>NPANDAY459MSBuildProjectReferences-parent</artifactId>
+    <groupId>NPanday.ITs.NPanday459</groupId>
+    <version>1.0-SNAPSHOT</version>
+    <relativePath>..\pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>ConsoleApplication1</artifactId>
+  <packaging>exe</packaging>
+  <name>NPanday.ITs.NPanday459 : ConsoleApplication1</name>
+  <build>
+    <sourceDirectory>./</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.npanday.plugins</groupId>
+        <artifactId>maven-compile-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <includeSources>
+            <includeSource>Program.cs</includeSource>
+            <includeSource>Properties\AssemblyInfo.cs</includeSource>
+          </includeSources>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.npanday.plugins</groupId>
+        <artifactId>NPanday.Plugin.Msbuild.JavaBinding</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>compile</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>NPanday.ITs.NPanday459</groupId>
+      <artifactId>ClassLibrary1</artifactId>
+      <version>1.0-SNAPSHOT</version>
+      <type>library</type>
+    </dependency>
+  </dependencies>
+</project>

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/NPANDAY_459_MSBuildProjectReferences.sln
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/NPANDAY_459_MSBuildProjectReferences.sln?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/NPANDAY_459_MSBuildProjectReferences.sln
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/NPANDAY_459_MSBuildProjectReferences.sln
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1,26 @@
+
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApplication1", 
"ConsoleApplication1\ConsoleApplication1.csproj", 
"{D8021EC3-4BDB-40CF-8C09-6743F929DFEF}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary1", 
"ClassLibrary1\ClassLibrary1.csproj", "{160FC11D-58F9-45F6-AF4A-7EFA04556210}"
+EndProject
+Global
+       GlobalSection(SolutionConfigurationPlatforms) = preSolution
+               Debug|Any CPU = Debug|Any CPU
+               Release|Any CPU = Release|Any CPU
+       EndGlobalSection
+       GlobalSection(ProjectConfigurationPlatforms) = postSolution
+               {D8021EC3-4BDB-40CF-8C09-6743F929DFEF}.Debug|Any CPU.ActiveCfg 
= Debug|Any CPU
+               {D8021EC3-4BDB-40CF-8C09-6743F929DFEF}.Debug|Any CPU.Build.0 = 
Debug|Any CPU
+               {D8021EC3-4BDB-40CF-8C09-6743F929DFEF}.Release|Any 
CPU.ActiveCfg = Release|Any CPU
+               {D8021EC3-4BDB-40CF-8C09-6743F929DFEF}.Release|Any CPU.Build.0 
= Release|Any CPU
+               {160FC11D-58F9-45F6-AF4A-7EFA04556210}.Debug|Any CPU.ActiveCfg 
= Debug|Any CPU
+               {160FC11D-58F9-45F6-AF4A-7EFA04556210}.Debug|Any CPU.Build.0 = 
Debug|Any CPU
+               {160FC11D-58F9-45F6-AF4A-7EFA04556210}.Release|Any 
CPU.ActiveCfg = Release|Any CPU
+               {160FC11D-58F9-45F6-AF4A-7EFA04556210}.Release|Any CPU.Build.0 
= Release|Any CPU
+       EndGlobalSection
+       GlobalSection(SolutionProperties) = preSolution
+               HideSolutionNode = FALSE
+       EndGlobalSection
+EndGlobal

Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/pom.xml?rev=1156620&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/pom.xml
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_459_MSBuildProjectReferences/pom.xml
 Thu Aug 11 14:07:24 2011
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns="http://maven.apache.org/POM/4.0.0";>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>NPanday.ITs</groupId>
+    <artifactId>NPanday.ITs.Parent</artifactId>
+    <version>1-SNAPSHOT</version>
+  </parent>
+  <groupId>NPanday.ITs.NPanday459</groupId>
+  <artifactId>NPANDAY459MSBuildProjectReferences-parent</artifactId>
+  <packaging>pom</packaging>
+  <name>NPanday.ITs.NPanday459 : 
NPANDAY459MSBuildProjectReferences-parent</name>
+  <version>1.0-SNAPSHOT</version>
+  <modules>
+    <module>ClassLibrary1</module>
+    <module>ConsoleApplication1</module>
+  </modules>
+</project>


Reply via email to