Home
last modified time | relevance | path

Searched refs:grpc_csharp_ext (Results 1 – 16 of 16) sorted by relevance

/external/grpc-grpc/tools/run_tests/artifacts/
Dbuild_artifact_csharp.bat22 cmake --build . --target grpc_csharp_ext --config RelWithDebInfo
26 …ke\build\Win32\RelWithDebInfo\grpc_csharp_ext.dll %ARTIFACTS_OUT% || copy /Y cmake\build\x64\RelWi…
27 …ke\build\Win32\RelWithDebInfo\grpc_csharp_ext.pdb %ARTIFACTS_OUT% || copy /Y cmake\build\x64\RelWi…
Dbuild_artifact_csharp.sh20 make grpc_csharp_ext
/external/grpc-grpc/src/csharp/
Dbuild_unitypackage.bat34 @rem To be able to build, we also need to put grpc_csharp_ext to its normal location
35 xcopy /Y /I nativelibs\csharp_ext_windows_x64\grpc_csharp_ext.dll ..\..\cmake\build\x64\Release\
50 …nitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\osx\x86\grpc_csharp_ext.bundle || got…
51 …nitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\osx\x64\grpc_csharp_ext.bundle || got…
52 …\csharp_ext_windows_x86\grpc_csharp_ext.dll unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\r…
53 …\csharp_ext_windows_x64\grpc_csharp_ext.dll unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\r…
Dbuild_packages_dotnetcli.bat34 @rem To be able to build, we also need to put grpc_csharp_ext to its normal location
35 xcopy /Y /I nativelibs\csharp_ext_windows_x64\grpc_csharp_ext.dll ..\..\cmake\build\x64\Release\
DREADME.md58 …using the `run_tests.py` script that will take care of building the `grpc_csharp_ext` native libra…
/external/grpc-grpc/templates/src/csharp/
Dbuild_unitypackage.bat.template36 @rem To be able to build, we also need to put grpc_csharp_ext to its normal location
37 …xcopy /Y /I nativelibs\csharp_ext_windows_x64\grpc_csharp_ext.dll ..\..\cmake\build\x64\Release${"…
52 …nitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\osx\x86\grpc_csharp_ext.bundle || got…
53 …nitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\osx\x64\grpc_csharp_ext.bundle || got…
54 …\csharp_ext_windows_x86\grpc_csharp_ext.dll unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\r…
55 …\csharp_ext_windows_x64\grpc_csharp_ext.dll unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\r…
Dbuild_packages_dotnetcli.bat.template36 @rem To be able to build, we also need to put grpc_csharp_ext to its normal location
37 …xcopy /Y /I nativelibs\csharp_ext_windows_x64\grpc_csharp_ext.dll ..\..\cmake\build\x64\Release${"…
/external/grpc-grpc/src/csharp/Grpc.Core/
DNativeDeps.Windows.csproj.include3 …<Content Include="..\..\..\cmake\build\x64\$(NativeDependenciesConfiguration)\grpc_csharp_ext.dll">
5 <Link>grpc_csharp_ext.x64.dll</Link>
DGrpc.Core.csproj41 <Content Include="..\nativelibs\csharp_ext_windows_x64\grpc_csharp_ext.dll">
42 <PackagePath>runtimes/win/native/grpc_csharp_ext.x64.dll</PackagePath>
45 <Content Include="..\nativelibs\csharp_ext_windows_x86\grpc_csharp_ext.dll">
46 <PackagePath>runtimes/win/native/grpc_csharp_ext.x86.dll</PackagePath>
/external/grpc-grpc/src/csharp/experimental/
Dbuild_native_ext_for_android.sh52 make -j4 grpc_csharp_ext
Dbuild_native_ext_for_ios.sh62 fatten grpc_csharp_ext
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template183 /// grpc_csharp_ext used as a static library (e.g Unity iOS).
196 /// grpc_csharp_ext used a shared library (e.g on Unity Standalone and Android).
200 private const string ImportName = "grpc_csharp_ext";
/external/grpc-grpc/templates/
DCMakeLists.txt.template304 % elif lib.name in ['grpc_csharp_ext']:
/external/grpc-grpc/
DBUILD475 name = "grpc_csharp_ext",
477 "src/csharp/ext/grpc_csharp_ext.c",
DCMakeLists.txt5282 add_library(grpc_csharp_ext SHARED target
5283 src/csharp/ext/grpc_csharp_ext.c
5287 set_target_properties(grpc_csharp_ext PROPERTIES COMPILE_PDB_NAME "grpc_csharp_ext"
5291 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/grpc_csharp_ext.pdb
5298 target_include_directories(grpc_csharp_ext
5311 target_link_libraries(grpc_csharp_ext
5320 install(TARGETS grpc_csharp_ext EXPORT gRPCTargets
Dgrpc.gyp1750 'target_name': 'grpc_csharp_ext',
1757 'src/csharp/ext/grpc_csharp_ext.c',