diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2010-03-05 20:47:49 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2010-03-05 20:47:49 +0000 |
| commit | 2f28f50c35480a52cc7ed6e94c9d84dad73c5dfe (patch) | |
| tree | ae2f886e46fc57c6ab89c5d94967560af7a77e0e /dotnet | |
| parent | 8b329adef9dd55a30fc6a903b716cccd8c3fce85 (diff) | |
| download | qpid-python-2f28f50c35480a52cc7ed6e94c9d84dad73c5dfe.tar.gz | |
Move Unicode BOM mark in dotnet visual studio project files back
to the beginning of the files so that visual studio can read them.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@919605 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet')
| -rw-r--r-- | dotnet/TestClient/TestClient.csproj | 4 | ||||
| -rw-r--r-- | dotnet/TopicListener/TopicListener.csproj | 4 | ||||
| -rw-r--r-- | dotnet/TopicPublisher/TopicPublisher.csproj | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dotnet/TestClient/TestClient.csproj b/dotnet/TestClient/TestClient.csproj index 3b54a27b44..cc7ab37657 100644 --- a/dotnet/TestClient/TestClient.csproj +++ b/dotnet/TestClient/TestClient.csproj @@ -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> diff --git a/dotnet/TopicListener/TopicListener.csproj b/dotnet/TopicListener/TopicListener.csproj index a1e95cd668..46da42ea61 100644 --- a/dotnet/TopicListener/TopicListener.csproj +++ b/dotnet/TopicListener/TopicListener.csproj @@ -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> diff --git a/dotnet/TopicPublisher/TopicPublisher.csproj b/dotnet/TopicPublisher/TopicPublisher.csproj index 695d39ffe7..fbbf77fb8e 100644 --- a/dotnet/TopicPublisher/TopicPublisher.csproj +++ b/dotnet/TopicPublisher/TopicPublisher.csproj @@ -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> |
