summaryrefslogtreecommitdiffstats
path: root/visual
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2016-11-09 12:34:35 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2016-11-09 12:34:35 (GMT)
commitc794829a203f21f375be19076cf439825a755c1a (patch)
treec260d952b1a7445dede36d2f891376d21e720a67 /visual
parent9e7fe106221d90c4ff9414374d6ae149d302526b (diff)
downloadlz4-c794829a203f21f375be19076cf439825a755c1a.zip
lz4-c794829a203f21f375be19076cf439825a755c1a.tar.gz
lz4-c794829a203f21f375be19076cf439825a755c1a.tar.bz2
update .gitignore
Diffstat (limited to 'visual')
-rw-r--r--visual/.gitignore18
-rw-r--r--visual/VS2010/liblz4-dll/lz4-dll.vcxproj1
-rw-r--r--visual/VS2010/lz4.sln1
3 files changed, 7 insertions, 13 deletions
diff --git a/visual/.gitignore b/visual/.gitignore
index b11d58f..dea92fc 100644
--- a/visual/.gitignore
+++ b/visual/.gitignore
@@ -1,16 +1,10 @@
+# Visual C++
+.vs/
*Copy
*.db
-.vs/
+*.opensdf
+*.sdf
+*.suo
+*.user
-# Visual C++
-build/
-VS2005/
-VS2008/
VS2010/bin/
-VS2010/obj/
-VS2012/
-VS2013/
-VS2015/
-
-# CMake
-cmake/
diff --git a/visual/VS2010/liblz4-dll/lz4-dll.vcxproj b/visual/VS2010/liblz4-dll/lz4-dll.vcxproj
index eef1b2e..ac17287 100644
--- a/visual/VS2010/liblz4-dll/lz4-dll.vcxproj
+++ b/visual/VS2010/liblz4-dll/lz4-dll.vcxproj
@@ -24,6 +24,7 @@
<RootNamespace>liblz4-dll</RootNamespace>
<OutDir>$(SolutionDir)bin\$(Platform)_$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\</IntDir>
+ <ProjectName>liblz4-dll</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
diff --git a/visual/VS2010/lz4.sln b/visual/VS2010/lz4.sln
index c88461e..6858164 100644
--- a/visual/VS2010/lz4.sln
+++ b/visual/VS2010/lz4.sln
@@ -1,4 +1,3 @@
-
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows Desktop
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lz4", "lz4\lz4.vcxproj", "{E30329AC-0057-4FE0-8FDA-7F650D398C4C}"