Skip to content

Commit d7c3526

Browse files
author
luxin
committed
修改目录结构
1 parent 1696065 commit d7c3526

24 files changed

+2906
-8
lines changed

RecycleBin.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecycleBin", "RecycleBin.csproj", "{041D4E92-F951-428B-9F8B-C922ECEF2382}"
3+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecycleBin", "RecycleBin\RecycleBin.csproj", "{041D4E92-F951-428B-9F8B-C922ECEF2382}"
44
EndProject
55
Global
66
GlobalSection(SolutionConfigurationPlatforms) = preSolution

RecycleBin/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.idea/
2+
bin/
3+
obj/
4+
.vs/

App.config RecycleBin/App.config

File renamed without changes.

App.xaml RecycleBin/App.xaml

File renamed without changes.

App.xaml.cs RecycleBin/App.xaml.cs

File renamed without changes.

0 commit comments

Comments
 (0)