|
|
|
@ -1,4 +1,5 @@ |
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
|
|
|
<PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
|
|
@ -14,7 +15,7 @@ |
|
|
|
<OldToolsVersion>2.0</OldToolsVersion> |
|
|
|
<OldToolsVersion>2.0</OldToolsVersion> |
|
|
|
<UpgradeBackupLocation> |
|
|
|
<UpgradeBackupLocation> |
|
|
|
</UpgradeBackupLocation> |
|
|
|
</UpgradeBackupLocation> |
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
<SccProjectName>%24/irony/Irony</SccProjectName> |
|
|
|
<SccProjectName>%24/irony/Irony</SccProjectName> |
|
|
|
<SccLocalPath>.</SccLocalPath> |
|
|
|
<SccLocalPath>.</SccLocalPath> |
|
|
|
<SccAuxPath>https://tfs05.codeplex.com</SccAuxPath> |
|
|
|
<SccAuxPath>https://tfs05.codeplex.com</SccAuxPath> |
|
|
|
|