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

Side by Side Diff: visual_studio/NativeClientVSAddIn/UnitTests/UnitTests.csproj

Issue 10836143: Refactored the VS add-in (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003"> 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <PropertyGroup> 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion> 6 <ProductVersion>
7 </ProductVersion> 7 </ProductVersion>
8 <SchemaVersion>2.0</SchemaVersion> 8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{C2657776-4A69-478D-89E9-AF81FA716FF5}</ProjectGuid> 9 <ProjectGuid>{C2657776-4A69-478D-89E9-AF81FA716FF5}</ProjectGuid>
10 <OutputType>Library</OutputType> 10 <OutputType>Library</OutputType>
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 <Reference Include="System.Xml" /> 70 <Reference Include="System.Xml" />
71 </ItemGroup> 71 </ItemGroup>
72 <ItemGroup> 72 <ItemGroup>
73 <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies"> 73 <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
74 <Visible>False</Visible> 74 <Visible>False</Visible>
75 </CodeAnalysisDependentAssemblyPaths> 75 </CodeAnalysisDependentAssemblyPaths>
76 </ItemGroup> 76 </ItemGroup>
77 <ItemGroup> 77 <ItemGroup>
78 <Compile Include="ComMessageFilter.cs" /> 78 <Compile Include="ComMessageFilter.cs" />
79 <Compile Include="MockProcessSearcher.cs" /> 79 <Compile Include="MockProcessSearcher.cs" />
80 <Compile Include="PluginDebuggerHelperTest.cs" /> 80 <Compile Include="PluginDebuggerGDBTest.cs" />
81 <Compile Include="PluginDebuggerVSTest.cs" />
81 <Compile Include="ProjectSettingsTest.cs" /> 82 <Compile Include="ProjectSettingsTest.cs" />
82 <Compile Include="Properties\AssemblyInfo.cs" /> 83 <Compile Include="Properties\AssemblyInfo.cs" />
84 <Compile Include="MockPropertyManager.cs" />
85 <Compile Include="PropertyManagerTest.cs" />
83 <Compile Include="TestUtilities.cs" /> 86 <Compile Include="TestUtilities.cs" />
87 <Compile Include="WebServerTest.cs" />
84 </ItemGroup> 88 </ItemGroup>
85 <ItemGroup> 89 <ItemGroup>
86 <Shadow Include="Test References\NativeClientVSAddIn.accessor" /> 90 <Shadow Include="Test References\NativeClientVSAddIn.accessor" />
87 </ItemGroup> 91 </ItemGroup>
88 <ItemGroup> 92 <ItemGroup>
89 <ProjectReference Include="..\NativeClientVSAddIn\NativeClientVSAddIn.csproj "> 93 <ProjectReference Include="..\NativeClientVSAddIn\NativeClientVSAddIn.csproj ">
90 <Project>{16A0B3E3-6E53-430B-B388-3811E09FC7B8}</Project> 94 <Project>{16A0B3E3-6E53-430B-B388-3811E09FC7B8}</Project>
91 <Name>NativeClientVSAddIn</Name> 95 <Name>NativeClientVSAddIn</Name>
92 <EmbedInteropTypes>False</EmbedInteropTypes> 96 <EmbedInteropTypes>False</EmbedInteropTypes>
93 </ProjectReference> 97 </ProjectReference>
94 </ItemGroup> 98 </ItemGroup>
95 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 99 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
96 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it. 100 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.
97 Other similar extension points exist, see Microsoft.Common.targets. 101 Other similar extension points exist, see Microsoft.Common.targets.
98 <Target Name="BeforeBuild"> 102 <Target Name="BeforeBuild">
99 </Target> 103 </Target>
100 <Target Name="AfterBuild"> 104 <Target Name="AfterBuild">
101 </Target> 105 </Target>
102 --> 106 -->
103 </Project> 107 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698