diff options
| author | Robert Greig <rgreig@apache.org> | 2008-12-09 22:32:39 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2008-12-09 22:32:39 +0000 |
| commit | eeff4f55117ba22358f98f14de31e4fe2550460c (patch) | |
| tree | a67549c123b23af5f0d20265b5967b83416a83e3 /qpid/dotnet/TestClient | |
| parent | ab7dbdb2672c30f47fc72e985f33405d6de30eb3 (diff) | |
| download | qpid-python-eeff4f55117ba22358f98f14de31e4fe2550460c.tar.gz | |
QPID-1521
Updated Visual Studio project files to VS 2008, updated README and batch files.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724918 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/dotnet/TestClient')
| -rw-r--r-- | qpid/dotnet/TestClient/TestClient.csproj | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/qpid/dotnet/TestClient/TestClient.csproj b/qpid/dotnet/TestClient/TestClient.csproj index b00994b265..0066b5164c 100644 --- a/qpid/dotnet/TestClient/TestClient.csproj +++ b/qpid/dotnet/TestClient/TestClient.csproj @@ -1,14 +1,19 @@ -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<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>
- <ProductVersion>8.0.50727</ProductVersion>
+ <ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{9A112DF2-146F-4CF4-919B-9D3BE7D088E9}</ProjectGuid>
+ <ProjectGuid>{6E0374D9-99BE-4D4F-B41D-B227E37E04C6}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>TestClient</RootNamespace>
<AssemblyName>TestClient</AssemblyName>
+ <FileUpgradeFlags>
+ </FileUpgradeFlags>
+ <OldToolsVersion>2.0</OldToolsVersion>
+ <UpgradeBackupLocation>
+ </UpgradeBackupLocation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
|
