Skip to content

Commit

Permalink
update some error
Browse files Browse the repository at this point in the history
  • Loading branch information
lzuliuyun committed Sep 13, 2016
1 parent 6e5eb0c commit 5dfb24f
Show file tree
Hide file tree
Showing 20 changed files with 94 additions and 61 deletions.
Binary file modified .vs/MomCallUToEat/v14/.suo
Binary file not shown.
5 changes: 3 additions & 2 deletions MomCallUToEat/MomCallUToEat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<ProjectGuid>{C0B70ACA-4CE0-473E-A5C3-933933E355AD}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AutoShutdownPC</RootNamespace>
<AssemblyName>AutoShutdownPC</AssemblyName>
<RootNamespace>MomCallUToEat</RootNamespace>
<AssemblyName>MomCallUToEat</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
Expand Down Expand Up @@ -75,6 +75,7 @@
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.config.json" />
<None Include="Properties\Settings.settings">
Expand Down
60 changes: 26 additions & 34 deletions MomCallUToEat/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 13 additions & 17 deletions MomCallUToEat/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed MomCallUToEat/bin/Debug/AutoShutdownPC.exe
Binary file not shown.
Binary file added MomCallUToEat/bin/Debug/MomCallUToEat.exe
Binary file not shown.
Binary file not shown.
Binary file added MomCallUToEat/bin/Debug/MomCallUToEat.vshost.exe
Binary file not shown.
6 changes: 6 additions & 0 deletions MomCallUToEat/bin/Debug/MomCallUToEat.vshost.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
</configuration>
41 changes: 40 additions & 1 deletion MomCallUToEat/bin/Debug/app.config.json
Original file line number Diff line number Diff line change
@@ -1 +1,40 @@
{"clocks":[{"name":"世界等着你去拯救","hour":6,"min":30,"shutdown":false,"sleep":false,"playtime":10,"playlist":["E:\\Program Files\\Netease\\Music Download\\周杰伦 - 七里香.mp3"]},{"name":"人不吃饭饿得慌","hour":17,"min":0,"sleep":true,"shutdown":false,"playtime":10,"playlist":["E:\\Program Files\\Netease\\Music Download\\周杰伦 - 七里香.mp3"]},{"name":"出去看看美女吧","hour":"18","min":"00","sleep":true,"shutdown":false,"playtime":10,"playlist":["E:\\Program Files\\Netease\\Music Download\\周杰伦 - 七里香.mp3"]},{"name":"春宵一刻值千金","hour":"23","min":"11","sleep":false,"shutdown":true,"playtime":10,"playlist":["E:\\Program Files\\Netease\\Music Download\\周杰伦 - 七里香.mp3"]}]}
{
"clocks": [
{
"name": "世界等着你去拯救",
"hour": "8",
"min": "30",
"shutdown": false,
"sleep": false,
"playtime": 10,
"playlist":["E:\\Program Files\\Netease\\Music Download\\周杰伦 - 七里香.mp3"]
},
{
"name": "人不吃饭饿得慌",
"hour": "12",
"min": "00",
"sleep": true,
"shutdown": false,
"playtime": 10,
"playlist":["E:\\Program Files\\Netease\\Music Download\\周杰伦 - 七里香.mp3"]
},
{
"name": "出去看看美女吧",
"hour": "18",
"min": "00",
"sleep": true,
"shutdown": false,
"playtime": 10,
"playlist":["E:\\Program Files\\Netease\\Music Download\\周杰伦 - 七里香.mp3"]
},
{
"name": "春宵一刻值千金",
"hour": "23",
"min": "11",
"sleep": false,
"shutdown": true,
"playtime": 10,
"playlist": [ "E:\\Program Files\\Netease\\Music Download\\周杰伦 - 七里香.mp3" ]
}
]
}
Binary file removed MomCallUToEat/obj/Debug/AutoShutdownPC.exe
Binary file not shown.
Binary file modified MomCallUToEat/obj/Debug/Interop.WMPLib.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
E:\02 Personal Code\05 C#\01 Learn\MomCallUToEat\MomCallUToEat\bin\Debug\AutoShutdownPC.exe.config
E:\02 Personal Code\05 C#\01 Learn\MomCallUToEat\MomCallUToEat\obj\Debug\Interop.WMPLib.dll
E:\02 Personal Code\05 C#\01 Learn\MomCallUToEat\MomCallUToEat\obj\Debug\MomCallUToEat.csproj.ResolveComReference.cache
E:\02 Personal Code\05 C#\01 Learn\MomCallUToEat\MomCallUToEat\obj\Debug\AutoShutdownPC.exe
E:\02 Personal Code\05 C#\01 Learn\MomCallUToEat\MomCallUToEat\obj\Debug\AutoShutdownPC.pdb
E:\02 Personal Code\05 C#\01 Learn\MomCallUToEat\MomCallUToEat\bin\Debug\AutoShutdownPC.exe
E:\02 Personal Code\05 C#\01 Learn\MomCallUToEat\MomCallUToEat\bin\Debug\AutoShutdownPC.pdb
E:\02 Personal Code\05 C#\01 Learn\MomCallUToEat\MomCallUToEat\bin\Debug\Newtonsoft.Json.dll
E:\02 Personal Code\05 C#\01 Learn\MomCallUToEat\MomCallUToEat\obj\Debug\MomCallUToEat.csprojResolveAssemblyReference.cache
E:\02 Personal Code\05 C#\01 Learn\MomCallUToEat\MomCallUToEat\obj\Debug\AutoShutdownPC.MainForm.resources
E:\02 Personal Code\05 C#\01 Learn\MomCallUToEat\MomCallUToEat\obj\Debug\AutoShutdownPC.Properties.Resources.resources
E:\02 Personal Code\05 C#\01 Learn\MomCallUToEat\MomCallUToEat\obj\Debug\MomCallUToEat.csproj.GenerateResource.Cache
E:\02 Personal Code\05 C#\01 Learn\MomCallUToEat\MomCallUToEat\bin\Debug\MomCallUToEat.exe.config
E:\02 Personal Code\05 C#\01 Learn\MomCallUToEat\MomCallUToEat\bin\Debug\MomCallUToEat.exe
E:\02 Personal Code\05 C#\01 Learn\MomCallUToEat\MomCallUToEat\bin\Debug\MomCallUToEat.pdb
E:\02 Personal Code\05 C#\01 Learn\MomCallUToEat\MomCallUToEat\obj\Debug\MomCallUToEat.Properties.Resources.resources
E:\02 Personal Code\05 C#\01 Learn\MomCallUToEat\MomCallUToEat\obj\Debug\MomCallUToEat.exe
E:\02 Personal Code\05 C#\01 Learn\MomCallUToEat\MomCallUToEat\obj\Debug\MomCallUToEat.pdb
Binary file not shown.
Binary file not shown.
Binary file added MomCallUToEat/obj/Debug/MomCallUToEat.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 5dfb24f

Please sign in to comment.