Skip to content

Commit 65230b8

Browse files
committed
more case changes
1 parent 0f17456 commit 65230b8

3 files changed

Lines changed: 45 additions & 45 deletions

File tree

Source/TimeWarp.OptionsValidation/TimeWarp.OptionsValidation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<None Include="..\..\assets\Logo.png" Pack="true" PackagePath="\"/>
11+
<None Include="..\..\Assets\Logo.png" Pack="true" PackagePath="\"/>
1212
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
1313
<None Include="..\..\LICENSE" Pack="true" PackagePath="\"/>
1414
</ItemGroup>

Tests/TimeWarp.OptionsValidation.Tests/TimeWarp.OptionsValidation.Tests.csproj

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

99
<ItemGroup>
10-
<ProjectReference Include="..\..\source\TimeWarp.OptionsValidation\TimeWarp.OptionsValidation.csproj" />
10+
<ProjectReference Include="..\..\Source\TimeWarp.OptionsValidation\TimeWarp.OptionsValidation.csproj" />
1111
</ItemGroup>
1212

1313
</Project>

timewarp-options-validation.sln

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.0.31903.59
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{59C752B9-F1AF-478D-BACC-38074CB5E272}"
7-
ProjectSection(SolutionItems) = preProject
8-
.editorconfig = .editorconfig
9-
.gitignore = .gitignore
10-
CodeMaid.config = CodeMaid.config
11-
Directory.Build.props = Directory.Build.props
12-
Directory.Packages.props = Directory.Packages.props
13-
LICENSE = LICENSE
14-
NuGet.config = NuGet.config
15-
README.md = README.md
16-
EndProjectSection
17-
EndProject
18-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeWarp.OptionsValidation.Tests", "tests\TimeWarp.OptionsValidation.Tests\TimeWarp.OptionsValidation.Tests.csproj", "{A353C15D-D878-43E7-B567-AAE845FC41BA}"
19-
EndProject
20-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeWarp.OptionsValidation", "source\TimeWarp.OptionsValidation\TimeWarp.OptionsValidation.csproj", "{CAC853CD-7002-4D2F-B53E-112653F779D5}"
21-
EndProject
22-
Global
23-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
24-
Debug|Any CPU = Debug|Any CPU
25-
Release|Any CPU = Release|Any CPU
26-
EndGlobalSection
27-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
28-
{A353C15D-D878-43E7-B567-AAE845FC41BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29-
{A353C15D-D878-43E7-B567-AAE845FC41BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
30-
{A353C15D-D878-43E7-B567-AAE845FC41BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
31-
{A353C15D-D878-43E7-B567-AAE845FC41BA}.Release|Any CPU.Build.0 = Release|Any CPU
32-
{CAC853CD-7002-4D2F-B53E-112653F779D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33-
{CAC853CD-7002-4D2F-B53E-112653F779D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
34-
{CAC853CD-7002-4D2F-B53E-112653F779D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
35-
{CAC853CD-7002-4D2F-B53E-112653F779D5}.Release|Any CPU.Build.0 = Release|Any CPU
36-
EndGlobalSection
37-
GlobalSection(SolutionProperties) = preSolution
38-
HideSolutionNode = FALSE
39-
EndGlobalSection
40-
GlobalSection(ExtensibilityGlobals) = postSolution
41-
SolutionGuid = {19789E18-C00D-400F-A284-2B9452DB9DFF}
42-
EndGlobalSection
43-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.31903.59
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{59C752B9-F1AF-478D-BACC-38074CB5E272}"
7+
ProjectSection(SolutionItems) = preProject
8+
.editorconfig = .editorconfig
9+
.gitignore = .gitignore
10+
CodeMaid.config = CodeMaid.config
11+
Directory.Build.props = Directory.Build.props
12+
Directory.Packages.props = Directory.Packages.props
13+
LICENSE = LICENSE
14+
NuGet.config = NuGet.config
15+
README.md = README.md
16+
EndProjectSection
17+
EndProject
18+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeWarp.OptionsValidation.Tests", "Tests\TimeWarp.OptionsValidation.Tests\TimeWarp.OptionsValidation.Tests.csproj", "{A353C15D-D878-43E7-B567-AAE845FC41BA}"
19+
EndProject
20+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeWarp.OptionsValidation", "Source\TimeWarp.OptionsValidation\TimeWarp.OptionsValidation.csproj", "{CAC853CD-7002-4D2F-B53E-112653F779D5}"
21+
EndProject
22+
Global
23+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
24+
Debug|Any CPU = Debug|Any CPU
25+
Release|Any CPU = Release|Any CPU
26+
EndGlobalSection
27+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
28+
{A353C15D-D878-43E7-B567-AAE845FC41BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29+
{A353C15D-D878-43E7-B567-AAE845FC41BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
30+
{A353C15D-D878-43E7-B567-AAE845FC41BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
31+
{A353C15D-D878-43E7-B567-AAE845FC41BA}.Release|Any CPU.Build.0 = Release|Any CPU
32+
{CAC853CD-7002-4D2F-B53E-112653F779D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33+
{CAC853CD-7002-4D2F-B53E-112653F779D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
34+
{CAC853CD-7002-4D2F-B53E-112653F779D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
35+
{CAC853CD-7002-4D2F-B53E-112653F779D5}.Release|Any CPU.Build.0 = Release|Any CPU
36+
EndGlobalSection
37+
GlobalSection(SolutionProperties) = preSolution
38+
HideSolutionNode = FALSE
39+
EndGlobalSection
40+
GlobalSection(ExtensibilityGlobals) = postSolution
41+
SolutionGuid = {19789E18-C00D-400F-A284-2B9452DB9DFF}
42+
EndGlobalSection
43+
EndGlobal

0 commit comments

Comments
 (0)