Searched full:vs2010 (Results 1 – 3 of 3) sorted by relevance
8 - `VS2010` - Visual Studio 2010 project (which also works well with Visual Studio 2012, 2013, 2015)17 4. Go to decompressed directory then to `build` then `VS2010` and open `lz4.sln`18 5. Visual Studio will ask about converting VS2010 project to VS2015 and you should agree.21 8. If compilation will be fine a compiled executable will be in `build\VS2010\bin\x64_Release\lz4.e…27 `build\VS2010\bin\$(Platform)_$(Configuration)` directory. For example `lz4` set to `x64` and28 `Release` will be compiled to `build\VS2010\bin\x64_Release\lz4.exe`. The solution file contains the44 `build\VS2010\bin\$(Platform)_$(Configuration)\liblz4.lib` are required to55 `build\VS2010\bin\$(Platform)_$(Configuration)\liblz4.dll`.
10 VS2010/bin/15 !VS2010/lz4
89 …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…102 COPY build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\*.exe programs\