Craig Tiller | f4fc5d2 | 2015-09-23 09:36:31 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 3 | <Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props" Condition="Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\1.0.204.1.props')" /> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 4 | <ItemGroup Label="ProjectConfigurations"> |
| 5 | <ProjectConfiguration Include="Debug-DLL|Win32"> |
| 6 | <Configuration>Debug-DLL</Configuration> |
| 7 | <Platform>Win32</Platform> |
| 8 | </ProjectConfiguration> |
| 9 | <ProjectConfiguration Include="Debug-DLL|x64"> |
| 10 | <Configuration>Debug-DLL</Configuration> |
| 11 | <Platform>x64</Platform> |
| 12 | </ProjectConfiguration> |
| 13 | <ProjectConfiguration Include="Release-DLL|Win32"> |
| 14 | <Configuration>Release-DLL</Configuration> |
| 15 | <Platform>Win32</Platform> |
| 16 | </ProjectConfiguration> |
| 17 | <ProjectConfiguration Include="Release-DLL|x64"> |
| 18 | <Configuration>Release-DLL</Configuration> |
| 19 | <Platform>x64</Platform> |
| 20 | </ProjectConfiguration> |
| 21 | <ProjectConfiguration Include="Debug|Win32"> |
| 22 | <Configuration>Debug</Configuration> |
| 23 | <Platform>Win32</Platform> |
| 24 | </ProjectConfiguration> |
| 25 | <ProjectConfiguration Include="Debug|x64"> |
| 26 | <Configuration>Debug</Configuration> |
| 27 | <Platform>x64</Platform> |
| 28 | </ProjectConfiguration> |
| 29 | <ProjectConfiguration Include="Release|Win32"> |
| 30 | <Configuration>Release</Configuration> |
| 31 | <Platform>Win32</Platform> |
| 32 | </ProjectConfiguration> |
| 33 | <ProjectConfiguration Include="Release|x64"> |
| 34 | <Configuration>Release</Configuration> |
| 35 | <Platform>x64</Platform> |
| 36 | </ProjectConfiguration> |
| 37 | </ItemGroup> |
| 38 | <PropertyGroup Label="Globals"> |
| 39 | <ProjectGuid>{29D16885-7228-4C31-81ED-5F9187C7F2A9}</ProjectGuid> |
Jan Tattermusch | ec59bc7 | 2015-12-17 14:49:40 -0800 | [diff] [blame] | 40 | <IgnoreWarnIntDirInTempDetected>true</IgnoreWarnIntDirInTempDetected> |
Jan Tattermusch | 44fc720 | 2015-12-18 08:52:23 -0800 | [diff] [blame] | 41 | <IntDir>$(SolutionDir)IntDir\$(MSBuildProjectName)\</IntDir> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 42 | </PropertyGroup> |
| 43 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 44 | <PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration"> |
| 45 | <PlatformToolset>v100</PlatformToolset> |
| 46 | </PropertyGroup> |
| 47 | <PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0'" Label="Configuration"> |
| 48 | <PlatformToolset>v110</PlatformToolset> |
| 49 | </PropertyGroup> |
| 50 | <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration"> |
| 51 | <PlatformToolset>v120</PlatformToolset> |
| 52 | </PropertyGroup> |
Jan Tattermusch | df744bd | 2015-12-11 14:57:28 -0800 | [diff] [blame] | 53 | <PropertyGroup Condition="'$(VisualStudioVersion)' == '14.0'" Label="Configuration"> |
| 54 | <PlatformToolset>v140</PlatformToolset> |
| 55 | </PropertyGroup> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 56 | <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> |
| 57 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 58 | <UseDebugLibraries>true</UseDebugLibraries> |
| 59 | <CharacterSet>Unicode</CharacterSet> |
| 60 | </PropertyGroup> |
| 61 | <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> |
| 62 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 63 | <UseDebugLibraries>false</UseDebugLibraries> |
| 64 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 65 | <CharacterSet>Unicode</CharacterSet> |
| 66 | </PropertyGroup> |
| 67 | <PropertyGroup Condition="'$(Configuration)'=='Debug-DLL'" Label="Configuration"> |
| 68 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 69 | <UseDebugLibraries>true</UseDebugLibraries> |
| 70 | <CharacterSet>Unicode</CharacterSet> |
| 71 | </PropertyGroup> |
| 72 | <PropertyGroup Condition="'$(Configuration)'=='Release-DLL'" Label="Configuration"> |
| 73 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 74 | <UseDebugLibraries>false</UseDebugLibraries> |
| 75 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 76 | <CharacterSet>Unicode</CharacterSet> |
| 77 | </PropertyGroup> |
| 78 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 79 | <ImportGroup Label="ExtensionSettings"> |
| 80 | </ImportGroup> |
| 81 | <ImportGroup Label="PropertySheets"> |
| 82 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 83 | <Import Project="$(SolutionDir)\..\vsprojects\global.props" /> |
| 84 | <Import Project="$(SolutionDir)\..\vsprojects\winsock.props" /> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 85 | </ImportGroup> |
| 86 | <PropertyGroup Label="UserMacros" /> |
| 87 | <PropertyGroup Condition="'$(Configuration)'=='Debug'"> |
| 88 | <TargetName>grpc</TargetName> |
| 89 | <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib> |
| 90 | <Configuration-grpc_dependencies_zlib>Debug</Configuration-grpc_dependencies_zlib> |
Jan Tattermusch | fbaf851 | 2016-01-12 12:43:34 -0800 | [diff] [blame] | 91 | <Linkage-grpc_dependencies_openssl>static</Linkage-grpc_dependencies_openssl> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 92 | <Configuration-grpc_dependencies_openssl>Debug</Configuration-grpc_dependencies_openssl> |
| 93 | </PropertyGroup> |
| 94 | <PropertyGroup Condition="'$(Configuration)'=='Release'"> |
| 95 | <TargetName>grpc</TargetName> |
| 96 | <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib> |
Jan Tattermusch | ec59bc7 | 2015-12-17 14:49:40 -0800 | [diff] [blame] | 97 | <Configuration-grpc_dependencies_zlib>Release</Configuration-grpc_dependencies_zlib> |
Jan Tattermusch | fbaf851 | 2016-01-12 12:43:34 -0800 | [diff] [blame] | 98 | <Linkage-grpc_dependencies_openssl>static</Linkage-grpc_dependencies_openssl> |
Jan Tattermusch | ec59bc7 | 2015-12-17 14:49:40 -0800 | [diff] [blame] | 99 | <Configuration-grpc_dependencies_openssl>Release</Configuration-grpc_dependencies_openssl> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 100 | </PropertyGroup> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 101 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|Win32'"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 102 | <ClCompile> |
| 103 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 104 | <WarningLevel>Level3</WarningLevel> |
| 105 | <Optimization>Disabled</Optimization> |
Jan Tattermusch | df744bd | 2015-12-11 14:57:28 -0800 | [diff] [blame] | 106 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 107 | <SDLCheck>true</SDLCheck> |
| 108 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
Craig Tiller | f4fc5d2 | 2015-09-23 09:36:31 -0700 | [diff] [blame] | 109 | <TreatWarningAsError>true</TreatWarningAsError> |
Craig Tiller | 8f12f77 | 2015-09-25 11:17:32 -0700 | [diff] [blame] | 110 | <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat> |
Jan Tattermusch | ec59bc7 | 2015-12-17 14:49:40 -0800 | [diff] [blame] | 111 | <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 112 | </ClCompile> |
| 113 | <Link> |
| 114 | <SubSystem>Windows</SubSystem> |
Craig Tiller | 8f12f77 | 2015-09-25 11:17:32 -0700 | [diff] [blame] | 115 | <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation> |
| 116 | <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 117 | </Link> |
| 118 | </ItemDefinitionGroup> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 119 | |
| 120 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|x64'"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 121 | <ClCompile> |
| 122 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 123 | <WarningLevel>Level3</WarningLevel> |
| 124 | <Optimization>Disabled</Optimization> |
| 125 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 126 | <SDLCheck>true</SDLCheck> |
| 127 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
Craig Tiller | f4fc5d2 | 2015-09-23 09:36:31 -0700 | [diff] [blame] | 128 | <TreatWarningAsError>true</TreatWarningAsError> |
Craig Tiller | 8f12f77 | 2015-09-25 11:17:32 -0700 | [diff] [blame] | 129 | <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat> |
Jan Tattermusch | ec59bc7 | 2015-12-17 14:49:40 -0800 | [diff] [blame] | 130 | <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 131 | </ClCompile> |
| 132 | <Link> |
| 133 | <SubSystem>Windows</SubSystem> |
Craig Tiller | 8f12f77 | 2015-09-25 11:17:32 -0700 | [diff] [blame] | 134 | <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation> |
| 135 | <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 136 | </Link> |
| 137 | </ItemDefinitionGroup> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 138 | |
| 139 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 140 | <ClCompile> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 141 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 142 | <WarningLevel>Level3</WarningLevel> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 143 | <Optimization>MaxSpeed</Optimization> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 144 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 145 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 146 | <IntrinsicFunctions>true</IntrinsicFunctions> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 147 | <SDLCheck>true</SDLCheck> |
| 148 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
Craig Tiller | f4fc5d2 | 2015-09-23 09:36:31 -0700 | [diff] [blame] | 149 | <TreatWarningAsError>true</TreatWarningAsError> |
Craig Tiller | 8f12f77 | 2015-09-25 11:17:32 -0700 | [diff] [blame] | 150 | <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat> |
Jan Tattermusch | ec59bc7 | 2015-12-17 14:49:40 -0800 | [diff] [blame] | 151 | <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 152 | </ClCompile> |
| 153 | <Link> |
| 154 | <SubSystem>Windows</SubSystem> |
Craig Tiller | 8f12f77 | 2015-09-25 11:17:32 -0700 | [diff] [blame] | 155 | <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation> |
| 156 | <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 157 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 158 | <OptimizeReferences>true</OptimizeReferences> |
| 159 | </Link> |
| 160 | </ItemDefinitionGroup> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 161 | |
| 162 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|x64'"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 163 | <ClCompile> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 164 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 165 | <WarningLevel>Level3</WarningLevel> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 166 | <Optimization>MaxSpeed</Optimization> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 167 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 168 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 169 | <IntrinsicFunctions>true</IntrinsicFunctions> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 170 | <SDLCheck>true</SDLCheck> |
| 171 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
Craig Tiller | f4fc5d2 | 2015-09-23 09:36:31 -0700 | [diff] [blame] | 172 | <TreatWarningAsError>true</TreatWarningAsError> |
Craig Tiller | 8f12f77 | 2015-09-25 11:17:32 -0700 | [diff] [blame] | 173 | <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat> |
Jan Tattermusch | ec59bc7 | 2015-12-17 14:49:40 -0800 | [diff] [blame] | 174 | <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 175 | </ClCompile> |
| 176 | <Link> |
| 177 | <SubSystem>Windows</SubSystem> |
Craig Tiller | 8f12f77 | 2015-09-25 11:17:32 -0700 | [diff] [blame] | 178 | <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation> |
| 179 | <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 180 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 181 | <OptimizeReferences>true</OptimizeReferences> |
| 182 | </Link> |
| 183 | </ItemDefinitionGroup> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 184 | |
| 185 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 186 | <ClCompile> |
| 187 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 188 | <WarningLevel>Level3</WarningLevel> |
| 189 | <Optimization>Disabled</Optimization> |
Jan Tattermusch | df744bd | 2015-12-11 14:57:28 -0800 | [diff] [blame] | 190 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 191 | <SDLCheck>true</SDLCheck> |
| 192 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
Craig Tiller | 82f9bd8 | 2015-09-23 09:31:51 -0700 | [diff] [blame] | 193 | <TreatWarningAsError>true</TreatWarningAsError> |
Craig Tiller | 8f12f77 | 2015-09-25 11:17:32 -0700 | [diff] [blame] | 194 | <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat> |
Jan Tattermusch | ec59bc7 | 2015-12-17 14:49:40 -0800 | [diff] [blame] | 195 | <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 196 | </ClCompile> |
| 197 | <Link> |
| 198 | <SubSystem>Windows</SubSystem> |
Craig Tiller | 8f12f77 | 2015-09-25 11:17:32 -0700 | [diff] [blame] | 199 | <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation> |
| 200 | <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 201 | </Link> |
| 202 | </ItemDefinitionGroup> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 203 | |
| 204 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 205 | <ClCompile> |
| 206 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 207 | <WarningLevel>Level3</WarningLevel> |
| 208 | <Optimization>Disabled</Optimization> |
| 209 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 210 | <SDLCheck>true</SDLCheck> |
| 211 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
Craig Tiller | f4fc5d2 | 2015-09-23 09:36:31 -0700 | [diff] [blame] | 212 | <TreatWarningAsError>true</TreatWarningAsError> |
Craig Tiller | 8f12f77 | 2015-09-25 11:17:32 -0700 | [diff] [blame] | 213 | <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat> |
Jan Tattermusch | ec59bc7 | 2015-12-17 14:49:40 -0800 | [diff] [blame] | 214 | <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 215 | </ClCompile> |
| 216 | <Link> |
| 217 | <SubSystem>Windows</SubSystem> |
Craig Tiller | 8f12f77 | 2015-09-25 11:17:32 -0700 | [diff] [blame] | 218 | <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation> |
| 219 | <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 220 | </Link> |
| 221 | </ItemDefinitionGroup> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 222 | |
| 223 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 224 | <ClCompile> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 225 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 226 | <WarningLevel>Level3</WarningLevel> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 227 | <Optimization>MaxSpeed</Optimization> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 228 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 229 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 230 | <IntrinsicFunctions>true</IntrinsicFunctions> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 231 | <SDLCheck>true</SDLCheck> |
| 232 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
Craig Tiller | f4fc5d2 | 2015-09-23 09:36:31 -0700 | [diff] [blame] | 233 | <TreatWarningAsError>true</TreatWarningAsError> |
Craig Tiller | 8f12f77 | 2015-09-25 11:17:32 -0700 | [diff] [blame] | 234 | <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat> |
Jan Tattermusch | ec59bc7 | 2015-12-17 14:49:40 -0800 | [diff] [blame] | 235 | <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 236 | </ClCompile> |
| 237 | <Link> |
| 238 | <SubSystem>Windows</SubSystem> |
Craig Tiller | 8f12f77 | 2015-09-25 11:17:32 -0700 | [diff] [blame] | 239 | <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation> |
| 240 | <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 241 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 242 | <OptimizeReferences>true</OptimizeReferences> |
| 243 | </Link> |
| 244 | </ItemDefinitionGroup> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 245 | |
| 246 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 247 | <ClCompile> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 248 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 249 | <WarningLevel>Level3</WarningLevel> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 250 | <Optimization>MaxSpeed</Optimization> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 251 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 252 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 253 | <IntrinsicFunctions>true</IntrinsicFunctions> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 254 | <SDLCheck>true</SDLCheck> |
| 255 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
Craig Tiller | f4fc5d2 | 2015-09-23 09:36:31 -0700 | [diff] [blame] | 256 | <TreatWarningAsError>true</TreatWarningAsError> |
Craig Tiller | 8f12f77 | 2015-09-25 11:17:32 -0700 | [diff] [blame] | 257 | <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat> |
Jan Tattermusch | ec59bc7 | 2015-12-17 14:49:40 -0800 | [diff] [blame] | 258 | <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 259 | </ClCompile> |
| 260 | <Link> |
| 261 | <SubSystem>Windows</SubSystem> |
Craig Tiller | 8f12f77 | 2015-09-25 11:17:32 -0700 | [diff] [blame] | 262 | <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation> |
| 263 | <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 264 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 265 | <OptimizeReferences>true</OptimizeReferences> |
| 266 | </Link> |
| 267 | </ItemDefinitionGroup> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 268 | |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 269 | <ItemGroup> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 270 | <ClInclude Include="$(SolutionDir)\..\include\grpc\byte_buffer.h" /> |
| 271 | <ClInclude Include="$(SolutionDir)\..\include\grpc\byte_buffer_reader.h" /> |
| 272 | <ClInclude Include="$(SolutionDir)\..\include\grpc\compression.h" /> |
| 273 | <ClInclude Include="$(SolutionDir)\..\include\grpc\grpc.h" /> |
Adam Michalik | 321b1fb | 2016-05-16 15:42:36 -0700 | [diff] [blame] | 274 | <ClInclude Include="$(SolutionDir)\..\include\grpc\grpc_posix.h" /> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 275 | <ClInclude Include="$(SolutionDir)\..\include\grpc\status.h" /> |
David Garcia Quintas | 1b2db63 | 2016-04-27 15:06:54 -0700 | [diff] [blame] | 276 | <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\byte_buffer_reader.h" /> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 277 | <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\compression_types.h" /> |
| 278 | <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\connectivity_state.h" /> |
| 279 | <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\grpc_types.h" /> |
| 280 | <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\propagation_bits.h" /> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 281 | <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\status.h" /> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 282 | <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm.h" /> |
| 283 | <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_gcc_atomic.h" /> |
| 284 | <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_gcc_sync.h" /> |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 285 | <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_windows.h" /> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 286 | <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\log.h" /> |
| 287 | <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\port_platform.h" /> |
| 288 | <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\slice.h" /> |
| 289 | <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\slice_buffer.h" /> |
| 290 | <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\sync.h" /> |
| 291 | <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\sync_generic.h" /> |
| 292 | <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\sync_posix.h" /> |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 293 | <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\sync_windows.h" /> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 294 | <ClInclude Include="$(SolutionDir)\..\include\grpc\grpc_security.h" /> |
Deepak Lukose | dba4c5f | 2016-03-25 12:54:25 -0700 | [diff] [blame] | 295 | <ClInclude Include="$(SolutionDir)\..\include\grpc\grpc_security_constants.h" /> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 296 | <ClInclude Include="$(SolutionDir)\..\include\grpc\census.h" /> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 297 | </ItemGroup> |
| 298 | <ItemGroup> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 299 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\channel\channel_args.h" /> |
| 300 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\channel\channel_stack.h" /> |
| 301 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\channel\channel_stack_builder.h" /> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 302 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\channel\compress_filter.h" /> |
| 303 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\channel\connected_channel.h" /> |
| 304 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\channel\context.h" /> |
Mark D. Roth | dfbdefe | 2016-07-14 09:18:22 -0700 | [diff] [blame] | 305 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\channel\handshaker.h" /> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 306 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\channel\http_client_filter.h" /> |
| 307 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\channel\http_server_filter.h" /> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 308 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\compression\algorithm_metadata.h" /> |
| 309 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\compression\message_compress.h" /> |
| 310 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\debug\trace.h" /> |
| 311 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\http\format_request.h" /> |
| 312 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\http\httpcli.h" /> |
| 313 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\http\parser.h" /> |
| 314 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\closure.h" /> |
| 315 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\endpoint.h" /> |
| 316 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\endpoint_pair.h" /> |
Craig Tiller | 27f59af | 2016-04-28 14:19:48 -0700 | [diff] [blame] | 317 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\error.h" /> |
Sree Kuchibhotla | f448c34 | 2016-05-19 10:51:24 -0700 | [diff] [blame] | 318 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\ev_epoll_linux.h" /> |
Craig Tiller | 8a03448 | 2016-03-28 16:09:04 -0700 | [diff] [blame] | 319 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\ev_poll_and_epoll_posix.h" /> |
Craig Tiller | d9a60bb | 2016-03-28 23:13:19 -0700 | [diff] [blame] | 320 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\ev_poll_posix.h" /> |
Craig Tiller | 8a03448 | 2016-03-28 16:09:04 -0700 | [diff] [blame] | 321 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\ev_posix.h" /> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 322 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\exec_ctx.h" /> |
| 323 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\executor.h" /> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 324 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\iocp_windows.h" /> |
| 325 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\iomgr.h" /> |
| 326 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\iomgr_internal.h" /> |
| 327 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\iomgr_posix.h" /> |
Craig Tiller | 8517886 | 2016-05-18 16:09:16 -0700 | [diff] [blame] | 328 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\load_file.h" /> |
Makarand Dharmapurikar | 0579cfc | 2016-06-20 15:45:24 -0700 | [diff] [blame] | 329 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\network_status_tracker.h" /> |
David Garcia Quintas | 2a50dfe | 2016-05-31 15:09:12 -0700 | [diff] [blame] | 330 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\polling_entity.h" /> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 331 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\pollset.h" /> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 332 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\pollset_set.h" /> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 333 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\pollset_set_windows.h" /> |
| 334 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\pollset_windows.h" /> |
| 335 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\resolve_address.h" /> |
| 336 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\sockaddr.h" /> |
| 337 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\sockaddr_posix.h" /> |
| 338 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\sockaddr_utils.h" /> |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 339 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\sockaddr_windows.h" /> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 340 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\socket_utils_posix.h" /> |
| 341 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\socket_windows.h" /> |
| 342 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\tcp_client.h" /> |
| 343 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\tcp_posix.h" /> |
| 344 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\tcp_server.h" /> |
| 345 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\tcp_windows.h" /> |
| 346 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\time_averaged_stats.h" /> |
| 347 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\timer.h" /> |
| 348 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\timer_heap.h" /> |
| 349 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\udp_server.h" /> |
| 350 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\unix_sockets_posix.h" /> |
| 351 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\wakeup_fd_pipe.h" /> |
| 352 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\wakeup_fd_posix.h" /> |
| 353 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\workqueue.h" /> |
| 354 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\workqueue_posix.h" /> |
| 355 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\workqueue_windows.h" /> |
| 356 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\json\json.h" /> |
| 357 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\json\json_common.h" /> |
| 358 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\json\json_reader.h" /> |
| 359 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\json\json_writer.h" /> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 360 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\api_trace.h" /> |
| 361 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\call.h" /> |
| 362 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\call_test_only.h" /> |
| 363 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\channel.h" /> |
| 364 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\channel_init.h" /> |
| 365 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\channel_stack_type.h" /> |
| 366 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\completion_queue.h" /> |
| 367 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\event_string.h" /> |
| 368 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\init.h" /> |
| 369 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\lame_client.h" /> |
| 370 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\server.h" /> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 371 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\transport\byte_stream.h" /> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 372 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\transport\connectivity_state.h" /> |
| 373 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\transport\metadata.h" /> |
| 374 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\transport\metadata_batch.h" /> |
| 375 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\transport\static_metadata.h" /> |
| 376 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\transport\transport.h" /> |
| 377 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\transport\transport_impl.h" /> |
Yuchen Zeng | d982bba | 2016-05-12 18:53:52 -0700 | [diff] [blame] | 378 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\bin_decoder.h" /> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 379 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\bin_encoder.h" /> |
| 380 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\chttp2_transport.h" /> |
| 381 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame.h" /> |
| 382 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_data.h" /> |
| 383 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_goaway.h" /> |
| 384 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_ping.h" /> |
| 385 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_rst_stream.h" /> |
| 386 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_settings.h" /> |
| 387 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_window_update.h" /> |
| 388 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\hpack_encoder.h" /> |
| 389 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\hpack_parser.h" /> |
| 390 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\hpack_table.h" /> |
| 391 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\http2_errors.h" /> |
| 392 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\huffsyms.h" /> |
| 393 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\incoming_metadata.h" /> |
| 394 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\internal.h" /> |
| 395 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\status_conversion.h" /> |
| 396 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\stream_map.h" /> |
| 397 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\timeout_encoding.h" /> |
| 398 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\varint.h" /> |
| 399 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\alpn\alpn.h" /> |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 400 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\context\security_context.h" /> |
| 401 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\credentials\composite\composite_credentials.h" /> |
| 402 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\credentials\credentials.h" /> |
| 403 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\credentials\fake\fake_credentials.h" /> |
| 404 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\credentials\google_default\google_default_credentials.h" /> |
| 405 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\credentials\iam\iam_credentials.h" /> |
| 406 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\credentials\jwt\json_token.h" /> |
| 407 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\credentials\jwt\jwt_credentials.h" /> |
| 408 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\credentials\jwt\jwt_verifier.h" /> |
| 409 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\credentials\oauth2\oauth2_credentials.h" /> |
| 410 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\credentials\plugin\plugin_credentials.h" /> |
| 411 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\credentials\ssl\ssl_credentials.h" /> |
| 412 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\transport\auth_filters.h" /> |
| 413 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\transport\handshake.h" /> |
| 414 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\transport\secure_endpoint.h" /> |
| 415 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\transport\security_connector.h" /> |
Craig Tiller | ddad978 | 2016-05-05 17:11:31 -0700 | [diff] [blame] | 416 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\transport\tsi_error.h" /> |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 417 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\util\b64.h" /> |
| 418 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\util\json_util.h" /> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 419 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\tsi\fake_transport_security.h" /> |
| 420 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\tsi\ssl_transport_security.h" /> |
| 421 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\tsi\ssl_types.h" /> |
| 422 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\tsi\transport_security.h" /> |
| 423 | <ClInclude Include="$(SolutionDir)\..\src\core\lib\tsi\transport_security_interface.h" /> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 424 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\client_channel.h" /> |
| 425 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\client_channel_factory.h" /> |
| 426 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\client_config.h" /> |
| 427 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\connector.h" /> |
| 428 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\initial_connect_string.h" /> |
| 429 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\lb_policy.h" /> |
| 430 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\lb_policy_factory.h" /> |
| 431 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\lb_policy_registry.h" /> |
David Garcia Quintas | 9885bff | 2016-04-07 17:31:29 -0700 | [diff] [blame] | 432 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\parse_address.h" /> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 433 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\resolver.h" /> |
| 434 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\resolver_factory.h" /> |
| 435 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\resolver_registry.h" /> |
| 436 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\subchannel.h" /> |
| 437 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\subchannel_call_holder.h" /> |
| 438 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\subchannel_index.h" /> |
| 439 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\uri_parser.h" /> |
| 440 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\lb_policy\grpclb\load_balancer_api.h" /> |
David Garcia Quintas | 7f0793a | 2016-04-25 12:35:58 -0700 | [diff] [blame] | 441 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\lb_policy\grpclb\proto\grpc\lb\v1\load_balancer.pb.h" /> |
Craig Tiller | eb841e2 | 2016-02-11 15:49:16 -0800 | [diff] [blame] | 442 | <ClInclude Include="$(SolutionDir)\..\third_party\nanopb\pb.h" /> |
| 443 | <ClInclude Include="$(SolutionDir)\..\third_party\nanopb\pb_common.h" /> |
| 444 | <ClInclude Include="$(SolutionDir)\..\third_party\nanopb\pb_decode.h" /> |
| 445 | <ClInclude Include="$(SolutionDir)\..\third_party\nanopb\pb_encode.h" /> |
David Garcia Quintas | b41363e | 2016-04-29 00:41:21 -0700 | [diff] [blame] | 446 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\load_reporting\load_reporting.h" /> |
| 447 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\load_reporting\load_reporting_filter.h" /> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 448 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\census\aggregation.h" /> |
| 449 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\census\census_interface.h" /> |
| 450 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\census\census_rpc_stats.h" /> |
Alistair Veitch | 30fe632 | 2016-05-23 10:11:28 -0700 | [diff] [blame] | 451 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\census\gen\census.pb.h" /> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 452 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\census\grpc_filter.h" /> |
| 453 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\census\mlog.h" /> |
| 454 | <ClInclude Include="$(SolutionDir)\..\src\core\ext\census\rpc_metric_id.h" /> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 455 | </ItemGroup> |
| 456 | <ItemGroup> |
Craig Tiller | 3ab2fe0 | 2016-04-11 20:11:18 -0700 | [diff] [blame] | 457 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\init.c"> |
| 458 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 459 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\channel\channel_args.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 460 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 461 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\channel\channel_stack.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 462 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 463 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\channel\channel_stack_builder.c"> |
Craig Tiller | 178edfa | 2016-02-17 20:54:46 -0800 | [diff] [blame] | 464 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 465 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\channel\compress_filter.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 466 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 467 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\channel\connected_channel.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 468 | </ClCompile> |
Mark D. Roth | dfbdefe | 2016-07-14 09:18:22 -0700 | [diff] [blame] | 469 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\channel\handshaker.c"> |
| 470 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 471 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\channel\http_client_filter.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 472 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 473 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\channel\http_server_filter.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 474 | </ClCompile> |
David Garcia Quintas | ac09447 | 2016-05-18 20:25:57 -0700 | [diff] [blame] | 475 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\compression\compression.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 476 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 477 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\compression\message_compress.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 478 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 479 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\debug\trace.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 480 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 481 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\http\format_request.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 482 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 483 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\http\httpcli.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 484 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 485 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\http\parser.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 486 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 487 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\closure.c"> |
Craig Tiller | 298751c | 2015-09-22 09:41:05 -0700 | [diff] [blame] | 488 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 489 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\endpoint.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 490 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 491 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\endpoint_pair_posix.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 492 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 493 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\endpoint_pair_windows.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 494 | </ClCompile> |
Craig Tiller | 27f59af | 2016-04-28 14:19:48 -0700 | [diff] [blame] | 495 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\error.c"> |
| 496 | </ClCompile> |
Sree Kuchibhotla | f448c34 | 2016-05-19 10:51:24 -0700 | [diff] [blame] | 497 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\ev_epoll_linux.c"> |
| 498 | </ClCompile> |
Craig Tiller | 8a03448 | 2016-03-28 16:09:04 -0700 | [diff] [blame] | 499 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\ev_poll_and_epoll_posix.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 500 | </ClCompile> |
Craig Tiller | d9a60bb | 2016-03-28 23:13:19 -0700 | [diff] [blame] | 501 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\ev_poll_posix.c"> |
Craig Tiller | 5a66446 | 2016-02-16 08:07:17 -0800 | [diff] [blame] | 502 | </ClCompile> |
Craig Tiller | 8a03448 | 2016-03-28 16:09:04 -0700 | [diff] [blame] | 503 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\ev_posix.c"> |
Craig Tiller | 5a66446 | 2016-02-16 08:07:17 -0800 | [diff] [blame] | 504 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 505 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\exec_ctx.c"> |
Craig Tiller | 8af4c33 | 2015-09-22 12:32:31 -0700 | [diff] [blame] | 506 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 507 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\executor.c"> |
David Garcia Quintas | 4bc3463 | 2015-10-07 16:12:35 -0700 | [diff] [blame] | 508 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 509 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\iocp_windows.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 510 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 511 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\iomgr.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 512 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 513 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\iomgr_posix.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 514 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 515 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\iomgr_windows.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 516 | </ClCompile> |
Craig Tiller | 8517886 | 2016-05-18 16:09:16 -0700 | [diff] [blame] | 517 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\load_file.c"> |
| 518 | </ClCompile> |
Makarand Dharmapurikar | 0579cfc | 2016-06-20 15:45:24 -0700 | [diff] [blame] | 519 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\network_status_tracker.c"> |
| 520 | </ClCompile> |
David Garcia Quintas | 2a50dfe | 2016-05-31 15:09:12 -0700 | [diff] [blame] | 521 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\polling_entity.c"> |
| 522 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 523 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\pollset_set_windows.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 524 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 525 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\pollset_windows.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 526 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 527 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\resolve_address_posix.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 528 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 529 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\resolve_address_windows.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 530 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 531 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\sockaddr_utils.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 532 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 533 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\socket_utils_common_posix.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 534 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 535 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\socket_utils_linux.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 536 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 537 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\socket_utils_posix.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 538 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 539 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\socket_windows.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 540 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 541 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\tcp_client_posix.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 542 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 543 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\tcp_client_windows.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 544 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 545 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\tcp_posix.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 546 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 547 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\tcp_server_posix.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 548 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 549 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\tcp_server_windows.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 550 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 551 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\tcp_windows.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 552 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 553 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\time_averaged_stats.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 554 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 555 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\timer.c"> |
David Garcia Quintas | b65e421 | 2015-10-14 12:00:21 -0700 | [diff] [blame] | 556 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 557 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\timer_heap.c"> |
David Garcia Quintas | b65e421 | 2015-10-14 12:00:21 -0700 | [diff] [blame] | 558 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 559 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\udp_server.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 560 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 561 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\unix_sockets_posix.c"> |
ahedberg | 43df295 | 2016-03-18 10:46:38 -0400 | [diff] [blame] | 562 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 563 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\unix_sockets_posix_noop.c"> |
ahedberg | 43df295 | 2016-03-18 10:46:38 -0400 | [diff] [blame] | 564 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 565 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\wakeup_fd_eventfd.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 566 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 567 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\wakeup_fd_nospecial.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 568 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 569 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\wakeup_fd_pipe.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 570 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 571 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\wakeup_fd_posix.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 572 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 573 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\workqueue_posix.c"> |
Craig Tiller | 73b6606 | 2015-09-09 09:34:46 -0700 | [diff] [blame] | 574 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 575 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\workqueue_windows.c"> |
Craig Tiller | 73b6606 | 2015-09-09 09:34:46 -0700 | [diff] [blame] | 576 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 577 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\json\json.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 578 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 579 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\json\json_reader.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 580 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 581 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\json\json_string.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 582 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 583 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\json\json_writer.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 584 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 585 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\alarm.c"> |
Nicolas "Pixel" Noble | d5d83aa | 2016-01-31 06:21:49 +0100 | [diff] [blame] | 586 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 587 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\api_trace.c"> |
Craig Tiller | 2468ff5 | 2015-10-05 09:00:17 -0700 | [diff] [blame] | 588 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 589 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\byte_buffer.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 590 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 591 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\byte_buffer_reader.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 592 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 593 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\call.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 594 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 595 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\call_details.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 596 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 597 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\call_log_batch.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 598 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 599 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\channel.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 600 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 601 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\channel_init.c"> |
Craig Tiller | 178edfa | 2016-02-17 20:54:46 -0800 | [diff] [blame] | 602 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 603 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\channel_ping.c"> |
Craig Tiller | 26dab31 | 2015-12-07 14:43:47 -0800 | [diff] [blame] | 604 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 605 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\channel_stack_type.c"> |
Craig Tiller | 178edfa | 2016-02-17 20:54:46 -0800 | [diff] [blame] | 606 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 607 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\completion_queue.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 608 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 609 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\event_string.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 610 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 611 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\lame_client.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 612 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 613 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\metadata_array.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 614 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 615 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\server.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 616 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 617 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\validate_metadata.c"> |
murgatroid99 | c3910ca | 2016-01-06 13:14:23 -0800 | [diff] [blame] | 618 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 619 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\version.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 620 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 621 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\transport\byte_stream.c"> |
Craig Tiller | ca1593a | 2015-11-02 14:08:33 -0800 | [diff] [blame] | 622 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 623 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\transport\connectivity_state.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 624 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 625 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\transport\metadata.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 626 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 627 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\transport\metadata_batch.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 628 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 629 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\transport\static_metadata.c"> |
Craig Tiller | 2e7687c | 2015-11-18 14:56:46 -0800 | [diff] [blame] | 630 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 631 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\transport\transport.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 632 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 633 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\transport\transport_op_string.c"> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 634 | </ClCompile> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 635 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\server\secure\server_secure_chttp2.c"> |
| 636 | </ClCompile> |
Yuchen Zeng | d982bba | 2016-05-12 18:53:52 -0700 | [diff] [blame] | 637 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\bin_decoder.c"> |
| 638 | </ClCompile> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 639 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\bin_encoder.c"> |
| 640 | </ClCompile> |
| 641 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\chttp2_plugin.c"> |
| 642 | </ClCompile> |
| 643 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\chttp2_transport.c"> |
| 644 | </ClCompile> |
| 645 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_data.c"> |
| 646 | </ClCompile> |
| 647 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_goaway.c"> |
| 648 | </ClCompile> |
| 649 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_ping.c"> |
| 650 | </ClCompile> |
| 651 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_rst_stream.c"> |
| 652 | </ClCompile> |
| 653 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_settings.c"> |
| 654 | </ClCompile> |
| 655 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_window_update.c"> |
| 656 | </ClCompile> |
| 657 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\hpack_encoder.c"> |
| 658 | </ClCompile> |
| 659 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\hpack_parser.c"> |
| 660 | </ClCompile> |
| 661 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\hpack_table.c"> |
| 662 | </ClCompile> |
| 663 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\huffsyms.c"> |
| 664 | </ClCompile> |
| 665 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\incoming_metadata.c"> |
| 666 | </ClCompile> |
| 667 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\parsing.c"> |
| 668 | </ClCompile> |
| 669 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\status_conversion.c"> |
| 670 | </ClCompile> |
| 671 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\stream_lists.c"> |
| 672 | </ClCompile> |
| 673 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\stream_map.c"> |
| 674 | </ClCompile> |
| 675 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\timeout_encoding.c"> |
| 676 | </ClCompile> |
| 677 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\varint.c"> |
| 678 | </ClCompile> |
| 679 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\writing.c"> |
| 680 | </ClCompile> |
| 681 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\alpn\alpn.c"> |
| 682 | </ClCompile> |
| 683 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\http\httpcli_security_connector.c"> |
| 684 | </ClCompile> |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 685 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\context\security_context.c"> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 686 | </ClCompile> |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 687 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\credentials\composite\composite_credentials.c"> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 688 | </ClCompile> |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 689 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\credentials\credentials.c"> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 690 | </ClCompile> |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 691 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\credentials\credentials_metadata.c"> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 692 | </ClCompile> |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 693 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\credentials\fake\fake_credentials.c"> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 694 | </ClCompile> |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 695 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\credentials\google_default\credentials_posix.c"> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 696 | </ClCompile> |
Yuchen Zeng | 4594bd9 | 2016-05-31 14:06:01 -0700 | [diff] [blame] | 697 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\credentials\google_default\credentials_windows.c"> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 698 | </ClCompile> |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 699 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\credentials\google_default\google_default_credentials.c"> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 700 | </ClCompile> |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 701 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\credentials\iam\iam_credentials.c"> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 702 | </ClCompile> |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 703 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\credentials\jwt\json_token.c"> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 704 | </ClCompile> |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 705 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\credentials\jwt\jwt_credentials.c"> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 706 | </ClCompile> |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 707 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\credentials\jwt\jwt_verifier.c"> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 708 | </ClCompile> |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 709 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\credentials\oauth2\oauth2_credentials.c"> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 710 | </ClCompile> |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 711 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\credentials\plugin\plugin_credentials.c"> |
| 712 | </ClCompile> |
| 713 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\credentials\ssl\ssl_credentials.c"> |
| 714 | </ClCompile> |
| 715 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\transport\client_auth_filter.c"> |
| 716 | </ClCompile> |
| 717 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\transport\handshake.c"> |
| 718 | </ClCompile> |
| 719 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\transport\secure_endpoint.c"> |
| 720 | </ClCompile> |
| 721 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\transport\security_connector.c"> |
| 722 | </ClCompile> |
| 723 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\transport\server_auth_filter.c"> |
| 724 | </ClCompile> |
Craig Tiller | ddad978 | 2016-05-05 17:11:31 -0700 | [diff] [blame] | 725 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\transport\tsi_error.c"> |
| 726 | </ClCompile> |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 727 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\util\b64.c"> |
| 728 | </ClCompile> |
| 729 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\util\json_util.c"> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 730 | </ClCompile> |
| 731 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\init_secure.c"> |
| 732 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 733 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\tsi\fake_transport_security.c"> |
Nicolas "Pixel" Noble | 2e8fdba | 2016-02-19 02:09:47 +0100 | [diff] [blame] | 734 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 735 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\tsi\ssl_transport_security.c"> |
Nicolas "Pixel" Noble | 2e8fdba | 2016-02-19 02:09:47 +0100 | [diff] [blame] | 736 | </ClCompile> |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 737 | <ClCompile Include="$(SolutionDir)\..\src\core\lib\tsi\transport_security.c"> |
Nicolas "Pixel" Noble | 2e8fdba | 2016-02-19 02:09:47 +0100 | [diff] [blame] | 738 | </ClCompile> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 739 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\client\secure\secure_channel_create.c"> |
| 740 | </ClCompile> |
| 741 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\channel_connectivity.c"> |
| 742 | </ClCompile> |
| 743 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\client_channel.c"> |
| 744 | </ClCompile> |
| 745 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\client_channel_factory.c"> |
| 746 | </ClCompile> |
| 747 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\client_config.c"> |
| 748 | </ClCompile> |
| 749 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\client_config_plugin.c"> |
| 750 | </ClCompile> |
| 751 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\connector.c"> |
| 752 | </ClCompile> |
| 753 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\default_initial_connect_string.c"> |
| 754 | </ClCompile> |
| 755 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\initial_connect_string.c"> |
| 756 | </ClCompile> |
| 757 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\lb_policy.c"> |
| 758 | </ClCompile> |
| 759 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\lb_policy_factory.c"> |
| 760 | </ClCompile> |
| 761 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\lb_policy_registry.c"> |
| 762 | </ClCompile> |
David Garcia Quintas | 9885bff | 2016-04-07 17:31:29 -0700 | [diff] [blame] | 763 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\parse_address.c"> |
| 764 | </ClCompile> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 765 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\resolver.c"> |
| 766 | </ClCompile> |
| 767 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\resolver_factory.c"> |
| 768 | </ClCompile> |
| 769 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\resolver_registry.c"> |
| 770 | </ClCompile> |
| 771 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\subchannel.c"> |
| 772 | </ClCompile> |
| 773 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\subchannel_call_holder.c"> |
| 774 | </ClCompile> |
| 775 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\subchannel_index.c"> |
| 776 | </ClCompile> |
| 777 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\uri_parser.c"> |
| 778 | </ClCompile> |
| 779 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\server\insecure\server_chttp2.c"> |
| 780 | </ClCompile> |
Adam Michalik | bf10c82 | 2016-05-20 16:13:32 -0700 | [diff] [blame] | 781 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\server\insecure\server_chttp2_posix.c"> |
| 782 | </ClCompile> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 783 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\client\insecure\channel_create.c"> |
| 784 | </ClCompile> |
Adam Michalik | 321b1fb | 2016-05-16 15:42:36 -0700 | [diff] [blame] | 785 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\client\insecure\channel_create_posix.c"> |
| 786 | </ClCompile> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 787 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\lb_policy\grpclb\load_balancer_api.c"> |
| 788 | </ClCompile> |
David Garcia Quintas | 7f0793a | 2016-04-25 12:35:58 -0700 | [diff] [blame] | 789 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\lb_policy\grpclb\proto\grpc\lb\v1\load_balancer.pb.c"> |
Craig Tiller | fb43385 | 2016-03-29 08:51:07 -0700 | [diff] [blame] | 790 | </ClCompile> |
Craig Tiller | eb841e2 | 2016-02-11 15:49:16 -0800 | [diff] [blame] | 791 | <ClCompile Include="$(SolutionDir)\..\third_party\nanopb\pb_common.c"> |
| 792 | </ClCompile> |
| 793 | <ClCompile Include="$(SolutionDir)\..\third_party\nanopb\pb_decode.c"> |
| 794 | </ClCompile> |
| 795 | <ClCompile Include="$(SolutionDir)\..\third_party\nanopb\pb_encode.c"> |
| 796 | </ClCompile> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 797 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\lb_policy\pick_first\pick_first.c"> |
| 798 | </ClCompile> |
| 799 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\lb_policy\round_robin\round_robin.c"> |
| 800 | </ClCompile> |
| 801 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\resolver\dns\native\dns_resolver.c"> |
| 802 | </ClCompile> |
| 803 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\resolver\sockaddr\sockaddr_resolver.c"> |
| 804 | </ClCompile> |
David Garcia Quintas | b41363e | 2016-04-29 00:41:21 -0700 | [diff] [blame] | 805 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\load_reporting\load_reporting.c"> |
| 806 | </ClCompile> |
| 807 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\load_reporting\load_reporting_filter.c"> |
| 808 | </ClCompile> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 809 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\context.c"> |
| 810 | </ClCompile> |
Alistair Veitch | 30fe632 | 2016-05-23 10:11:28 -0700 | [diff] [blame] | 811 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\gen\census.pb.c"> |
| 812 | </ClCompile> |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 813 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\grpc_context.c"> |
| 814 | </ClCompile> |
| 815 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\grpc_filter.c"> |
| 816 | </ClCompile> |
| 817 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\grpc_plugin.c"> |
| 818 | </ClCompile> |
| 819 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\initialize.c"> |
| 820 | </ClCompile> |
| 821 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\mlog.c"> |
| 822 | </ClCompile> |
| 823 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\operation.c"> |
| 824 | </ClCompile> |
| 825 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\placeholders.c"> |
| 826 | </ClCompile> |
| 827 | <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\tracing.c"> |
| 828 | </ClCompile> |
| 829 | <ClCompile Include="$(SolutionDir)\..\src\core\plugin_registry\grpc_plugin_registry.c"> |
| 830 | </ClCompile> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 831 | </ItemGroup> |
| 832 | <ItemGroup> |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 833 | <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj"> |
| 834 | <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project> |
| 835 | </ProjectReference> |
| 836 | </ItemGroup> |
| 837 | <ItemGroup> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 838 | <None Include="packages.config" /> |
| 839 | </ItemGroup> |
| 840 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 841 | <ImportGroup Label="ExtensionTargets"> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 842 | <Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets" Condition="Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies\grpc.dependencies.zlib.targets')" /> |
| 843 | <Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets" Condition="Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies\grpc.dependencies.zlib.targets')" /> |
| 844 | <Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets" Condition="Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" /> |
| 845 | <Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets" Condition="Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" /> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 846 | </ImportGroup> |
| 847 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 848 | <PropertyGroup> |
| 849 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| 850 | </PropertyGroup> |
Craig Tiller | 77fc4d3 | 2015-12-22 12:51:27 -0800 | [diff] [blame] | 851 | <Error Condition="!Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets')" /> |
| 852 | <Error Condition="!Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets')" /> |
| 853 | <Error Condition="!Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets')" /> |
| 854 | <Error Condition="!Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props')" /> |
| 855 | <Error Condition="!Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets')" /> |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 856 | </Target> |
Craig Tiller | f4fc5d2 | 2015-09-23 09:36:31 -0700 | [diff] [blame] | 857 | </Project> |
| 858 | |