Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull Request #107

Open
wants to merge 1,302 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1302 commits
Select commit Hold shift + click to select a range
d663fe5
OracleHelper.cs OracleInterpreter for UseQueryText amelioration (Time…
lvaleriu Jun 19, 2012
3a960c5
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Jun 19, 2012
8d27c97
Reworked connection tracking logic.
davidfowl Jun 20, 2012
7867e63
Remove calls to Debug.WriteLine on the server and added tracing to Tr…
davidfowl Jun 20, 2012
7ab434c
Fix connect bug in IE6 with longpolling (/signalr/connect never called)
KrzysFR Jun 20, 2012
6998c77
Merge branch 'master' of https://github.com/KrzysFR/SignalR into 0.5.2
davidfowl Jun 20, 2012
50cefbb
Changed .NET client HubInvocation and related types to use JToken dir…
davidfowl Jun 21, 2012
e7be16f
Removed unneeded file from WinRT project.
davidfowl Jun 21, 2012
74a128a
Implement SignalR.Client's connection state management with thread sa…
davidfowl Jun 22, 2012
5888d8c
Added a Send(object) overload to Connection.
davidfowl Jun 22, 2012
9c171bd
Added an overload to Send that allows passing an object.
davidfowl Jun 22, 2012
4561063
Generate docs after running tests
davidfowl Jun 22, 2012
4b5907a
Don't parse message id as a long.
davidfowl Jun 22, 2012
5752d60
Prevent hang on Connection.Start()
jamesfoster-excelpoint Jun 22, 2012
14a6b01
Added a try catch to Start in case the call to stop fails in some way.
davidfowl Jun 23, 2012
7afac47
Don't allow sending in the connecting and disconnected state.
davidfowl Jun 23, 2012
bd8247e
Removed Sending event from HubConnection.
davidfowl Jun 23, 2012
35505ae
Changed IObservable<object[]> to IObservable<JToken[]>.
davidfowl Jun 24, 2012
ec6f421
Changed object parameter to JToken in state dictionary.
davidfowl Jun 24, 2012
a4d23f4
Removed extra convert method.
davidfowl Jun 24, 2012
bfb9b02
Fix reconnect logic for server sent events.
davidfowl Jun 24, 2012
dcbe806
Fixed LongPollingTransport reconnect and added abstraction over threa…
davidfowl Jun 24, 2012
deaf9f7
Updated the sample.
davidfowl Jun 24, 2012
c88f016
Fixed WinRT client.
davidfowl Jun 24, 2012
dc56289
Merge Closed and Error event in EventSourceStreamReader.
davidfowl Jun 24, 2012
08090d8
Added network tracing to client sample.
davidfowl Jun 24, 2012
5c75361
Stop EventSource before calling onFailed.
DamianEdwards Jun 21, 2012
58e64c1
Added instance tracking id to connection querystring.
DamianEdwards Jun 22, 2012
f172830
Create a tracesource per type that traces.
davidfowl Jun 24, 2012
7d5204e
Fixed zombie connections issue with forever transports.
davidfowl Jun 24, 2012
d50e9da
Ignore all log files.
davidfowl Jun 24, 2012
1301a22
Bumped version to 0.5.2
davidfowl Jun 24, 2012
15b5d10
Updated AspNet samples.
davidfowl Jun 24, 2012
c2b98ad
Fixed cross domain issue with websockets.
davidfowl Jun 24, 2012
6c40b72
Updated scripts
davidfowl Jun 24, 2012
442cf91
Ported the connection state management to the js client.
davidfowl Jun 24, 2012
a90e4b6
Don't stop the connection if already disconnected.
davidfowl Jun 25, 2012
9590cfe
Added basic quint test.
davidfowl Jun 25, 2012
53d3475
Added tests to the .NET 45 project.
davidfowl Jun 25, 2012
46c13f9
Removed flaky quint test.
davidfowl Jun 25, 2012
0341adb
Moved tests into a folder called tests.
davidfowl Jun 25, 2012
6723a65
Added another super basic qunit test.
davidfowl Jun 25, 2012
3cccd4c
Fixed reconnect in forever frame.
davidfowl Jun 25, 2012
6ca5840
Fixed reconnect in websockets.
davidfowl Jun 25, 2012
e274e35
Bumped version in Build.proj to 0.5.2
davidfowl Jun 26, 2012
64d83d7
Updated release notes for 0.5.2
davidfowl Jun 26, 2012
fa6d0b5
Added consistent way to get a strongly typed representation of the co…
davidfowl Jun 27, 2012
0a44575
Changed IO<object[]> to IO<JToken> in HubProxy.
davidfowl Jun 27, 2012
fbfc653
Prevented caching ajax requests on reconnect.
zidad Jun 29, 2012
77ef3df
Catch exceptions when checking if the request is a websocket request.
davidfowl Jul 1, 2012
2f78c57
Merge pull request #499 from zidad/cachingfix
davidfowl Jul 1, 2012
712c92b
Update script files in sample projects.
davidfowl Jul 1, 2012
e94d091
Made websocket implementation for self host on .NET 4.5.
davidfowl Jul 1, 2012
832e038
Enable websockets based on the OS version.
davidfowl Jul 1, 2012
f287274
starting to split JS client into its own project
DamianEdwards Jul 3, 2012
3a8d618
Building jquery.signalR.js from source files:
DamianEdwards Jul 3, 2012
6179909
Updated Build.proj to use new JS client project.
DamianEdwards Jul 3, 2012
f6aa43b
Fixed copying of scripts to OWIN samples project.
DamianEdwards Jul 3, 2012
97c9847
Added hub events support to JavaScript client:
DamianEdwards Jul 4, 2012
27651f4
Minor JS changes to MouseTracking.js
DamianEdwards Jul 4, 2012
ed27254
Made some modifications to hubify.exe.
davidfowl Jun 27, 2012
183a66b
Changes after build.
davidfowl Jul 4, 2012
5cabbcb
Make event names and proxy names case insensitive.
davidfowl Jul 4, 2012
4fb4c32
Fixed a build error on systems where the default PowerShell Execution…
akoeplinger Jul 4, 2012
ddcf99d
Merge pull request #509 from akoeplinger/fix-js-build-error
davidfowl Jul 4, 2012
3f33683
Generated JS hubs proxies now built on hub events.
DamianEdwards Jul 5, 2012
fbbca89
Updated scripts in OWIN sample
DamianEdwards Jul 5, 2012
a4b7674
Fixed failing tests on non-English OS (#338)
akoeplinger Jul 5, 2012
9d2d7d2
Merge pull request #512 from akoeplinger/fix-#338
davidfowl Jul 5, 2012
ff25cb4
Fixed failed requests from JS hubs on broadcast.
DamianEdwards Jul 6, 2012
7808c90
Fixed some isseus with hubs JS client.
DamianEdwards Jul 6, 2012
d26b018
Added vsdoc comments to generated hubs JS proxy.
DamianEdwards Jul 7, 2012
7f0fd4d
Made some fixes to the SSE event stream reader.
davidfowl Jul 7, 2012
6771b65
Allocate buffer once per EventSourceStreamReader lifetime.
davidfowl Jul 7, 2012
5bf4442
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Jul 11, 2012
0753d82
Encapsulate DbProviderFactories.GetFactory(providerName) in a Transac…
CITnDev Jul 12, 2012
678cb3d
Merge pull request #1 from CITnDev/patch-1
lvaleriu Jul 12, 2012
0538fa7
DbProviderFactories getFactory very slow call problem with Oracle fixed
lvaleriu Jul 12, 2012
6485848
Wrong manipulation
lvaleriu Jul 13, 2012
b986b3e
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Jul 13, 2012
fc089a3
Compilation problem fixed
lvaleriu Jul 16, 2012
451a0ae
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Jul 16, 2012
70932e1
OdpDataProvider InsertBatch implementation optimization
lvaleriu Jul 18, 2012
36399f1
Code refactoring -> OdpDataProvider.cs InsertBatch uses OracleDataPro…
lvaleriu Jul 18, 2012
923b6bf
Add new methods on OracleHelper to get the connection string with the…
CITnDev Jul 18, 2012
5880d24
GenericDataProvider.cs uses Odp InsertBatch implementation when Provi…
lvaleriu Jul 18, 2012
410ed6b
Merge pull request #2 from CITnDev/patch-2
lvaleriu Jul 18, 2012
eadc272
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Jul 19, 2012
65699c4
Merge branch 'master' of https://github.com/lvaleriu/bltoolkit
lvaleriu Jul 19, 2012
433afa3
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Jul 20, 2012
b9638df
FullMapping optimization & code refactoring
lvaleriu Jul 25, 2012
3a2c431
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Jul 27, 2012
b06475e
Extract Interface ISqlQueryT
lvaleriu Jul 27, 2012
564c331
Add InsertBatchWithIdentity
CITnDev Jul 31, 2012
c574d1d
Multiple level associations bug fix
lvaleriu Aug 1, 2012
f3b5e1c
Merge branch 'master' of https://github.com/lvaleriu/bltoolkit
lvaleriu Aug 1, 2012
3c5a33e
Fix DbManager.InsertBatchWithIdentity with Oracle provider
CITnDev Aug 1, 2012
e61417c
Merge branch 'master' of https://github.com/lvaleriu/bltoolkit
lvaleriu Aug 1, 2012
5ccf939
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Aug 2, 2012
68eab4c
Code refactoring
lvaleriu Aug 2, 2012
408c509
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Aug 6, 2012
a60ae90
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Aug 7, 2012
cda8d38
SqlQuery insertWithIdentity bug fixed
lvaleriu Aug 7, 2012
79c012d
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Aug 10, 2012
f97922b
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Aug 20, 2012
4898679
Small code refactoring and right implementation of default ContainsEx…
lvaleriu Aug 20, 2012
dab4f56
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Aug 21, 2012
d782169
Updated unitary tests
lvaleriu Aug 21, 2012
f0c96a3
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Aug 24, 2012
4693fb2
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Sep 19, 2012
2ae1f30
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Oct 2, 2012
3d87ef4
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Oct 2, 2012
a7f6069
Fixed wrong file removal
lvaleriu Oct 2, 2012
c9ffc1b
Version updated -> 4.1.15.1
lvaleriu Oct 2, 2012
59e2b2b
Updated unitary tests
lvaleriu Oct 2, 2012
f20d734
Merge branch 'master' of https://github.com/MaceWindu/bltoolkit
lvaleriu Oct 2, 2012
8d482dc
Updated gitignore file -> Ignoring ncrunchsolution
lvaleriu Oct 2, 2012
79d88db
Arhitecture review : UseQueryText property moved from dataprovider to…
lvaleriu Oct 15, 2012
81b25d0
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Oct 24, 2012
f60bd6d
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Nov 7, 2012
e5bea4a
Fixed OracleHelper.cs links
lvaleriu Nov 7, 2012
3600d70
Using the MemberName instead of the column name for the named paramet…
lvaleriu Dec 3, 2012
a0ad042
OdpDataProvider and GenericDataProvider.cs Convert method fix :
lvaleriu Dec 3, 2012
7e0ebc3
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Dec 3, 2012
12121ba
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Dec 5, 2012
362eea5
Nuget packages updated
lvaleriu Dec 5, 2012
d32aabb
Updated version
lvaleriu Dec 11, 2012
22a1e87
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Dec 11, 2012
d3746a6
Updated version -> 4.1.16.1
lvaleriu Dec 11, 2012
08f26e4
Added Json.Net package for UnitTests
lvaleriu Dec 20, 2012
6aa8c6c
Removed non - nuget packages
lvaleriu Dec 20, 2012
520d81a
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Jan 4, 2013
5e64ac0
InsertBatch bug fixed. Case : GenericDataProvider.cs, Primary key of …
lvaleriu Jan 10, 2013
b45e053
Updated unit tests for InsertBatch with GenericDataProvider test
lvaleriu Jan 10, 2013
3faf8e6
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Jan 24, 2013
dbdb5a9
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Jan 24, 2013
8af5a0c
Fixed broken(missing) file links
lvaleriu Jan 25, 2013
8b13d60
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Jan 28, 2013
7d96cfb
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Jan 29, 2013
97226e7
Fixed "failed" merge
lvaleriu Jan 29, 2013
fbfff71
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Jan 31, 2013
8203a05
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Feb 5, 2013
b566887
Fix issue #151
ivanoffalex Feb 6, 2013
3e69565
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Feb 6, 2013
6e4f144
Merge branch 'master' of https://github.com/ivanoffalex/bltoolkit
lvaleriu Feb 6, 2013
122240d
Merge branch 'Issue#132' of https://github.com/MaceWindu/bltoolkit
lvaleriu Feb 6, 2013
835b9fe
Merge branch 'master' of https://github.com/starteleport/bltoolkit
lvaleriu Feb 7, 2013
aeeec58
Merge branch 'Issue#132' of https://github.com/MaceWindu/bltoolkit
lvaleriu Feb 8, 2013
9554bc0
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Feb 12, 2013
be01555
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Feb 14, 2013
8f46547
Added T4Models
igor-tkachev Feb 21, 2013
232d6f4
Revert "Added T4Models"
igor-tkachev Feb 21, 2013
5bbde63
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Feb 21, 2013
b9b330d
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Feb 25, 2013
3f92561
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Mar 1, 2013
f1f0dd3
Merge branch 'master' of https://github.com/jogibear9988/bltoolkit
lvaleriu Mar 1, 2013
26dbae8
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Mar 4, 2013
b8fd4e3
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Mar 4, 2013
f22f101
Code refactoring / Unit Tests refactoring
lvaleriu Mar 4, 2013
ec91436
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Mar 5, 2013
5c79630
1° Unifying FullMappingSchema and its base class MappingSchema implem…
lvaleriu Mar 6, 2013
ddc58f5
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Mar 6, 2013
ababda3
Code refactoring
lvaleriu Mar 6, 2013
355c3ba
Merge branch 'master' of https://github.com/yallie/bltoolkit
lvaleriu Mar 7, 2013
362fd34
Added DataBindingMappingSchema used for generating objects that imple…
lvaleriu Mar 8, 2013
47cae95
FullMappingSchema and FullObjectMapper code refactoring (FullObjectMa…
lvaleriu Mar 8, 2013
cd46483
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Mar 11, 2013
dd5dfb6
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Mar 12, 2013
20aacff
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Mar 15, 2013
9d6a3ee
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Apr 12, 2013
231a524
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Apr 12, 2013
e2b064e
Added NUnit tests
lvaleriu Apr 12, 2013
351dfc2
OracleHelper Interpret methode bug fixed -> The number of sql paramet…
lvaleriu Apr 12, 2013
9dd31cf
Version -> 4.1.20.2
lvaleriu Apr 12, 2013
9ab5587
Merge branch 'master' of https://github.com/jogibear9988/bltoolkit
lvaleriu Apr 16, 2013
b373c5f
Fixed OracleHelper.cs interpret method bug
lvaleriu Apr 16, 2013
0302b95
1° Code refactoring (removed MappingOrder enum, removed useless class…
lvaleriu Apr 16, 2013
fba0b01
Code refactoring
lvaleriu Apr 16, 2013
14d8676
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Apr 18, 2013
369fd0f
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Apr 22, 2013
c7c10f7
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Apr 23, 2013
1f2afee
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Apr 26, 2013
1114896
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Apr 29, 2013
12d22c6
Code refactoring
lvaleriu Apr 29, 2013
0fb8c62
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu May 2, 2013
ce6e272
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu May 6, 2013
d610117
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu May 13, 2013
0fc032b
Added AsUpdatableBuilder file to the Sl 4 project
lvaleriu May 13, 2013
502f7a5
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu May 22, 2013
b31b5c4
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu May 23, 2013
1f06426
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Jun 11, 2013
8e6e282
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Jun 27, 2013
9f1bcc8
Unit tests code refactoring
lvaleriu Jul 4, 2013
d222c87
Version -> 4.1.21.2
lvaleriu Jul 4, 2013
e70fbd7
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Jul 11, 2013
751d1fe
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Jul 26, 2013
55abc24
Unit tests code refactoring
lvaleriu Jul 26, 2013
3111fd9
Version -> 4.1.21.3
lvaleriu Jul 26, 2013
f41ebc7
Code refactoring
lvaleriu Jul 31, 2013
b0b38d5
Fix for Oracle reserved words...
jogibear9988 Aug 1, 2013
5e51db4
Forgot one reserved word
jogibear9988 Aug 1, 2013
1aa83df
Oracle -> Fix inserting byte[] into Raw Columns via InsertBatch
jogibear9988 Aug 2, 2013
3048e16
Merge branch 'master' of https://github.com/jogibear9988/bltoolkit
lvaleriu Aug 2, 2013
19bd308
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Aug 2, 2013
3181380
Merge branch 'master' of https://github.com/jogibear9988/bltoolkit
lvaleriu Aug 5, 2013
b10f107
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Aug 5, 2013
1d7204c
Version 4.1.21.4 -> 4.1.21.5
lvaleriu Aug 7, 2013
734c518
UseQueryText -> Update query gets this option
lvaleriu Aug 7, 2013
a2c5427
Added UseQueryText usage at the query generation (Parameter values ar…
lvaleriu Aug 7, 2013
a27d817
Merge remote-tracking branch 'orginal/master'
jogibear9988 Aug 15, 2013
64dd0a0
- OracleParameterWrap "set value handling" logic goes to OracleDataPr…
lvaleriu Sep 3, 2013
2bb01b3
Version -> 4.1.21.8
lvaleriu Sep 3, 2013
4f88eec
Removed debug info
lvaleriu Sep 3, 2013
7244b37
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Sep 3, 2013
1dd164f
- Moved Reflection/Emit/Lambda tools from JointureAddOn to BlToolkit
lvaleriu Sep 3, 2013
2cc63e7
Fixed multiple (successive) InsertWithIdentity calls bug: When UseQue…
lvaleriu Sep 20, 2013
72f75af
Removed non generic tests
lvaleriu Sep 23, 2013
0590f2d
OracleSqlProvider.cs code refactoring -> Overriding the BuildDateTime…
lvaleriu Sep 23, 2013
7fbc300
Fixed PreparedQuery - query.Context cache when switching UseQueryText…
lvaleriu Sep 23, 2013
28f1e83
Version -> 4.1.21.11
lvaleriu Sep 23, 2013
a757c74
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Sep 27, 2013
0416307
Update LinqExtensions.cs
stsrki Oct 29, 2013
04b723c
Update LinqExtensions.cs
stsrki Oct 29, 2013
df64471
Update BasicSqlProvider.cs
stsrki Oct 29, 2013
e4b084d
Update MSSqlSqlProvider.cs
stsrki Oct 29, 2013
880aa30
Update InsertBuilder.cs
stsrki Oct 29, 2013
9fc2d26
Update SqlQuery.cs
stsrki Oct 29, 2013
97be784
Update InsertBuilder.cs
stsrki Oct 29, 2013
61937f8
Update Extensions.cs
stsrki Oct 29, 2013
6a151a9
Update Query.cs
stsrki Oct 29, 2013
e6d9145
Added option to change the owner name and the sequence name for a map…
lvaleriu Nov 6, 2013
d1aff40
Version -> 4.1.21.12
lvaleriu Nov 6, 2013
78453bf
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Nov 6, 2013
c843b44
Restore default insertBatchMethod type
lvaleriu Nov 6, 2013
4736080
Merge branch 'master' of https://github.com/stsrki/bltoolkit
lvaleriu Nov 6, 2013
3562ff1
Merge branch 'master' of https://github.com/jogibear9988/bltoolkit
lvaleriu Nov 6, 2013
5bba67a
UseQueryText setting should be conserved when calling CreateSqlProvid…
lvaleriu Nov 12, 2013
3f9d934
Use transation for InsertBatch in SqlServer
lvaleriu Nov 12, 2013
35a6c2f
Fix Problem with Getting Decimal as Type from Oracle
lvaleriu Nov 12, 2013
aeb9a70
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Nov 20, 2013
4c04671
Code refactoring
lvaleriu Dec 5, 2013
694bf5a
SetCollectionIds called if UseQuery false or out of a transaction sco…
lvaleriu Dec 5, 2013
0728499
Added BuildDate virtual method for building datetime without timeofda…
lvaleriu Dec 5, 2013
bc53378
Version -> 4.1.21.14
lvaleriu Dec 5, 2013
34ff67a
- Take in account the DbType attribute DbType.Date value on a field w…
lvaleriu Dec 18, 2013
829ab64
- Oracle : When datetime value has no milliseconds use TO_DATE instea…
lvaleriu Dec 19, 2013
e4d8ba9
Version -> 4.1.21.15
lvaleriu Dec 19, 2013
2a2139f
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Dec 19, 2013
d338f43
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Feb 20, 2014
c2f55b8
Merge branch 'master' of https://github.com/igor-tkachev/bltoolkit
lvaleriu Feb 20, 2014
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ BLToolkit.2010.sln.docstates
UnitTests/BLToolkit.Linq.VisualState.xml
UnitTests/Linq/UserDataProviders.txt
!*.dll
*.ncrunchsolution
!*.exe
!*.pdb
BLToolkit.2012.opensdf
Expand Down
182 changes: 132 additions & 50 deletions BLToolkit.2010.sln

Large diffs are not rendered by default.

184 changes: 96 additions & 88 deletions BLToolkit.2012.sln

Large diffs are not rendered by default.

Binary file modified Data/BLToolkitData.mdb
Binary file not shown.
Binary file modified Data/BLToolkitData.sdf
Binary file not shown.
Binary file modified Data/BLToolkitData.sqlite
Binary file not shown.
14 changes: 7 additions & 7 deletions DataProviders/DevartOraclePro/app.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.data>
<DbProviderFactories>
<add name="dotConnect for Oracle" invariant="Devart.Data.Oracle" description="Devart dotConnect for Oracle" type="Devart.Data.Oracle.OracleProviderFactory, Devart.Data.Oracle, Version=8.1.36.0, Culture=neutral, PublicKeyToken=09af7300eec23701" />
</DbProviderFactories>
<?xml version="1.0" encoding="utf-8"?>
<configuration>

<system.data>
<DbProviderFactories>
<add name="dotConnect for Oracle" invariant="Devart.Data.Oracle" description="Devart dotConnect for Oracle" type="Devart.Data.Oracle.OracleProviderFactory, Devart.Data.Oracle, Version=8.1.36.0, Culture=neutral, PublicKeyToken=09af7300eec23701" />
</DbProviderFactories>
</system.data></configuration>
6 changes: 3 additions & 3 deletions DataProviders/DevartOraclePro/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="dotConnect.Express.for.Oracle" version="8.1.36" targetFramework="net40" />
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="dotConnect.Express.for.Oracle" version="8.1.36" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,10 @@
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
</PropertyGroup>
<ItemGroup>
<Reference Include="Oracle.DataAccess, Version=4.112.3.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86">
<HintPath>..\..\packages\odp.net.x86.112.3.20\lib\net40\Oracle.DataAccess.dll</HintPath>
<Reference Include="Oracle.DataAccess, Version=2.112.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=AMD64">
<HintPath>C:/app/Valeriu.Lacatusu/product/11.2.0/client_2/odp.net/bin/2.x/Oracle.DataAccess.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="Oracle.ManagedDataAccess, Version=4.121.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
262 changes: 131 additions & 131 deletions DataProviders/Oracle/BLToolkit.Data.DataProvider.OracleManaged.4.csproj
Original file line number Diff line number Diff line change
@@ -1,138 +1,138 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{785CE174-0A91-465F-9E41-65E6E05A0EC9}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BLToolkit.Data.DataProvider.Oracle</RootNamespace>
<AssemblyName>BLToolkit.Data.DataProvider.OracleManaged.4</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>MANAGED;DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>MANAGED;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\DebugMono\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisLogFile>bin\Debug\BLToolkit.Data.DataProvider.OracleManaged.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU'">
<OutputPath>bin\ReleaseMono\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisLogFile>bin\Release\BLToolkit.Data.DataProvider.OracleManaged.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
</PropertyGroup>
<ItemGroup>
<Reference Include="Oracle.ManagedDataAccess, Version=4.121.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\odp.net.managed.121.1.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\Source\Data\DataProvider\OdpDataProvider.cs">
<Link>OdpDataProvider.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Source\BLToolkit.4.csproj">
<Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
<Name>BLToolkit.4</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{61985B06-67FD-4941-B1B0-7F3794FD237C}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BLToolkit.Data.DataProvider.Oracle</RootNamespace>
<AssemblyName>BLToolkit.Data.DataProvider.OracleManaged.4</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>MANAGED;DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>MANAGED;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\DebugMono\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisLogFile>bin\Debug\BLToolkit.Data.DataProvider.OracleManaged.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU'">
<OutputPath>bin\ReleaseMono\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisLogFile>bin\Release\BLToolkit.Data.DataProvider.OracleManaged.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
</PropertyGroup>
<ItemGroup>
<Reference Include="Oracle.ManagedDataAccess, Version=4.121.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\odp.net.managed.121.1.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\Source\Data\DataProvider\OdpDataProvider.cs">
<Link>OdpDataProvider.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Source\BLToolkit.4.csproj">
<Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
<Name>BLToolkit.4</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
-->
</Project>
6 changes: 5 additions & 1 deletion Demo/Partial.Trust/Asp.Net/Partial.Trust.Asp.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<UpgradeBackupLocation />
<TargetFrameworkProfile />
<UseIISExpress>false</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -137,7 +141,7 @@
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>59174</DevelopmentServerPort>
<DevelopmentServerPort>55400</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>
</IISUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
</FileUpgradeFlags>
<OldToolsVersion>4.0</OldToolsVersion>
<UpgradeBackupLocation />
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -126,7 +130,7 @@
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>58025</DevelopmentServerPort>
<DevelopmentServerPort>55407</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>
</IISUrl>
Expand Down
13 changes: 7 additions & 6 deletions Demo/WebServices/Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>4.0</OldToolsVersion>
<OldToolsVersion>3.5</OldToolsVersion>

<UpgradeBackupLocation />
<TargetFrameworkProfile />
<UseIISExpress>false</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />




</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -142,7 +143,7 @@
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>False</AutoAssignPort>
<DevelopmentServerPort>59179</DevelopmentServerPort>
<DevelopmentServerPort>12583</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>
</IISUrl>
Expand Down
Loading