Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn_2012/NativeClientVSAddIn_2012.csproj

Issue 14122017: [VS Addin] Add visual studio 2012 support (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn_2012/NativeClientVSAddIn_2012.csproj
diff --git a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn_2012/NativeClientVSAddIn_2012.csproj
similarity index 78%
copy from visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj
copy to visual_studio/NativeClientVSAddIn/NativeClientVSAddIn_2012/NativeClientVSAddIn_2012.csproj
index c2aaef3ae4ecdfff0d282de12c3b28bde6411e68..0ca2b82fc3a1dc21e44f4ae089ace0a37a93d0d2 100644
--- a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj
+++ b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn_2012/NativeClientVSAddIn_2012.csproj
@@ -1,4 +1,4 @@
-<?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">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -12,26 +12,30 @@
<NoStandardLibraries>false</NoStandardLibraries>
<AssemblyName>NativeClientVSAddIn</AssemblyName>
<DeploymentDirectory>.\bin\</DeploymentDirectory>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize>
- <OutputPath>..\..\..\out\vs_addin\Debug\</OutputPath>
+ <OutputPath>..\..\..\out\vs_addin\2012\Debug</OutputPath>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<WarningLevel>4</WarningLevel>
<IncrementalBuild>false</IncrementalBuild>
<DocumentationFile>NativeClientVSAddIn.xml</DocumentationFile>
+ <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<Optimize>true</Optimize>
- <OutputPath>..\..\..\out\vs_addin\Release\</OutputPath>
+ <OutputPath>..\..\..\out\vs_addin\2012\Release\</OutputPath>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<DefineConstants>TRACE</DefineConstants>
<WarningLevel>4</WarningLevel>
<IncrementalBuild>false</IncrementalBuild>
<DocumentationFile>NativeClientVSAddIn.xml</DocumentationFile>
+ <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>NativeClientVSAddIn</RootNamespace>
@@ -48,10 +52,10 @@
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.VCProject, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <Reference Include="Microsoft.VisualStudio.VCProject, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
- <Reference Include="Microsoft.VisualStudio.VCProjectEngine, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <Reference Include="Microsoft.VisualStudio.VCProjectEngine, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="System" />
@@ -63,27 +67,6 @@
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
- <Compile Include="AssemblyInfo.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Connect.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="PluginDebuggerVS.cs" />
- <Compile Include="PluginDebuggerGDB.cs" />
- <Compile Include="PropertyManager.cs" />
- <Compile Include="WebServer.cs" />
- <Compile Include="PluginDebuggerBase.cs" />
- <Compile Include="ProcessInfo.cs" />
- <Compile Include="ProcessSearcher.cs" />
- <Compile Include="Utility.cs" />
- <Compile Include="Strings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Strings.resx</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
<COMReference Include="EnvDTE">
<Guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</Guid>
<VersionMajor>8</VersionMajor>
@@ -131,15 +114,54 @@
</COMReference>
</ItemGroup>
<ItemGroup>
- <EmbeddedResource Include="Strings.resx">
+ <WCFMetadata Include="Service References\" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="..\NativeClientVSAddIn\AssemblyInfo.cs">
+ <Link>AssemblyInfo.cs</Link>
+ </Compile>
+ <Compile Include="..\NativeClientVSAddIn\Connect.cs">
+ <Link>Connect.cs</Link>
+ </Compile>
+ <Compile Include="..\NativeClientVSAddIn\PluginDebuggerBase.cs">
+ <Link>PluginDebuggerBase.cs</Link>
+ </Compile>
+ <Compile Include="..\NativeClientVSAddIn\PluginDebuggerGDB.cs">
+ <Link>PluginDebuggerGDB.cs</Link>
+ </Compile>
+ <Compile Include="..\NativeClientVSAddIn\PluginDebuggerVS.cs">
+ <Link>PluginDebuggerVS.cs</Link>
+ </Compile>
+ <Compile Include="..\NativeClientVSAddIn\ProcessInfo.cs">
+ <Link>ProcessInfo.cs</Link>
+ </Compile>
+ <Compile Include="..\NativeClientVSAddIn\ProcessSearcher.cs">
+ <Link>ProcessSearcher.cs</Link>
+ </Compile>
+ <Compile Include="..\NativeClientVSAddIn\PropertyManager.cs">
+ <Link>PropertyManager.cs</Link>
+ </Compile>
+ <Compile Include="..\NativeClientVSAddIn\Strings.Designer.cs">
+ <Link>Strings.Designer.cs</Link>
+ <AutoGen>True</AutoGen>
+ <DesignTime>True</DesignTime>
+ <DependentUpon>Strings.resx</DependentUpon>
+ </Compile>
+ <Compile Include="..\NativeClientVSAddIn\Utility.cs">
+ <Link>Utility.cs</Link>
+ </Compile>
+ <Compile Include="..\NativeClientVSAddIn\WebServer.cs">
+ <Link>WebServer.cs</Link>
+ </Compile>
+ </ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="..\NativeClientVSAddIn\Strings.resx">
<Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Strings.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
+ <Link>Strings.resx</Link>
+ <LastGenOutput>Strings.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
- <ItemGroup>
- <WCFMetadata Include="Service References\" />
- </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<PropertyGroup>
<PreBuildEvent>

Powered by Google App Engine
This is Rietveld 408576698