Skip to content

Commit 8c4c2c7

Browse files
committed
produce package + fix folder names
1 parent 6f6271b commit 8c4c2c7

27 files changed

Lines changed: 43 additions & 109 deletions

Tocsoft.Clock.sln

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,36 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.27130.2027
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tocsoft.DateTimeAbstractions", "Tocsoft.Clock\Tocsoft.DateTimeAbstractions.csproj", "{48B75F8E-2EFC-4A36-8B4C-EB12EA1459E6}"
7-
EndProject
86
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tocsoft.DateTimeAbstractions.Tests", "Tocsoft.DateTimeAbstractions.Tests\Tocsoft.DateTimeAbstractions.Tests.csproj", "{F59B2FEE-7E98-4DE5-8BBA-3D628FB2F615}"
97
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tocsoft.DateTimeAbstractions.Analyzer", "Tocsoft.DateTimeAbstractions.Analyzer\Tocsoft.DateTimeAbstractions.Analyzer\Tocsoft.DateTimeAbstractions.Analyzer.csproj", "{C8D8C32F-233C-4700-8050-4A033F470251}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tocsoft.DateTimeAbstractions", "Tocsoft.DateTimeAbstractions\Tocsoft.DateTimeAbstractions.csproj", "{E189FB04-4239-4B27-8635-63F56A0FB51A}"
9+
EndProject
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tocsoft.DateTimeAbstractions.Analyzer", "Tocsoft.DateTimeAbstractions.Analyzer\Tocsoft.DateTimeAbstractions.Analyzer.csproj", "{7D038598-8072-4EA9-AB0B-205CBA6CA138}"
1111
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tocsoft.DateTimeAbstractions.Analyzer.Test", "Tocsoft.DateTimeAbstractions.Analyzer\Tocsoft.DateTimeAbstractions.Analyzer.Test\Tocsoft.DateTimeAbstractions.Analyzer.Test.csproj", "{59C195B9-A250-4317-AA51-62AD074EA002}"
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tocsoft.DateTimeAbstractions.Analyzer.Test", "Tocsoft.DateTimeAbstractions.Analyzer.Test\Tocsoft.DateTimeAbstractions.Analyzer.Test.csproj", "{52919D50-B2EB-4BEB-9F67-E55250AACB84}"
1313
EndProject
1414
Global
1515
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1616
Debug|Any CPU = Debug|Any CPU
1717
Release|Any CPU = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(ProjectConfigurationPlatforms) = postSolution
20-
{48B75F8E-2EFC-4A36-8B4C-EB12EA1459E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{48B75F8E-2EFC-4A36-8B4C-EB12EA1459E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{48B75F8E-2EFC-4A36-8B4C-EB12EA1459E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{48B75F8E-2EFC-4A36-8B4C-EB12EA1459E6}.Release|Any CPU.Build.0 = Release|Any CPU
2420
{F59B2FEE-7E98-4DE5-8BBA-3D628FB2F615}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2521
{F59B2FEE-7E98-4DE5-8BBA-3D628FB2F615}.Debug|Any CPU.Build.0 = Debug|Any CPU
2622
{F59B2FEE-7E98-4DE5-8BBA-3D628FB2F615}.Release|Any CPU.ActiveCfg = Release|Any CPU
2723
{F59B2FEE-7E98-4DE5-8BBA-3D628FB2F615}.Release|Any CPU.Build.0 = Release|Any CPU
28-
{C8D8C32F-233C-4700-8050-4A033F470251}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29-
{C8D8C32F-233C-4700-8050-4A033F470251}.Debug|Any CPU.Build.0 = Debug|Any CPU
30-
{C8D8C32F-233C-4700-8050-4A033F470251}.Release|Any CPU.ActiveCfg = Release|Any CPU
31-
{C8D8C32F-233C-4700-8050-4A033F470251}.Release|Any CPU.Build.0 = Release|Any CPU
32-
{59C195B9-A250-4317-AA51-62AD074EA002}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33-
{59C195B9-A250-4317-AA51-62AD074EA002}.Debug|Any CPU.Build.0 = Debug|Any CPU
34-
{59C195B9-A250-4317-AA51-62AD074EA002}.Release|Any CPU.ActiveCfg = Release|Any CPU
35-
{59C195B9-A250-4317-AA51-62AD074EA002}.Release|Any CPU.Build.0 = Release|Any CPU
24+
{E189FB04-4239-4B27-8635-63F56A0FB51A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25+
{E189FB04-4239-4B27-8635-63F56A0FB51A}.Debug|Any CPU.Build.0 = Debug|Any CPU
26+
{E189FB04-4239-4B27-8635-63F56A0FB51A}.Release|Any CPU.ActiveCfg = Release|Any CPU
27+
{E189FB04-4239-4B27-8635-63F56A0FB51A}.Release|Any CPU.Build.0 = Release|Any CPU
28+
{7D038598-8072-4EA9-AB0B-205CBA6CA138}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29+
{7D038598-8072-4EA9-AB0B-205CBA6CA138}.Debug|Any CPU.Build.0 = Debug|Any CPU
30+
{7D038598-8072-4EA9-AB0B-205CBA6CA138}.Release|Any CPU.ActiveCfg = Release|Any CPU
31+
{7D038598-8072-4EA9-AB0B-205CBA6CA138}.Release|Any CPU.Build.0 = Release|Any CPU
32+
{52919D50-B2EB-4BEB-9F67-E55250AACB84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33+
{52919D50-B2EB-4BEB-9F67-E55250AACB84}.Debug|Any CPU.Build.0 = Debug|Any CPU
34+
{52919D50-B2EB-4BEB-9F67-E55250AACB84}.Release|Any CPU.ActiveCfg = Release|Any CPU
35+
{52919D50-B2EB-4BEB-9F67-E55250AACB84}.Release|Any CPU.Build.0 = Release|Any CPU
3636
EndGlobalSection
3737
GlobalSection(SolutionProperties) = preSolution
3838
HideSolutionNode = FALSE

Tocsoft.Clock/Tocsoft.DateTimeAbstractions.csproj

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

Tocsoft.DateTimeAbstractions.Analyzer/Tocsoft.DateTimeAbstractions.Analyzer.Test/Helpers/CodeFixVerifier.Helper.cs renamed to Tocsoft.DateTimeAbstractions.Analyzer.Test/Helpers/CodeFixVerifier.Helper.cs

File renamed without changes.

Tocsoft.DateTimeAbstractions.Analyzer/Tocsoft.DateTimeAbstractions.Analyzer.Test/Helpers/DiagnosticResult.cs renamed to Tocsoft.DateTimeAbstractions.Analyzer.Test/Helpers/DiagnosticResult.cs

File renamed without changes.

Tocsoft.DateTimeAbstractions.Analyzer/Tocsoft.DateTimeAbstractions.Analyzer.Test/Helpers/DiagnosticVerifier.Helper.cs renamed to Tocsoft.DateTimeAbstractions.Analyzer.Test/Helpers/DiagnosticVerifier.Helper.cs

File renamed without changes.

Tocsoft.DateTimeAbstractions.Analyzer/Tocsoft.DateTimeAbstractions.Analyzer.Test/Tocsoft.DateTimeAbstractions.Analyzer.Test.csproj renamed to Tocsoft.DateTimeAbstractions.Analyzer.Test/Tocsoft.DateTimeAbstractions.Analyzer.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<ProjectReference Include="..\..\Tocsoft.Clock\Tocsoft.DateTimeAbstractions.csproj" />
15+
<ProjectReference Include="..\Tocsoft.DateTimeAbstractions\Tocsoft.DateTimeAbstractions.csproj" />
1616
<ProjectReference Include="..\Tocsoft.DateTimeAbstractions.Analyzer\Tocsoft.DateTimeAbstractions.Analyzer.csproj" />
1717
</ItemGroup>
1818

Tocsoft.DateTimeAbstractions.Analyzer/Tocsoft.DateTimeAbstractions.Analyzer.Test/TocsoftDateTimeAbstractionsAnalyzerUnitTests.cs renamed to Tocsoft.DateTimeAbstractions.Analyzer.Test/TocsoftDateTimeAbstractionsAnalyzerUnitTests.cs

File renamed without changes.

Tocsoft.DateTimeAbstractions.Analyzer/Tocsoft.DateTimeAbstractions.Analyzer.Test/Verifiers/CodeFixVerifier.cs renamed to Tocsoft.DateTimeAbstractions.Analyzer.Test/Verifiers/CodeFixVerifier.cs

File renamed without changes.

Tocsoft.DateTimeAbstractions.Analyzer/Tocsoft.DateTimeAbstractions.Analyzer.Test/Verifiers/DiagnosticVerifier.cs renamed to Tocsoft.DateTimeAbstractions.Analyzer.Test/Verifiers/DiagnosticVerifier.cs

File renamed without changes.

Tocsoft.DateTimeAbstractions.Analyzer/Tocsoft.DateTimeAbstractions.Analyzer/DateTimeUsageAnalyzer.cs renamed to Tocsoft.DateTimeAbstractions.Analyzer/DateTimeUsageAnalyzer.cs

File renamed without changes.

0 commit comments

Comments
 (0)