Skip to content

Commit 7ca1315

Browse files
authored
Merge pull request #4 from Synnotech-AG/int64-versions
Int64 timestamp versions
2 parents 6f3d79f + 09faba4 commit 7ca1315

File tree

84 files changed

+3167
-5456
lines changed

Some content is hidden

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

84 files changed

+3167
-5456
lines changed

Code/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Authors>Synnotech AG</Authors>
44
<Company>Synnotech AG</Company>
55
<Copyright>Copyright © Synnotech AG 2021</Copyright>
6-
<Version>0.8.0</Version>
6+
<Version>0.9.0</Version>
77
<LangVersion>9.0</LangVersion>
88
<Nullable>enable</Nullable>
99
</PropertyGroup>

Code/Synnotech.Migrations.sln

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.6.30114.105
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.31612.314
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Synnotech.Migrations.Core", "src\Synnotech.Migrations.Core\Synnotech.Migrations.Core.csproj", "{C650B65A-B6E8-496E-A7AA-51EF08A872DC}"
77
EndProject
@@ -19,6 +19,29 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Synnotech.Migrations.Linq2D
1919
EndProject
2020
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Synnotech.Migrations.Linq2Db.Tests", "tests\Synnotech.Migrations.Linq2Db.Tests\Synnotech.Migrations.Linq2Db.Tests.csproj", "{EA888059-217E-485F-9A0B-D29953AADF4C}"
2121
EndProject
22+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Analyzers", "Analyzers", "{4B9690D6-023F-4BD8-97DB-3C454604CD47}"
23+
EndProject
24+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Synnotech.Migrations.Core.Analyzers", "src\Synnotech.Migrations.Core.Analyzers\Synnotech.Migrations.Core.Analyzers.csproj", "{6F99625B-463F-4849-827D-B30650347E11}"
25+
EndProject
26+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Synnotech.Migrations.Core.Analyzers.Tests", "tests\Synnotech.Migrations.Core.Analyzers.Tests\Synnotech.Migrations.Core.Analyzers.Tests.csproj", "{9AE6B8C1-B074-46D1-A456-D82A1D75F46D}"
27+
EndProject
28+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{27B89606-498A-441A-B748-481A372D72D1}"
29+
ProjectSection(SolutionItems) = preProject
30+
CreateNuGetPackages.cmd = CreateNuGetPackages.cmd
31+
Directory.Build.props = Directory.Build.props
32+
EndProjectSection
33+
EndProject
34+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{10DA5542-4A91-4E7E-94DC-9A76ED8E48C1}"
35+
ProjectSection(SolutionItems) = preProject
36+
src\Directory.Build.props = src\Directory.Build.props
37+
EndProjectSection
38+
EndProject
39+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{EED9E0EE-51C9-495D-84D3-948ED93C1039}"
40+
ProjectSection(SolutionItems) = preProject
41+
tests\AssemblyInfos.cs = tests\AssemblyInfos.cs
42+
tests\Directory.Build.props = tests\Directory.Build.props
43+
EndProjectSection
44+
EndProject
2245
Global
2346
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2447
Debug|Any CPU = Debug|Any CPU
@@ -49,6 +72,14 @@ Global
4972
{EA888059-217E-485F-9A0B-D29953AADF4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
5073
{EA888059-217E-485F-9A0B-D29953AADF4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
5174
{EA888059-217E-485F-9A0B-D29953AADF4C}.Release|Any CPU.Build.0 = Release|Any CPU
75+
{6F99625B-463F-4849-827D-B30650347E11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
76+
{6F99625B-463F-4849-827D-B30650347E11}.Debug|Any CPU.Build.0 = Debug|Any CPU
77+
{6F99625B-463F-4849-827D-B30650347E11}.Release|Any CPU.ActiveCfg = Release|Any CPU
78+
{6F99625B-463F-4849-827D-B30650347E11}.Release|Any CPU.Build.0 = Release|Any CPU
79+
{9AE6B8C1-B074-46D1-A456-D82A1D75F46D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
80+
{9AE6B8C1-B074-46D1-A456-D82A1D75F46D}.Debug|Any CPU.Build.0 = Debug|Any CPU
81+
{9AE6B8C1-B074-46D1-A456-D82A1D75F46D}.Release|Any CPU.ActiveCfg = Release|Any CPU
82+
{9AE6B8C1-B074-46D1-A456-D82A1D75F46D}.Release|Any CPU.Build.0 = Release|Any CPU
5283
EndGlobalSection
5384
GlobalSection(SolutionProperties) = preSolution
5485
HideSolutionNode = FALSE
@@ -58,6 +89,10 @@ Global
5889
{1EE5A3C1-2823-49BF-B7FC-0B90547037AE} = {B67779F2-A667-43FB-8B28-964958C048C0}
5990
{3C20ABB3-4DA5-4CE4-B7BA-91F9D62DB061} = {F0AF798C-B1ED-4F70-B57A-2A33BF30CE8D}
6091
{EA888059-217E-485F-9A0B-D29953AADF4C} = {F0AF798C-B1ED-4F70-B57A-2A33BF30CE8D}
92+
{6F99625B-463F-4849-827D-B30650347E11} = {4B9690D6-023F-4BD8-97DB-3C454604CD47}
93+
{9AE6B8C1-B074-46D1-A456-D82A1D75F46D} = {4B9690D6-023F-4BD8-97DB-3C454604CD47}
94+
{10DA5542-4A91-4E7E-94DC-9A76ED8E48C1} = {27B89606-498A-441A-B748-481A372D72D1}
95+
{EED9E0EE-51C9-495D-84D3-948ED93C1039} = {27B89606-498A-441A-B748-481A372D72D1}
6196
EndGlobalSection
6297
GlobalSection(ExtensibilityGlobals) = postSolution
6398
SolutionGuid = {87DD232F-65EB-409A-AD28-607B3418E8D9}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<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:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_AFTER_TYPECAST_PARENTHESES/@EntryValue">True</s:Boolean>
3+
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpKeepExistingMigration/@EntryIndexedValue">True</s:Boolean>
4+
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpPlaceEmbeddedOnSameLineMigration/@EntryIndexedValue">True</s:Boolean>
5+
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpUseContinuousIndentInsideBracesMigration/@EntryIndexedValue">True</s:Boolean>
6+
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue">True</s:Boolean>
27
<s:Boolean x:Key="/Default/UserDictionary/Words/=Synnotech/@EntryIndexedValue">True</s:Boolean>
38
<s:Boolean x:Key="/Default/UserDictionary/Words/=testsettings/@EntryIndexedValue">True</s:Boolean>
49
</wpf:ResourceDictionary>

0 commit comments

Comments
 (0)