Skip to content

Commit e34c175

Browse files
committed
Move files around
1 parent bcd08a1 commit e34c175

Some content is hidden

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

83 files changed

+7
-17
lines changed

TODO.md

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

src/ArcadeManager.Console/ArcadeManager.Console.csproj

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

2020
<ItemGroup>
21-
<Content Include="..\ArcadeManager\Data\**\*.*">
21+
<Content Include="..\Data\**\*.*">
2222
<Link>Data\%(RecursiveDir)%(Filename)%(Extension)</Link>
2323
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2424
</Content>

src/ArcadeManager.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentat
77
ProjectSection(SolutionItems) = preProject
88
..\FILTERS.md = ..\FILTERS.md
99
..\README.md = ..\README.md
10-
..\TODO.md = ..\TODO.md
1110
EndProjectSection
1211
EndProject
1312
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArcadeManager", "ArcadeManager\ArcadeManager.csproj", "{88A30DEA-0D90-4160-A770-5F575BA08BA2}"

src/ArcadeManager/ArcadeManager.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,12 @@
3333
<None Include="Assets\*.*">
3434
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
3535
</None>
36-
<None Include="Data\**\*.*">
37-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
38-
</None>
36+
</ItemGroup>
37+
<ItemGroup>
38+
<Content Include="..\Data\**\*.*">
39+
<Link>Data\%(RecursiveDir)%(Filename)%(Extension)</Link>
40+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
41+
</Content>
3942
</ItemGroup>
4043
<ItemGroup>
4144
<Content Update="Data\appdata.json">
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)