Home
last modified time | relevance | path

Searched full:sln (Results 1 – 25 of 187) sorted by relevance

12345678

/third_party/curl/projects/
DREADME.md86 tool as well as a solution that includes both projects. libcurl.sln, curl.sln
87 and curl-all.sln, respectively. We recommend using curl-all.sln to build both
91 use `VC14.30\curl-all.sln` to build curl and libcurl.
100 1. Open the 'curl-all.sln' or 'curl.sln' solutions
/third_party/zlib/contrib/vstudio/
Dreadme.txt20 - Open contrib\vstudio\vc9\zlibvc.sln with Microsoft Visual C++ 2008
21 - Or run: vcbuild /rebuild contrib\vstudio\vc9\zlibvc.sln "Release|Win32"
26 - Open contrib\vstudio\vc10\zlibvc.sln with Microsoft Visual C++ 2010
31 - Open contrib\vstudio\vc11\zlibvc.sln with Microsoft Visual C++ 2012
36 - Open contrib\vstudio\vc12\zlibvc.sln with Microsoft Visual C++ 2013
41 - Open contrib\vstudio\vc14\zlibvc.sln with Microsoft Visual C++ 2015
/third_party/curl/
DMakefile.am102 projects/Windows/VC10/curl-all.sln \
103 projects/Windows/VC10/lib/libcurl.sln \
105 projects/Windows/VC10/src/curl.sln \
107 projects/Windows/VC11/curl-all.sln \
108 projects/Windows/VC11/lib/libcurl.sln \
110 projects/Windows/VC11/src/curl.sln \
112 projects/Windows/VC12/curl-all.sln \
113 projects/Windows/VC12/lib/libcurl.sln \
115 projects/Windows/VC12/src/curl.sln \
117 projects/Windows/VC14/curl-all.sln \
[all …]
/third_party/mbedtls/
DMakefile40 VISUALC_FILES = visualc/VS2013/mbedTLS.sln visualc/VS2013/mbedTLS.vcxproj
51 $(VISUALC_FILES): scripts/data_files/vs2013-sln-template.sln
127 rm -f visualc/VS2013/*.vcxproj visualc/VS2013/mbedTLS.sln
130 if exist visualc\VS2013\mbedTLS.sln del /Q /F visualc\VS2013\mbedTLS.sln
/third_party/skia/third_party/externals/sfntly/doc/
Dbuild_cpp.md63 You should see `sfntly.sln` in `d:\src\sfntly\cpp\build`.
67 6. Open sfntly.sln.
82 vcbuild sfntly.sln
86 You can also use `devenv sfntly.sln /build`
98 msbuild sfntly.sln
/third_party/skia/third_party/externals/expat/expat/win32/
Dbuild_expat_iss.bat47 msbuild /m expat.sln || EXIT /b 1
57 msbuild /m expat.sln || EXIT /b 1
67 msbuild /m expat.sln || EXIT /b 1
77 msbuild /m expat.sln || EXIT /b 1
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dbuild.js78 * On Windows, find the first build/*.sln file.
82 glob('build/*.sln', function (err, files) {
87 return callback(new Error('Could not find *.sln file. Did you run "configure"?'))
181 // did the user specify their own .sln file?
183 return path.extname(arg) === '.sln'
/third_party/skia/gn/
Dgn_meta_sln.py46 slnFile = os.path.join("out", outDir, "all.sln")
61 slnLines = iter(open("out/" + config[0] + "/all.sln"))
117 writeLinesToFile(newSlnLines, "out/sln/skia.sln")
125 dstProjPath = os.path.join("out", "sln", projConfigs[0][1])
/third_party/icu/.ci-builds/
D.azure-pipelines.yml93 solution: icu4c/source/allinone/allinone.sln
130 solution: icu4c/source/allinone/allinone.sln
162 solution: icu4c/source/allinone/allinone.sln
168 solution: icu4c/source/allinone/allinone.sln
174 solution: icu4c/source/allinone/allinone.sln
210 solution: icu4c/source/allinone/allinone.sln
231 solution: icu4c/source/allinone/allinone.sln
/third_party/icu/icu4c/source/samples/case/
Dreadme.txt14 case.sln Windows MSVC workspace. Double-click this to get started.
19 2. In MSVC, open the solution file icu\samples\case\case.sln
20 (or, use the workspace All, in icu\samples\all\all.sln )
/third_party/skia/third_party/externals/icu/source/samples/case/
Dreadme.txt14 case.sln Windows MSVC workspace. Double-click this to get started.
19 2. In MSVC, open the solution file icu\samples\case\case.sln
20 (or, use the workspace All, in icu\samples\all\all.sln )
/third_party/lz4/build/
DREADME.md17 4. Go to decompressed directory then to `build` then `VS2010` and open `lz4.sln`
24 #### Projects available within lz4.sln
26 The Visual Studio solution file `lz4.sln` contains many projects that will be compiled to the
/third_party/protobuf/csharp/
Dbuild_packages.bat3 dotnet restore src/Google.Protobuf.sln
4 dotnet pack -c Release src/Google.Protobuf.sln || goto :error
Dbuildall.sh9 dotnet restore $SRC/Google.Protobuf.sln
10 dotnet build -c $CONFIG $SRC/Google.Protobuf.sln
/third_party/libcoap/scripts/
Dmsbuild.sln.cmd20 rem MSBuild.exe ./win32/libcoap.sln /p:Configuration=NoTLS /p:Platform=x64 /warnaserror
21 MSBuild.exe ./win32/libcoap.sln /p:Platform=x64 /warnaserror
/third_party/protobuf/kokoro/release/protoc/windows/
Dbuild.bat14 msbuild protobuf.sln /p:Platform=%vcplatform32% || goto error
20 msbuild protobuf.sln /p:Platform=%vcplatform64% || goto error
/third_party/lz4/
Dappveyor.yml89 …msbuild "build\VS2010\lz4.sln" %ADDITIONALPARAM% /m /verbosity:minimal /property:PlatformToolset=v…
93 …msbuild "build\VS2010\lz4.sln" /m /verbosity:minimal /property:PlatformToolset=v110 /t:Clean,Build…
97 …msbuild "build\VS2010\lz4.sln" /m /verbosity:minimal /property:PlatformToolset=v120 /t:Clean,Build…
101 …msbuild "build\VS2010\lz4.sln" /m /verbosity:minimal /property:PlatformToolset=v140 /t:Clean,Build…
/third_party/libuv/
D.gitignore51 *.sln
52 *.sln.cache
/third_party/node/deps/uv/
D.gitignore51 *.sln
52 *.sln.cache
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
DBUILD.txt21 open the SLN and build both Debug_MBCS and Release_MBCS.
40 Open the SLN and build the project. Copy the DLL to the GStreamer
/third_party/googletest/
D.gitignore70 /googlemock/gmock.sln
81 /googletest-distribution.sln
/third_party/icu/icu4c/source/samples/props/
Dreadme.txt13 props.sln Windows MSVC workspace. Double-click this to get started.
18 2. In MSVC, open the workspace file icu\samples\props\props.sln
/third_party/skia/third_party/externals/icu/source/samples/ustring/
Dreadme.txt13 ustring.sln Windows MSVC workspace. Double-click this to get started.
18 2. In MSVC, open the workspace file icu\samples\ustring\ustring.sln
/third_party/skia/third_party/externals/icu/source/samples/cal/
Dreadme.txt16 cal.sln Windows MSVC workspace. Double-click this to get started.
21 2. In MSVC, open the workspace file icu\samples\cal\cal.sln
/third_party/icu/icu4c/source/samples/ustring/
Dreadme.txt13 ustring.sln Windows MSVC workspace. Double-click this to get started.
18 2. In MSVC, open the workspace file icu\samples\ustring\ustring.sln

12345678