|
|
|
@ -1,5 +1,6 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
|
|
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
|
|
|
<PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
|
|
@ -13,7 +14,7 @@ |
|
|
|
<AssemblyName>CCSite</AssemblyName> |
|
|
|
<AssemblyName>CCSite</AssemblyName> |
|
|
|
<FileUpgradeFlags> |
|
|
|
<FileUpgradeFlags> |
|
|
|
</FileUpgradeFlags> |
|
|
|
</FileUpgradeFlags> |
|
|
|
<OldToolsVersion>3.5</OldToolsVersion> |
|
|
|
<OldToolsVersion>4.0</OldToolsVersion> |
|
|
|
<UpgradeBackupLocation> |
|
|
|
<UpgradeBackupLocation> |
|
|
|
</UpgradeBackupLocation> |
|
|
|
</UpgradeBackupLocation> |
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
@ -179,8 +180,13 @@ |
|
|
|
<Name>ICSharpCode.CodeConversion</Name> |
|
|
|
<Name>ICSharpCode.CodeConversion</Name> |
|
|
|
</ProjectReference> |
|
|
|
</ProjectReference> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
|
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
|
|
|
|
|
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> |
|
|
|
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
|
|
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
|
|
<Target Name="BeforeBuild"> |
|
|
|
<Target Name="BeforeBuild"> |
|
|
|
|