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 | 398343948b60572569c3b7b9dc535a40075d65d7 (patch) | |
| tree | ae2f886e46fc57c6ab89c5d94967560af7a77e0e /dotnet/TestClient/TestClient.csproj | |
| parent | 4d167622f7bd3da4d78796543c1b603de1510517 (diff) | |
| download | qpid-python-398343948b60572569c3b7b9dc535a40075d65d7.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/TestClient/TestClient.csproj')
| -rw-r--r-- | dotnet/TestClient/TestClient.csproj | 4 |
1 files changed, 2 insertions, 2 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> |
