Skip to content

Commit

Permalink
gitignore sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ironfede committed Dec 30, 2016
1 parent 9eee907 commit 3c83314
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################

/Unit Test/obj/Debug
/Unit Test/bin/Debug
/TestResults
/Structured Storage Explorer/obj/Debug
/Structured Storage Explorer/bin/Debug
/src/obj/Debug
/src/bin/Debug
/sources/Test/OpenMcdf.Test/obj/Debug
/sources/Test/OpenMcdf.Test/bin/Debug
/sources/Test/OpenMcdf.PerfTest/obj/Debug
/sources/Test/OpenMcdf.PerfTest/bin/Debug
/sources/Test/OpenMcdf.MemTest/obj/Debug
/sources/Test/OpenMcdf.MemTest/bin/Debug
/sources/Test/OpenMcdf.Extensions.Test/obj/Debug
/sources/Test/OpenMcdf.Extensions.Test/bin/Debug
/sources/Structured Storage Explorer/obj/Debug
/sources/OpenMcdf.Extensions/obj/Debug
/sources/OpenMcdf/obj/Debug
/Performance Test/obj/Debug
/Performance Test/bin/Debug
/OpenMcdfExtensionsTest/obj/Debug
/OpenMcdfExtensionsTest/bin/Debug
/OpenMcdf.Extensions/obj/Debug
/OpenMcdf.Extensions/bin/Debug
/Memory Test/obj/Debug
/Memory Test/bin/Debug
/bin/Debug
/.vs/OpenMcdf/v14
4 changes: 2 additions & 2 deletions OpenMcdf.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6C619B4F-100F-4D60-BEF1-60B770D24E5E}"
ProjectSection(SolutionItems) = preProject
Expand Down

0 comments on commit 3c83314

Please sign in to comment.