On Mon, May 16, 2011 at 1:49 PM, <[email protected]> wrote: > Author: brett > Date: Mon May 16 05:49:52 2011 > New Revision: 1103613 > > URL: http://svn.apache.org/viewvc?rev=1103613&view=rev > Log: > .csproj are text files too > > Modified: > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.Artifact/src/main/csharp/NPanday.Artifact.csproj > (contents, props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.Logging/src/main/csharp/NPanday.Logging.csproj > (contents, props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.Settings/src/main/csharp/NPanday.Model.Settings.csproj > (contents, props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.Settings/src/test/csharp/NPanday.SettingsUtil-Test/NPanday.SettingsUtil-Test.csproj > (contents, props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin.MojoGenerator/src/main/csharp/NPanday.Plugin.MojoGenerator.csproj > (contents, props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin/src/main/csharp/NPanday.Plugin.csproj > (contents, props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/NPanday.ProjectImporterEngine.csproj > (contents, props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/test/resource/EmbeddedResourcesTest/EmbeddedResourcesTest/EmbeddedResourcesTest.csproj > (contents, props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/test/resource/InterModuleDependency/SA110/SA110.csproj > (props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/test/resource/InterModuleDependency/SAClassLibrary/SAClassLibrary.csproj > (props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/test/resource/MavenTestProjectWithNUnit/MavenTestProjectWithNUnit/MavenTestProjectWithNUnit.csproj > (props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/test/resource/MavenTestProjectWithoutNUnit/MavenTestProjectWithoutNUnit/MavenTestProjectWithoutNUnit.csproj > (props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/test/resource/Shell32Example/Shell32Example/Shell32Example.csproj > (props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/test/resource/SingleModuleCSharp/SingleModuleCSharp/SingleModuleCSharp.csproj > (props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/test/resource/WebSiteWithCSProj/WebApplication1/WebApplication1.csproj > (contents, props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/test/resource/flat-single-module-cs/FlatSingleModule.csproj > (props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/test/resource/sample_web_project/BongClassLib/BongClassLib.csproj > (contents, props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/test/resource/sample_web_project/SampleInterProject111/SampleInterProject111.csproj > (contents, props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/main/csharp/NPanday.Utils.csproj > (contents, props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPanday.VisualStudio.Addin.csproj > (contents, props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/csharp/NPanday.Utils-Test/ConnectTest.csproj > (contents, props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/ClassLibrary1.csproj > (contents, props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/src/main/csharp/NPanday.VisualStudio.ProjectWizard.csproj > (contents, props changed) > > > incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio/src/main/csharp/NPanday.VisualStudio.csproj > (contents, props changed) > > > incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/src/it/IT001/WpfApplicationExample/WpfApplicationExample.csproj > (contents, props changed) > > > incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestApplication/TestApplication.csproj > (props changed) > > > incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestLibrary/TestLibrary.csproj > (props changed) > > > incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestConsoleApplication/TestConsoleApplication.csproj > (props changed) > > > incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestApplication/TestApplication.csproj > (props changed) > > > incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestLibrary/TestLibrary.csproj > (props changed) > > > incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT007/WIXLocalizationExample/WIXLocalizationExample.csproj > (props changed) > > Modified: > incubator/npanday/trunk/dotnet/assemblies/NPanday.Artifact/src/main/csharp/NPanday.Artifact.csproj > URL: > http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.Artifact/src/main/csharp/NPanday.Artifact.csproj?rev=1103613&r1=1103612&r2=1103613&view=diff > > ============================================================================== > --- > incubator/npanday/trunk/dotnet/assemblies/NPanday.Artifact/src/main/csharp/NPanday.Artifact.csproj > (original) > +++ > incubator/npanday/trunk/dotnet/assemblies/NPanday.Artifact/src/main/csharp/NPanday.Artifact.csproj > Mon May 16 05:49:52 2011 > @@ -1,69 +1,69 @@ > -<?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="http://schemas.microsoft.com/developer/msbuild/2003" > ToolsVersion="4.0"> > - <PropertyGroup> > - <ProjectGuid>{701803D4-90F5-44D7-919D-4844FEB7F936}</ProjectGuid> > - <Configuration Condition=" '$(Configuration)' == '' > ">Debug</Configuration> > - <RootNameSpace>NPanday.Artifact</RootNameSpace> > - <AssemblyName>NPanday.Artifact</AssemblyName> > - > <BaseIntermediateOutputPath>..\..\..\target\obj\</BaseIntermediateOutputPath> > - <OutputType>Library</OutputType> > - <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> > - </PropertyGroup> > - <PropertyGroup> > - <OutputPath>..\..\..\target\bin\Debug\</OutputPath> > - </PropertyGroup> > - <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> > - <OutputPath>..\..\..\target\</OutputPath> > - </PropertyGroup> > - <ItemGroup> > - <Reference Include="NPanday.Model.Pom, Version=0.14.0.0, > Culture=neutral, PublicKeyToken=4b435f4d76e2f0e6, > processorArchitecture=MSIL"> > - <SpecificVersion>False</SpecificVersion> > - > > <HintPath>..\..\..\..\NPanday.Model.Pom\target\NPanday.Model.Pom.dll</HintPath> > - </Reference> > - <Reference Include="NPanday.Model.Settings, Version=0.14.0.0, > Culture=neutral, processorArchitecture=MSIL"> > - <SpecificVersion>False</SpecificVersion> > - > > <HintPath>..\..\..\..\NPanday.Model.Settings\target\NPanday.Model.Settings.dll</HintPath> > - </Reference> > - <Reference Include="NUnit.Framework" /> > - <Reference Include="System" /> > - <Reference Include="System.Data" /> > - <Reference Include="System.Windows.Forms" /> > - <Reference Include="System.Xml" /> > - <Reference Include="System.Xml" /> > - </ItemGroup> > - <ItemGroup> > - <Compile Include="NPanday\Artifact\Artifact.cs" /> > - <Compile Include="NPanday\Artifact\ArtifactContext.cs" /> > - <Compile Include="NPanday\Artifact\ArtifactRepository.cs" /> > - <Compile Include="NPanday\Artifact\ArtifactRepositoryLayout.cs" /> > - <Compile Include="NPanday\Artifact\ArtifactScope.cs" /> > - <Compile Include="NPanday\Artifact\AssemblyRepositoryLayout.cs" /> > - <Compile Include="NPanday\Artifact\IArtifactContext.cs" /> > - <Compile Include="NPanday\Artifact\JavaRepositoryLayout.cs" /> > - <Compile Include="NPanday\Artifact\PathUtil.cs" /> > - <Compile Include="NPanday\Artifact\RepositoryType.cs" /> > - </ItemGroup> > - <ItemGroup /> > - <ItemGroup> > - <WebReferences Include="Web References\" /> > - </ItemGroup> > - <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> > +<?xml version="1.0" encoding="utf-8"?> >
Hi Brett, Looks like bad characters got retained? The other files have them too.. Thanks, Deng
