Skip to content

Commit 49a1cdf

Browse files
committed
Restructured source
1 parent f698715 commit 49a1cdf

40 files changed

+6
-55
lines changed

Diff for: FileWatcher.sln

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.0.32112.339
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileWatcher", "FileWatcher\FileWatcher.csproj", "{F46457BB-E373-462E-8E5A-8EE669A4B57A}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileWatcher", "src\FileWatcher.csproj", "{F46457BB-E373-462E-8E5A-8EE669A4B57A}"
7+
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "templates", "templates", "{571453A7-4850-4D19-8F22-F419C63F45CE}"
9+
ProjectSection(SolutionItems) = preProject
10+
templates\config-template.xml = templates\config-template.xml
11+
EndProjectSection
712
EndProject
813
Global
914
GlobalSection(SolutionConfigurationPlatforms) = preSolution

Diff for: FileWatcher/Properties/PublishProfiles/linux-x64.pubxml

-16
This file was deleted.

Diff for: FileWatcher/Properties/PublishProfiles/macOS.pubxml

-16
This file was deleted.

Diff for: FileWatcher/Properties/PublishProfiles/win-x64.pubxml

-16
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: FileWatcher/FileWatcher.csproj renamed to src/FileWatcher.csproj

-6
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,4 @@
4040
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21216.1" />
4141
</ItemGroup>
4242

43-
<ItemGroup>
44-
<None Update="Templates\config-template.xml">
45-
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
46-
</None>
47-
</ItemGroup>
48-
4943
</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: FileWatcher/IO/Name.cs renamed to src/IO/Name.cs

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: FileWatcher/Program.cs renamed to src/Program.cs

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)