diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-12-17 14:49:40 -0800 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-12-17 16:21:04 -0800 |
commit | ec59bc7f1acea352d9b9da7d3b835fbe05031e6b (patch) | |
tree | bd71c141164179aa79fbc7fc559129839ced68fc /vsprojects/vcxproj/grpc_csharp_plugin | |
parent | e3dea2cd999d96b20b74ac2fab25735681fcdd27 (diff) |
regenerate project files
Diffstat (limited to 'vsprojects/vcxproj/grpc_csharp_plugin')
-rw-r--r-- | vsprojects/vcxproj/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj b/vsprojects/vcxproj/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj index 5b61910a8f..90a0e4e173 100644 --- a/vsprojects/vcxproj/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj +++ b/vsprojects/vcxproj/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj @@ -20,6 +20,7 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{3C813052-A49A-4662-B90A-1ADBEC7EE453}</ProjectGuid> + <IgnoreWarnIntDirInTempDetected>true</IgnoreWarnIntDirInTempDetected> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration"> @@ -71,6 +72,7 @@ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <TreatWarningAsError>true</TreatWarningAsError> <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat> + <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild> </ClCompile> <Link> <SubSystem>Console</SubSystem> @@ -88,6 +90,7 @@ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <TreatWarningAsError>true</TreatWarningAsError> <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat> + <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild> </ClCompile> <Link> <SubSystem>Console</SubSystem> @@ -107,6 +110,7 @@ <RuntimeLibrary>MultiThreaded</RuntimeLibrary> <TreatWarningAsError>true</TreatWarningAsError> <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat> + <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild> </ClCompile> <Link> <SubSystem>Console</SubSystem> @@ -128,6 +132,7 @@ <RuntimeLibrary>MultiThreaded</RuntimeLibrary> <TreatWarningAsError>true</TreatWarningAsError> <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat> + <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild> </ClCompile> <Link> <SubSystem>Console</SubSystem> |