Skip to content

Commit

Permalink
Default project files are now with Visual Studio 2017 and OpenCV 2.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lebarsfa committed May 26, 2017
1 parent 13db9a0 commit 4c27f17
Show file tree
Hide file tree
Showing 15 changed files with 944 additions and 59 deletions.
150 changes: 127 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,48 @@
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# Build results
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Build results
[Dd]ebug*/
[Rr]elease*/
x64/
build/
Win32/
[Xx]64/
[Xx]86/
[Bb]uild/
bld/
[Bb]in/
[Oo]bj/

# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
!packages/*/build/
# 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
*.o
Expand All @@ -45,27 +67,41 @@ build/
.builds
*.pidb
*.log
*.svclog
*.scc

# Chutzpah Test files
_Chutzpah*

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db

# 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*
Expand All @@ -74,8 +110,16 @@ _TeamCity*
*.dotCover

# NCrunch
*.ncrunch*
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*

# MightyMoose
*.mm.*
AutoTest.Net/

# Web workbench (sass)
.sass-cache/

# Installshield output folder
[Ee]xpress/
Expand All @@ -94,50 +138,110 @@ DocProject/Help/html
publish/

# Publish Web Output
*.Publish.xml

# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/

# Windows Azure Build Output
csx
*.[Pp]ublish.xml
*.azurePubxml

# TODO: Un-comment the next line if you do not want to checkin
# your web deploy settings because they may include unencrypted
# passwords
#*.pubxml
*.publishproj

# 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 directory
AppPackages/
BundleArtifacts/

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.[Pp]ublish.xml
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs

# 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 ;-)
# 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
App_Data/*.mdf
App_Data/*.ldf
*.mdf
*.ldf

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

# Microsoft Fakes
FakesAssemblies/

# GhostDoc plugin setting file
*.GhostDoc.xml

#LightSwitch generated files
# 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

# LightSwitch generated files
GeneratedArtifacts/
_Pvt_Extensions/
ModelManifest.xml

# Paket dependency manager
.paket/paket.exe

# FAKE - F# Make
.fake/

# =========================
# Windows detritus
# =========================
Expand Down
42 changes: 42 additions & 0 deletions Backup_vs2017/RemoteWebcam.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3EFD0D1D-2A95-49D3-A330-74C33D993ADE}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.txt = CHANGELOG.txt
Makefile = Makefile
ReadMe.txt = ReadMe.txt
TODO.txt = TODO.txt
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RemoteWebcamSrv", "RemoteWebcamSrv\RemoteWebcamSrv.vcxproj", "{B68C561A-794B-4083-B2F8-7078E75707C0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RemoteWebcamCli", "RemoteWebcamCli\RemoteWebcamCli.vcxproj", "{1EECE22D-82AE-4112-831A-A7CC68F6E39F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RemoteWebcamMultiSrv", "RemoteWebcamMultiSrv\RemoteWebcamMultiSrv.vcxproj", "{CC16AD72-661C-48DC-9FA2-4DD265640B2C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B68C561A-794B-4083-B2F8-7078E75707C0}.Debug|Win32.ActiveCfg = Debug|Win32
{B68C561A-794B-4083-B2F8-7078E75707C0}.Debug|Win32.Build.0 = Debug|Win32
{B68C561A-794B-4083-B2F8-7078E75707C0}.Release|Win32.ActiveCfg = Release|Win32
{B68C561A-794B-4083-B2F8-7078E75707C0}.Release|Win32.Build.0 = Release|Win32
{1EECE22D-82AE-4112-831A-A7CC68F6E39F}.Debug|Win32.ActiveCfg = Debug|Win32
{1EECE22D-82AE-4112-831A-A7CC68F6E39F}.Debug|Win32.Build.0 = Debug|Win32
{1EECE22D-82AE-4112-831A-A7CC68F6E39F}.Release|Win32.ActiveCfg = Release|Win32
{1EECE22D-82AE-4112-831A-A7CC68F6E39F}.Release|Win32.Build.0 = Release|Win32
{CC16AD72-661C-48DC-9FA2-4DD265640B2C}.Debug|Win32.ActiveCfg = Debug|Win32
{CC16AD72-661C-48DC-9FA2-4DD265640B2C}.Debug|Win32.Build.0 = Debug|Win32
{CC16AD72-661C-48DC-9FA2-4DD265640B2C}.Release|Win32.ActiveCfg = Release|Win32
{CC16AD72-661C-48DC-9FA2-4DD265640B2C}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit 4c27f17

Please sign in to comment.