You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2010/03/05 21:47:50 UTC

svn commit: r919605 - in /qpid/trunk/qpid/dotnet: TestClient/TestClient.csproj TopicListener/TopicListener.csproj TopicPublisher/TopicPublisher.csproj

Author: astitcher
Date: Fri Mar  5 20:47:49 2010
New Revision: 919605

URL: http://svn.apache.org/viewvc?rev=919605&view=rev
Log:
Move Unicode BOM mark in dotnet visual studio project files back
to the beginning of the files so that visual studio can read them.

Modified:
    qpid/trunk/qpid/dotnet/TestClient/TestClient.csproj
    qpid/trunk/qpid/dotnet/TopicListener/TopicListener.csproj
    qpid/trunk/qpid/dotnet/TopicPublisher/TopicPublisher.csproj

Modified: qpid/trunk/qpid/dotnet/TestClient/TestClient.csproj
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/dotnet/TestClient/TestClient.csproj?rev=919605&r1=919604&r2=919605&view=diff
==============================================================================
--- qpid/trunk/qpid/dotnet/TestClient/TestClient.csproj (original)
+++ qpid/trunk/qpid/dotnet/TestClient/TestClient.csproj Fri Mar  5 20:47:49 2010
@@ -1,4 +1,4 @@
-<!--
+<!--
  
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -19,7 +19,7 @@
  
 -->
 
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

Modified: qpid/trunk/qpid/dotnet/TopicListener/TopicListener.csproj
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/dotnet/TopicListener/TopicListener.csproj?rev=919605&r1=919604&r2=919605&view=diff
==============================================================================
--- qpid/trunk/qpid/dotnet/TopicListener/TopicListener.csproj (original)
+++ qpid/trunk/qpid/dotnet/TopicListener/TopicListener.csproj Fri Mar  5 20:47:49 2010
@@ -1,4 +1,4 @@
-<!--
+<!--
  
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -19,7 +19,7 @@
  
 -->
 
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

Modified: qpid/trunk/qpid/dotnet/TopicPublisher/TopicPublisher.csproj
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/dotnet/TopicPublisher/TopicPublisher.csproj?rev=919605&r1=919604&r2=919605&view=diff
==============================================================================
--- qpid/trunk/qpid/dotnet/TopicPublisher/TopicPublisher.csproj (original)
+++ qpid/trunk/qpid/dotnet/TopicPublisher/TopicPublisher.csproj Fri Mar  5 20:47:49 2010
@@ -1,4 +1,4 @@
-<!--
+<!--
  
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -19,7 +19,7 @@
  
 -->
 
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org