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 | 4a72a6ee98310612d771c60a5fdb8c615cdd40fc (patch) | |
| tree | 8ec439397a055f1cfc0fb8d99aa42ea352f147cb /dotnet/TestClient | |
| parent | ab9efada20267cdd8a60db99f0fef877ad94a172 (diff) | |
| download | qpid-python-4a72a6ee98310612d771c60a5fdb8c615cdd40fc.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/qpid@724918 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/TestClient')
| -rw-r--r-- | dotnet/TestClient/TestClient.csproj | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/dotnet/TestClient/TestClient.csproj b/dotnet/TestClient/TestClient.csproj index b00994b265..0066b5164c 100644 --- a/dotnet/TestClient/TestClient.csproj +++ b/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>
|
