Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
dac5b45d
Commit
dac5b45d
authored
Mar 31, 2016
by
Constantin Rack
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1879 from MatthewPowley/improve-msvc-builds
Improve MSVC builds
parents
cddfda2a
260860de
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
277 additions
and
55 deletions
+277
-55
.gitignore
.gitignore
+0
-6
.gitignore
builds/msvc/.gitignore
+256
-0
configure.bat
builds/msvc/configure.bat
+0
-28
inproc_lat.vcxproj
builds/msvc/vs2010/inproc_lat/inproc_lat.vcxproj
+1
-1
inproc_thr.vcxproj
builds/msvc/vs2010/inproc_thr/inproc_thr.vcxproj
+1
-1
libzmq.vcxproj
builds/msvc/vs2010/libzmq/libzmq.vcxproj
+1
-1
local_lat.vcxproj
builds/msvc/vs2010/local_lat/local_lat.vcxproj
+1
-1
local_thr.vcxproj
builds/msvc/vs2010/local_thr/local_thr.vcxproj
+1
-1
remote_lat.vcxproj
builds/msvc/vs2010/remote_lat/remote_lat.vcxproj
+1
-1
remote_thr.vcxproj
builds/msvc/vs2010/remote_thr/remote_thr.vcxproj
+1
-1
inproc_lat.vcxproj
builds/msvc/vs2012/inproc_lat/inproc_lat.vcxproj
+1
-1
inproc_thr.vcxproj
builds/msvc/vs2012/inproc_thr/inproc_thr.vcxproj
+1
-1
libzmq.vcxproj
builds/msvc/vs2012/libzmq/libzmq.vcxproj
+1
-1
local_lat.vcxproj
builds/msvc/vs2012/local_lat/local_lat.vcxproj
+1
-1
local_thr.vcxproj
builds/msvc/vs2012/local_thr/local_thr.vcxproj
+1
-1
remote_lat.vcxproj
builds/msvc/vs2012/remote_lat/remote_lat.vcxproj
+1
-1
remote_thr.vcxproj
builds/msvc/vs2012/remote_thr/remote_thr.vcxproj
+1
-1
inproc_lat.vcxproj
builds/msvc/vs2013/inproc_lat/inproc_lat.vcxproj
+1
-1
inproc_thr.vcxproj
builds/msvc/vs2013/inproc_thr/inproc_thr.vcxproj
+1
-1
libzmq.vcxproj
builds/msvc/vs2013/libzmq/libzmq.vcxproj
+1
-1
local_lat.vcxproj
builds/msvc/vs2013/local_lat/local_lat.vcxproj
+1
-1
local_thr.vcxproj
builds/msvc/vs2013/local_thr/local_thr.vcxproj
+1
-1
remote_lat.vcxproj
builds/msvc/vs2013/remote_lat/remote_lat.vcxproj
+1
-1
remote_thr.vcxproj
builds/msvc/vs2013/remote_thr/remote_thr.vcxproj
+1
-1
No files found.
.gitignore
View file @
dac5b45d
...
...
@@ -153,12 +153,6 @@ src/libzmq.pc
bin/
lib/
obj/
builds/msvc/**/*.opensdf
builds/msvc/**/*.suo
builds/msvc/**/*.sdf
builds/msvc/**/*.user
builds/msvc/**/*Debug
builds/msvc/**/*Release
builds/redhat/zeromq.spec
builds/android/prefix/
packaging/nuget/*.nupkg
...
...
builds/msvc/.gitignore
0 → 100644
View file @
dac5b45d
## Visual Studio 2015 experimental Visual C/C++ Intellisense database
*.VC.db
## From https://github.com/github/gitignore
##
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# NUNIT
*.VisualState.xml
TestResult.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
# DNX
project.lock.json
artifacts/
*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Chutzpah Test files
_Chutzpah*
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap
# TFS 2012 Local Workspace
$tf/
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# JustCode is a .NET coding add-in
.JustCode
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets
# Microsoft Azure Build Output
csx/
*.build.csdef
# Microsoft Azure Emulator
ecf/
rcf/
# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/
# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
# SQL Server files
*.mdf
*.ldf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
# Microsoft Fakes
FakesAssemblies/
# GhostDoc plugin setting file
*.GhostDoc.xml
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
# Paket dependency manager
.paket/paket.exe
paket-files/
# FAKE - F# Make
.fake/
# JetBrains Rider
.idea/
*.sln.iml
builds/msvc/configure.bat
View file @
dac5b45d
...
...
@@ -27,31 +27,3 @@ IF EXIST "..\..\..\libsodium" (
ECHO. >> platform.hpp
ECHO #endif>> platform.hpp
:- Copy property files for test suite; these are the
:- same for all versions of VS so we maintain only the ones
:- in vs2015
COPY /Y vs2015\libzmq\libzmq.props vs2010\libzmq >nul
COPY /Y vs2015\inproc_lat\inproc_lat.props vs2010\inproc_lat >nul
COPY /Y vs2015\inproc_thr\inproc_thr.props vs2010\inproc_thr >nul
COPY /Y vs2015\local_lat\local_lat.props vs2010\local_lat >nul
COPY /Y vs2015\local_thr\local_thr.props vs2010\local_thr >nul
COPY /Y vs2015\remote_lat\remote_lat.props vs2010\remote_lat >nul
COPY /Y vs2015\remote_thr\remote_thr.props vs2010\remote_thr >nul
COPY /Y vs2015\libzmq\libzmq.props vs2012\libzmq >nul
COPY /Y vs2015\inproc_lat\inproc_lat.props vs2012\inproc_lat >nul
COPY /Y vs2015\inproc_thr\inproc_thr.props vs2012\inproc_thr >nul
COPY /Y vs2015\local_lat\local_lat.props vs2012\local_lat >nul
COPY /Y vs2015\local_thr\local_thr.props vs2012\local_thr >nul
COPY /Y vs2015\remote_lat\remote_lat.props vs2012\remote_lat >nul
COPY /Y vs2015\remote_thr\remote_thr.props vs2012\remote_thr >nul
COPY /Y vs2015\libzmq\libzmq.props vs2013\libzmq >nul
COPY /Y vs2015\inproc_lat\inproc_lat.props vs2013\inproc_lat >nul
COPY /Y vs2015\inproc_thr\inproc_thr.props vs2013\inproc_thr >nul
COPY /Y vs2015\local_lat\local_lat.props vs2013\local_lat >nul
COPY /Y vs2015\local_thr\local_thr.props vs2013\local_thr >nul
COPY /Y vs2015\remote_lat\remote_lat.props vs2013\remote_lat >nul
COPY /Y vs2015\remote_thr\remote_thr.props vs2013\remote_thr >nul
builds/msvc/vs2010/inproc_lat/inproc_lat.vcxproj
View file @
dac5b45d
...
...
@@ -61,7 +61,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
...
...
builds/msvc/vs2010/inproc_thr/inproc_thr.vcxproj
View file @
dac5b45d
...
...
@@ -61,7 +61,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
...
...
builds/msvc/vs2010/libzmq/libzmq.vcxproj
View file @
dac5b45d
...
...
@@ -64,7 +64,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLTCG|Win32'"
>
<ClCompile>
...
...
builds/msvc/vs2010/local_lat/local_lat.vcxproj
View file @
dac5b45d
...
...
@@ -61,7 +61,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
...
...
builds/msvc/vs2010/local_thr/local_thr.vcxproj
View file @
dac5b45d
...
...
@@ -61,7 +61,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
...
...
builds/msvc/vs2010/remote_lat/remote_lat.vcxproj
View file @
dac5b45d
...
...
@@ -61,7 +61,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
...
...
builds/msvc/vs2010/remote_thr/remote_thr.vcxproj
View file @
dac5b45d
...
...
@@ -61,7 +61,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
...
...
builds/msvc/vs2012/inproc_lat/inproc_lat.vcxproj
View file @
dac5b45d
...
...
@@ -61,7 +61,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
...
...
builds/msvc/vs2012/inproc_thr/inproc_thr.vcxproj
View file @
dac5b45d
...
...
@@ -61,7 +61,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
...
...
builds/msvc/vs2012/libzmq/libzmq.vcxproj
View file @
dac5b45d
...
...
@@ -64,7 +64,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLTCG|Win32'"
>
<ClCompile>
...
...
builds/msvc/vs2012/local_lat/local_lat.vcxproj
View file @
dac5b45d
...
...
@@ -61,7 +61,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
...
...
builds/msvc/vs2012/local_thr/local_thr.vcxproj
View file @
dac5b45d
...
...
@@ -61,7 +61,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
...
...
builds/msvc/vs2012/remote_lat/remote_lat.vcxproj
View file @
dac5b45d
...
...
@@ -61,7 +61,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
...
...
builds/msvc/vs2012/remote_thr/remote_thr.vcxproj
View file @
dac5b45d
...
...
@@ -61,7 +61,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
...
...
builds/msvc/vs2013/inproc_lat/inproc_lat.vcxproj
View file @
dac5b45d
...
...
@@ -61,7 +61,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
...
...
builds/msvc/vs2013/inproc_thr/inproc_thr.vcxproj
View file @
dac5b45d
...
...
@@ -61,7 +61,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
...
...
builds/msvc/vs2013/libzmq/libzmq.vcxproj
View file @
dac5b45d
...
...
@@ -64,7 +64,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLTCG|Win32'"
>
<ClCompile>
...
...
builds/msvc/vs2013/local_lat/local_lat.vcxproj
View file @
dac5b45d
...
...
@@ -61,7 +61,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
...
...
builds/msvc/vs2013/local_thr/local_thr.vcxproj
View file @
dac5b45d
...
...
@@ -61,7 +61,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
...
...
builds/msvc/vs2013/remote_lat/remote_lat.vcxproj
View file @
dac5b45d
...
...
@@ -61,7 +61,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
...
...
builds/msvc/vs2013/remote_thr/remote_thr.vcxproj
View file @
dac5b45d
...
...
@@ -61,7 +61,7 @@
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)
..\..\vs2015\$(ProjectName)\
$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment