Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(520)

Side by Side Diff: codegear/gtest.cbproj

Issue 157150: Issue 214 - Compile GTEST as a DLL Base URL: http://googletest.googlecode.com/svn/trunk/
Patch Set: Created 14 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Makefile.am ('k') | include/gtest/gtest.h » ('j') | 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup> 3 <PropertyGroup>
4 <ProjectGuid>{bca37a72-5b07-46cf-b44e-89f8e06451a2}</ProjectGuid> 4 <ProjectGuid>{bca37a72-5b07-46cf-b44e-89f8e06451a2}</ProjectGuid>
5 <Config Condition="'$(Config)'==''">Release</Config> 5 <Config Condition="'$(Config)'==''">Release</Config>
6 </PropertyGroup> 6 </PropertyGroup>
7 <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> 7 <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
8 <Base>true</Base> 8 <Base>true</Base>
9 </PropertyGroup> 9 </PropertyGroup>
10 <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''"> 10 <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 </None> 118 </None>
119 <None Include="..\include\gtest\internal\gtest-port.h"> 119 <None Include="..\include\gtest\internal\gtest-port.h">
120 <BuildOrder>15</BuildOrder> 120 <BuildOrder>15</BuildOrder>
121 </None> 121 </None>
122 <None Include="..\include\gtest\internal\gtest-string.h"> 122 <None Include="..\include\gtest\internal\gtest-string.h">
123 <BuildOrder>16</BuildOrder> 123 <BuildOrder>16</BuildOrder>
124 </None> 124 </None>
125 <None Include="..\include\gtest\internal\gtest-type-util.h"> 125 <None Include="..\include\gtest\internal\gtest-type-util.h">
126 <BuildOrder>17</BuildOrder> 126 <BuildOrder>17</BuildOrder>
127 </None> 127 </None>
128 <None Include="..\include\gtest\internal\gtest-dllexport.h">
129 <BuildOrder>17</BuildOrder>
130 </None>
128 <CppCompile Include="gtest_all.cc"> 131 <CppCompile Include="gtest_all.cc">
129 <BuildOrder>18</BuildOrder> 132 <BuildOrder>18</BuildOrder>
130 </CppCompile> 133 </CppCompile>
131 <BuildConfiguration Include="Debug"> 134 <BuildConfiguration Include="Debug">
132 <Key>Cfg_1</Key> 135 <Key>Cfg_1</Key>
133 </BuildConfiguration> 136 </BuildConfiguration>
134 <BuildConfiguration Include="Release"> 137 <BuildConfiguration Include="Release">
135 <Key>Cfg_2</Key> 138 <Key>Cfg_2</Key>
136 </BuildConfiguration> 139 </BuildConfiguration>
137 </ItemGroup> 140 </ItemGroup>
138 </Project> 141 </Project>
OLDNEW
« no previous file with comments | « Makefile.am ('k') | include/gtest/gtest.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b