System.Data.SQLite

Check-in [cac4e93241]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Typo fix.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | ef6
Files: files | file ages | folders
SHA1: cac4e9324106b848a4e51f093d1a7e5fdbef929c
User & Date: mistachkin 2014-01-11 00:52:47.148
Context
2014-01-11
01:01
Fix incorrect external assembly hint paths in the EF6 projects for Visual Studio 2012 and 2013. check-in: 918f0072c8 user: mistachkin tags: ef6
00:52
Typo fix. check-in: cac4e93241 user: mistachkin tags: ef6
00:16
More automation changes. check-in: 74e7a42df7 user: mistachkin tags: ef6
Changes
Unified Diff Ignore Whitespace Patch
Changes to Setup/vsSp.bat.
1
2
3
4
5
6
7
8
9
10
11
12
13
@ECHO OFF

::
:: vsSp.bat --
::
:: Visual Studio 2005/2008/2010/2012 Service Pack Detection Tool
::
:: Written by Joe Mistachkin.
:: Released to the public domain, use at your own risk!
::

SETLOCAL






|







1
2
3
4
5
6
7
8
9
10
11
12
13
@ECHO OFF

::
:: vsSp.bat --
::
:: Visual Studio 2005/2008/2010/2012/2013 Service Pack Detection Tool
::
:: Written by Joe Mistachkin.
:: Released to the public domain, use at your own risk!
::

SETLOCAL