diff options
| author | Don Kjer <don@lindenlab.com> | 2011-04-01 23:37:30 +0000 |
|---|---|---|
| committer | Don Kjer <don@lindenlab.com> | 2011-04-01 23:37:30 +0000 |
| commit | d292053c04e6adfd48be0484dd5a8a07b48e0541 (patch) | |
| tree | bb8814069df178e2bcae041f2c3e9b11338492db /indra/tools/vstool/VSTool.csproj | |
| parent | f2bb81d17660054697ed984afc0e3f8d90f77eda (diff) | |
| parent | 1664c9dc678f7aca9c2bbf38d28e00550e03c4dd (diff) | |
Merge with viewer-development
Diffstat (limited to 'indra/tools/vstool/VSTool.csproj')
| -rw-r--r-- | indra/tools/vstool/VSTool.csproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/tools/vstool/VSTool.csproj b/indra/tools/vstool/VSTool.csproj index 24f1031f81..7f431e85c7 100644 --- a/indra/tools/vstool/VSTool.csproj +++ b/indra/tools/vstool/VSTool.csproj @@ -1,4 +1,5 @@ -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
@@ -25,6 +26,8 @@ </FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <OldToolsVersion>2.0</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>.\</OutputPath>
|
