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

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

Issue 10797040: PPAPI Patching System and Unit Tests (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 5 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
« no previous file with comments | « visual_studio/NativeClientVSAddIn/UnitTests/TestUtilities.cs ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
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="PluginDebuggerHelperTest.cs" />
81 <Compile Include="ProjectSettingsTest.cs" />
81 <Compile Include="Properties\AssemblyInfo.cs" /> 82 <Compile Include="Properties\AssemblyInfo.cs" />
82 <Compile Include="TestUtilities.cs" /> 83 <Compile Include="TestUtilities.cs" />
83 </ItemGroup> 84 </ItemGroup>
84 <ItemGroup> 85 <ItemGroup>
85 <Shadow Include="Test References\NativeClientVSAddIn.accessor" /> 86 <Shadow Include="Test References\NativeClientVSAddIn.accessor" />
86 </ItemGroup> 87 </ItemGroup>
87 <ItemGroup> 88 <ItemGroup>
88 <ProjectReference Include="..\NativeClientVSAddIn\NativeClientVSAddIn.csproj "> 89 <ProjectReference Include="..\NativeClientVSAddIn\NativeClientVSAddIn.csproj ">
89 <Project>{16A0B3E3-6E53-430B-B388-3811E09FC7B8}</Project> 90 <Project>{16A0B3E3-6E53-430B-B388-3811E09FC7B8}</Project>
90 <Name>NativeClientVSAddIn</Name> 91 <Name>NativeClientVSAddIn</Name>
91 <EmbedInteropTypes>False</EmbedInteropTypes> 92 <EmbedInteropTypes>False</EmbedInteropTypes>
92 </ProjectReference> 93 </ProjectReference>
93 </ItemGroup> 94 </ItemGroup>
94 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 95 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
95 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it. 96 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.
96 Other similar extension points exist, see Microsoft.Common.targets. 97 Other similar extension points exist, see Microsoft.Common.targets.
97 <Target Name="BeforeBuild"> 98 <Target Name="BeforeBuild">
98 </Target> 99 </Target>
99 <Target Name="AfterBuild"> 100 <Target Name="AfterBuild">
100 </Target> 101 </Target>
101 --> 102 -->
102 </Project> 103 </Project>
OLDNEW
« no previous file with comments | « visual_studio/NativeClientVSAddIn/UnitTests/TestUtilities.cs ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698