Skip to content

Commit 6feec05

Browse files
committed
setup version
1 parent 9e819b8 commit 6feec05

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+593
-0
lines changed
Binary file not shown.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
367 |[Valid Perfect Square](http://blog.csdn.net/daigualu/article/details/69787644)| 37.8%| Easy
2+
270| Closest Binary Search Tree Value| 38.8%| Easy
3+
167 |[Two Sum II - Input array is sorted](http://blog.csdn.net/daigualu/article/details/69787679) |47.4%| Easy
4+
441 |[Arranging Coins](http://blog.csdn.net/daigualu/article/details/69788500)| 36.0%| Easy
5+
35| [Search Insert Position](http://blog.csdn.net/daigualu/article/details/66995617)| 39.3%| Easy
6+
374 |Guess Number Higher or Lower |34.4%| Easy
7+
69 |Sqrt(x) |27.4%| Easy|
8+
278| [First Bad Version](http://blog.csdn.net/daigualu/article/details/69802371) |24.8% |Easy
9+
475| Heaters |29.7%| Easy
10+
350 |[Intersection of Two Arrays II](http://blog.csdn.net/daigualu/article/details/69666351) |44.1%| Easy
11+
349| [Intersection of Two Arrays](http://blog.csdn.net/daigualu/article/details/69666198)| 46.5%| Easy
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
53| [Maximum Subarray](http://blog.csdn.net/daigualu/article/details/69936974)| 39.2%| Easy|
2+
169| [Majority Element](http://blog.csdn.net/daigualu/article/details/69937729)| 45.6%| Easy|
3+
303| [Range Sum Query - Immutable](http://blog.csdn.net/daigualu/article/details/69938986)| 27.8%| Easy|
4+
276 |Paint Fence | 34.1%| Easy|
5+
523 |[Continuous Subarray Sum](http://blog.csdn.net/daigualu/article/details/69941770)| 21.6%| Easy|
6+
256| Paint House | 45.9%| Easy|
7+
198| [House Robber](http://blog.csdn.net/daigualu/article/details/69946684)| 38.1%| Easy|
8+
121| Best Time to Buy and Sell Stock|40.1% |Easy|
9+
70| Climbing Stairs |39.2%| Easy|
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
136 |[Single number](http://blog.csdn.net/daigualu/article/details/68921131)
2+
1| [Two Sum](http://blog.csdn.net/daigualu/article/details/68957096)
3+
447 |[Number of Boomerangs](http://blog.csdn.net/daigualu/article/details/68958818)
4+
463 |[Island Perimeter](http://blog.csdn.net/daigualu/article/details/68959304)
5+
409 |[Longest Palindrome](http://blog.csdn.net/daigualu/article/details/69053267)
6+
438 |[Find All Anagrams in a String](http://blog.csdn.net/daigualu/article/details/71339879)
7+
389 |[Find the Difference](http://blog.csdn.net/daigualu/article/details/71450823)
8+
350 |[Intersection of Two Arrays II](http://blog.csdn.net/daigualu/article/details/69666351)
9+
349 | [Intersection of Two Arrays](http://blog.csdn.net/daigualu/article/details/69666198)
10+
500 |[Keyboard Row](http://blog.csdn.net/daigualu/article/details/71447614)
11+
217| [Contains Duplicate](http://blog.csdn.net/daigualu/article/details/71123673)
12+
204 | [Count Primes](http://blog.csdn.net/daigualu/article/details/71366483)
13+
202 | [Happy Number](http://blog.csdn.net/daigualu/article/details/71433906)
14+
219 |[Contains Duplicate II](http://blog.csdn.net/daigualu/article/details/71166985)
15+
242 |[Valid Anagram](http://blog.csdn.net/daigualu/article/details/71358552)
16+
290 |[Word Pattern](http://blog.csdn.net/daigualu/article/details/71358552)
17+
205 |[Isomorphic Strings](http://blog.csdn.net/daigualu/article/details/71357419)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
141 | [Linked List Cycle](http://blog.csdn.net/daigualu/article/details/69055927)
2+
237 | [Delete Node in a Linked List](http://blog.csdn.net/daigualu/article/details/69055991)
3+
83 | [Remove Duplicates from Sorted List](http://blog.csdn.net/daigualu/article/details/69093677)
4+
160 | [Intersection of Two Linked Lists](http://blog.csdn.net/daigualu/article/details/69526717)
5+
203 |[Remove Linked List Elements](http://blog.csdn.net/daigualu/article/details/69389243)
6+
206 | [Reverse Linked List](http://blog.csdn.net/daigualu/article/details/69372119)
7+
234 | [Palindrome Linked List](http://blog.csdn.net/daigualu/article/details/69388513)
8+
21 | [Merge Two Sorted Lists](http://blog.csdn.net/daigualu/article/details/69565969)
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
231 | [Power of Two](http://blog.csdn.net/daigualu/article/details/69102931)
2+
268| [Missing Number](http://blog.csdn.net/daigualu/article/details/69220202)
3+
507 | [Perfect Number](http://blog.csdn.net/daigualu/article/details/69233798)
4+
9| [Palindrome Number](http://blog.csdn.net/daigualu/article/details/72717009)
5+
453 | [Minimum Moves to Equal Array Elements](http://blog.csdn.net/daigualu/article/details/72354061)
6+
13 |Roman to Integer
7+
441 |[Arranging Coins]()
8+
415| [Add Strings](http://blog.csdn.net/daigualu/article/details/72356377)
9+
400 |[Nth Digit](http://blog.csdn.net/daigualu/article/details/72572244)
10+
367 |Valid Perfect Square
11+
66| [Plus One](http://blog.csdn.net/daigualu/article/details/71056697)
12+
7| [Reverse Integer](http://blog.csdn.net/daigualu/article/details/72464418)
13+
204 |[Count Primes](http://blog.csdn.net/daigualu/article/details/71366483)
14+
202 |[Happy Number](http://blog.csdn.net/daigualu/article/details/71433906)
15+
172 |Factorial Trailing Zeroes
16+
171 |[Excel Sheet Column Number](http://blog.csdn.net/daigualu/article/details/72717145)
17+
168 |[Excel Sheet Column Title](http://blog.csdn.net/daigualu/article/details/72638706)
18+
258 |Add Digits
19+
263 |Ugly Number
20+
69| [Sqrt(x)](http://blog.csdn.net/daigualu/article/details/72578272)
21+
67 |[Add Binary](http://blog.csdn.net/daigualu/article/details/72638937)
22+
246 |Strobogrammatic Number
23+
326 |Power of Three
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
225|[Implement Stack using Queues](http://blog.csdn.net/daigualu/article/details/70183272)| 32.0%| Easy
2+
496| [Next Greater Element I](http://blog.csdn.net/daigualu/article/details/70185529) |57.5% |Easy
3+
155| [Min Stack](http://blog.csdn.net/daigualu/article/details/70185814)| 27.4%| Easy
4+
232| [Implement Queue using Stacks](http://blog.csdn.net/daigualu/article/details/70186010)| 35.8%| Easy
5+
20| [Valid Parentheses](http://blog.csdn.net/daigualu/article/details/69569622)| 32.9%| Easy
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
58| [Length of Last Word](http://blog.csdn.net/daigualu/article/details/69568460)| 31.5%| Easy
2+
20 |[Valid Parentheses](http://blog.csdn.net/daigualu/article/details/69569622) |32.8% |Easy
3+
520 |[Detect Capital](http://blog.csdn.net/daigualu/article/details/69663210)| 52.5%| Easy
4+
459 |[Repeated Substring Pattern](http://blog.csdn.net/daigualu/article/details/69663545)| 38.4%| Easy
5+
434 |[Number of Segments in a String](http://blog.csdn.net/daigualu/article/details/69664369) |37.0% |Easy
6+
408 |Valid Word Abbreviation | 27.5% |Easy
7+
13 |Roman to Integer |44.6%| Easy
8+
14 |[Longest Common Prefix](http://blog.csdn.net/daigualu/article/details/69665015) |31.0% |Easy
9+
383 |[Ransom Note](http://blog.csdn.net/daigualu/article/details/69665190) |46.5% |Easy
10+
521 |Longest Uncommon Subsequence I |46.1% |Easy
11+
345 |Reverse Vowels of a String| 37.9% |Easy
12+
28 |Implement strStr() |27.5% |Easy
13+
344 |Reverse String| 58.2%| Easy
14+
293 |Flip Game |54.8% |Easy
15+
38 |Count and Say |33.4% |Easy
16+
157 |Read N Characters Given Read4 | 29.2%| Easy
17+
541 |Reverse String II |44.1% |Easy
18+
125 |Valid Palindrome |25.8% |Easy
19+
67 |Add Binary |31.3% |Easy
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
107| [Binary Tree Level Order Traversal II](http://blog.csdn.net/daigualu/article/details/70254459)| 39.0%| Easy
2+
257 |[Binary Tree Paths](http://blog.csdn.net/daigualu/article/details/70340125)| 36.8%| Easy
3+
501 |[Find Mode in Binary Search Tree](http://blog.csdn.net/daigualu/article/details/70341143)| 38.4%| Easy
4+
437 |[Path Sum III](http://blog.csdn.net/daigualu/article/details/70342773)| 39.3% |Easy
5+
404 |[Sum of Left Leaves](http://blog.csdn.net/daigualu/article/details/70482270)| 46.5%| Easy
6+
112 |[Path Sum](http://blog.csdn.net/daigualu/article/details/70482285)| 33.5% |Easy
7+
110 |[Balanced Binary Tree](http://blog.csdn.net/daigualu/article/details/70482667)| 36.8% |Easy
8+
108 |[Convert Sorted Array to Binary Search Tree](http://blog.csdn.net/daigualu/article/details/70485834)| 41.3%| Easy
9+
543 |[Diameter of Binary Tree](http://blog.csdn.net/daigualu/article/details/70491447)| 42.3%| Easy
10+
226 |[Invert Binary Tree](http://blog.csdn.net/daigualu/article/details/70536685)| 50.8%| Easy
11+
235 |[Lowest Common Ancestor of a Binary Search Tree](http://blog.csdn.net/daigualu/article/details/70539096)| 38.5%| Easy
12+
104 |[Maximum Depth of Binary Tree](http://blog.csdn.net/daigualu/article/details/70541420)| 51.7%| Easy
13+
111| [Minimum Depth of Binary Tree](http://blog.csdn.net/daigualu/article/details/70543969)| 32.7% |Easy
14+
101 |[Symmetric Tree](http://blog.csdn.net/daigualu/article/details/70544774)| 37.9%| Easy
15+
100| [Same Tree](http://blog.csdn.net/daigualu/article/details/70254478)| 45.8%| Easy
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
345 |[Reverse Vowels of a String](http://blog.csdn.net/daigualu/article/details/69257693)
2+
125 |[Valid Palindrome](http://blog.csdn.net/daigualu/article/details/69265381)
3+
283| [Move Zeroes](http://blog.csdn.net/daigualu/article/details/69329038)
4+
88 |[Merge Sorted Array](http://blog.csdn.net/daigualu/article/details/69367334)
5+
234| [Palindrome Linked List](http://blog.csdn.net/daigualu/article/details/69388513)
6+
349 |Intersection of Two Arrays
7+
167 |[Two Sum II - Input array is sorted](http://blog.csdn.net/daigualu/article/details/69787679)
8+
350| Intersection of Two Arrays II
9+
344| Reverse String
10+
28| Implement strStr()
11+
27 |Remove Element
12+
26| Remove Duplicates from Sorted Array
13+
141| Linked List Cycle
14+
532| K-diff Pairs in an Array
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
35 |[Search Insert Position](http://blog.csdn.net/daigualu/article/details/66995617)
2+
118| [Pascal's Triangle](http://blog.csdn.net/daigualu/article/details/67006388)
3+
119 |[Pascal's Triangle II](http://blog.csdn.net/daigualu/article/details/67069088)
4+
414| [Third Maximum Number](http://blog.csdn.net/daigualu/article/details/68063481)
5+
121| [Best Time to Buy and Sell Stock](http://blog.csdn.net/daigualu/article/details/71038726)
6+
66| [Plus One](http://blog.csdn.net/daigualu/article/details/71056697)
7+
26 |[Remove Duplicates from Sorted Array](http://blog.csdn.net/daigualu/article/details/71064545)
8+
27| [Remove Element](http://blog.csdn.net/daigualu/article/details/71104482)
9+
122 |[Best Time to Buy and Sell Stock II](http://blog.csdn.net/daigualu/article/details/71104584)
10+
268 |[Missing Number](http://blog.csdn.net/daigualu/article/details/69220202)
11+
217| [Contains Duplicate](http://blog.csdn.net/daigualu/article/details/71123673)
12+
532| [K-diff Pairs in an Array](http://blog.csdn.net/daigualu/article/details/71129806)
13+
189| [Rotate Array](http://blog.csdn.net/daigualu/article/details/71159419)
14+
169 |[Majority Element](http://blog.csdn.net/daigualu/article/details/69937729)
15+
167 |[Two Sum II - Input array is sorted](http://blog.csdn.net/daigualu/article/details/69787679)
16+
88 |[Merge Sorted Array](http://blog.csdn.net/daigualu/article/details/69367334)
17+
53 |[Maximum Subarray](http://blog.csdn.net/daigualu/article/details/69936974)
18+
485 |[Max Consecutive Ones](http://blog.csdn.net/daigualu/article/details/71216338)
19+
283 |[Move Zeroes](http://blog.csdn.net/daigualu/article/details/69329038)
20+
448 |[Find All Numbers Disappeared in an Array](http://blog.csdn.net/daigualu/article/details/71168875)
21+
1| [Two Sum](http://blog.csdn.net/daigualu/article/details/68957096)
22+
219 |[Contains Duplicate II](http://blog.csdn.net/daigualu/article/details/71166985)
23+
566| [Reshape the Matrix](http://blog.csdn.net/daigualu/article/details/71275325)
24+
561| [Array Partition I](http://blog.csdn.net/daigualu/article/details/71273279)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
3+
<assemblyIdentity name="LeetcodeManager.application" version="1.1.2.20" publicKeyToken="02c5b34ba76212d8" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
4+
<description asmv2:publisher="LeetcodeManager" asmv2:product="LeetcodeManager" xmlns="urn:schemas-microsoft-com:asm.v1" />
5+
<deployment install="true" mapFileExtensions="true" />
6+
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
7+
<framework targetVersion="4.5" profile="Full" supportedRuntime="4.0.30319" />
8+
</compatibleFrameworks>
9+
<dependency>
10+
<dependentAssembly dependencyType="install" codebase="Application Files\LeetcodeManager_1_1_2_20\LeetcodeManager.exe.manifest" size="22743">
11+
<assemblyIdentity name="LeetcodeManager.exe" version="1.1.2.20" publicKeyToken="02c5b34ba76212d8" language="neutral" processorArchitecture="msil" type="win32" />
12+
<hash>
13+
<dsig:Transforms>
14+
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
15+
</dsig:Transforms>
16+
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
17+
<dsig:DigestValue>ol59qCWK0n90Tk/PKInKhaMrP/Y50Tw9cdatyKKvxtU=</dsig:DigestValue>
18+
</hash>
19+
</dependentAssembly>
20+
</dependency>
21+
<publisherIdentity name="CN=HaixiaLiu\jackz" issuerKeyHash="38ff13a7da9f29e2f3278a8bc69b6ef779c83aeb" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>HV2l8c5+3H7ibX8QQUPd3t76MEF6JEEdZ/EjVH0t2jM=</DigestValue></Reference></SignedInfo><SignatureValue>CJ8uf7D7hJSvj3BS+hLMknp9dAVFxgecL0P7s1r0PN5uHx9KKefKBq/wC0x0Lavjpg3jTqNb0CV3Pd1G6PkQFFFtEGFbpFEiaTOqUEKkBjdPVPJMtoBZgE7S5OnxMF8XFnfJYOcyMmfbEPI5x8er22DyhyCBHsuQJ6BlobgQ7Rw=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>wrYka0qN3E5SMpsMaP/W8MFwulEFfPCGk6kb/wx8CvOsse/HrilZh7Pl8rN2FwmL1p0LVkTCoJMsVO0WWnKsmAKpNrkYr8hD/XsGmVrBf9x0qgICwG9qOsTbjqNddEYFvCpqy0iEtTABfUx+sRUL0KiAUYAuBKb6Dspy/zGanck=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="33da2d7d5423f1671d41247a4130fadededd4341107f6de27edc7ecef1a55d1d" Description="" Url=""><as:assemblyIdentity name="LeetcodeManager.application" version="1.1.2.20" publicKeyToken="02c5b34ba76212d8" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=HaixiaLiu\jackz</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>ujmvwnD59KhrjPsLvlKY+o+/KQZQhJsG++2e4x/zjlU=</DigestValue></Reference></SignedInfo><SignatureValue>XToC1CHBjQtTGwaffxLkmwnJoEN7fY8Cc9riHaBDa0UEYRiOF/s4C+M1IcAcNJLrBRb5ioSni3EpGYLa11XsgoPQ88tBxWxkk8IAoc4BDfCORmAtvGEHajMPyF0dGTyb75Sco/12R6cntGQrmr52UTYnHA69ofWE6EzigHJ6oeg=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>wrYka0qN3E5SMpsMaP/W8MFwulEFfPCGk6kb/wx8CvOsse/HrilZh7Pl8rN2FwmL1p0LVkTCoJMsVO0WWnKsmAKpNrkYr8hD/XsGmVrBf9x0qgICwG9qOsTbjqNddEYFvCpqy0iEtTABfUx+sRUL0KiAUYAuBKb6Dspy/zGanck=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIB1TCCAT6gAwIBAgIQFdfCKXPPzrpH5q41Jk7IBTANBgkqhkiG9w0BAQsFADApMScwJQYDVQQDHh4ASABhAGkAeABpAGEATABpAHUAXABqAGEAYwBrAHowHhcNMTcwNjEwMTEyMTQzWhcNMTgwNjEwMTcyMTQzWjApMScwJQYDVQQDHh4ASABhAGkAeABpAGEATABpAHUAXABqAGEAYwBrAHowgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMK2JGtKjdxOUjKbDGj/1vDBcLpRBXzwhpOpG/8MfArzrLHvx64pWYez5fKzdhcJi9adC1ZEwqCTLFTtFlpyrJgCqTa5GK/IQ/17BplawX/cdKoCAsBvajrE246jXXRGBbwqastIhLUwAX1MfrEVC9CogFGALgSm+g7Kcv8xmp3JAgMBAAEwDQYJKoZIhvcNAQELBQADgYEAYhg5n6x/urGrrtK96W1/5b5cRPWGyZpusRlvAu9h925QqEPN4Dr0OPVwfPI9F4qvbY0RcHdrUuI9LYJkMdatYgvWvwvI03OKt1F1iS7xBTvlLUApK572d1dMdItg640xGf3WQmblHYUwdUbm3e8sDmlkCMN31gcTGXVoBjtgGuI=</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<configSections>
4+
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
5+
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
6+
</configSections>
7+
<startup>
8+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
9+
</startup>
10+
<entityFramework>
11+
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/>
12+
<providers>
13+
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/>
14+
</providers>
15+
</entityFramework>
16+
</configuration>

0 commit comments

Comments
 (0)