Skip to content

Commit fc9e9c4

Browse files
committed
Updated for .Net5
1 parent 4eff3b1 commit fc9e9c4

22 files changed

+776
-304
lines changed

.vs/ProjectSettings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"CurrentProjectSetting": null
3+
}
26.3 KB
Binary file not shown.
Binary file not shown.

.vs/VSWorkspaceState.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"ExpandedNodes": [
3+
""
4+
],
5+
"SelectedNode": "\\SQLiteWrapper.sln",
6+
"PreviewInSolutionExplorer": false
7+
}

.vs/slnx.sqlite

220 KB
Binary file not shown.

SQLiteWrapper.cs

Lines changed: 0 additions & 258 deletions
This file was deleted.

SQLiteWrapper.sln

Lines changed: 0 additions & 23 deletions
This file was deleted.

packages.config

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/SQLiteWrapper.sln

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.31702.278
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLiteWrapper", "SQLiteWrapper\SQLiteWrapper.csproj", "{DED7A7A9-8C36-4B4C-AF89-FEBB682A4DC4}"
7+
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SQLiteWrapperDotNetFive", "SQLiteWrapperDotNetFive\SQLiteWrapperDotNetFive.csproj", "{FFBFD1C8-421B-48D0-91FF-238782722A76}"
9+
EndProject
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{1482086A-249C-4EC1-A86E-682CBDC3B939}"
11+
EndProject
12+
Global
13+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
14+
Debug|Any CPU = Debug|Any CPU
15+
Release|Any CPU = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18+
{DED7A7A9-8C36-4B4C-AF89-FEBB682A4DC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19+
{DED7A7A9-8C36-4B4C-AF89-FEBB682A4DC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
20+
{DED7A7A9-8C36-4B4C-AF89-FEBB682A4DC4}.Release|Any CPU.Build.0 = Release|Any CPU
21+
{FFBFD1C8-421B-48D0-91FF-238782722A76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
22+
{FFBFD1C8-421B-48D0-91FF-238782722A76}.Debug|Any CPU.Build.0 = Debug|Any CPU
23+
{FFBFD1C8-421B-48D0-91FF-238782722A76}.Release|Any CPU.ActiveCfg = Release|Any CPU
24+
{FFBFD1C8-421B-48D0-91FF-238782722A76}.Release|Any CPU.Build.0 = Release|Any CPU
25+
{1482086A-249C-4EC1-A86E-682CBDC3B939}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
26+
{1482086A-249C-4EC1-A86E-682CBDC3B939}.Debug|Any CPU.Build.0 = Debug|Any CPU
27+
{1482086A-249C-4EC1-A86E-682CBDC3B939}.Release|Any CPU.ActiveCfg = Release|Any CPU
28+
{1482086A-249C-4EC1-A86E-682CBDC3B939}.Release|Any CPU.Build.0 = Release|Any CPU
29+
EndGlobalSection
30+
GlobalSection(SolutionProperties) = preSolution
31+
HideSolutionNode = FALSE
32+
EndGlobalSection
33+
GlobalSection(ExtensibilityGlobals) = postSolution
34+
SolutionGuid = {DB8CD66C-584C-4738-9F6A-DE54557E4FDA}
35+
VisualSVNWorkingCopyRoot = .
36+
EndGlobalSection
37+
EndGlobal

src/SQLiteWrapper.sln.DotSettings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2+
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=SQ/@EntryIndexedValue">SQ</s:String></wpf:ResourceDictionary>

0 commit comments

Comments
 (0)