|
@@ -34,7 +34,7 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup>
|
|
|
- <ApplicationIcon>YouTubeIcon.ico</ApplicationIcon>
|
|
|
+ <ApplicationIcon>Icon\YouTubeIcon.ico</ApplicationIcon>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="Aliyun.OSS, Version=2.9.0.0, Culture=neutral, PublicKeyToken=0ad4175f0dac0b9b, processorArchitecture=MSIL">
|
|
@@ -78,8 +78,8 @@
|
|
|
<Compile Include="Http\FileContent.cs" />
|
|
|
<Compile Include="Http\PutFlieContent.cs" />
|
|
|
<Compile Include="Http\StreamProgressArgs.cs" />
|
|
|
- <Compile Include="Untility.cs" />
|
|
|
- <Compile Include="Extend.cs" />
|
|
|
+ <Compile Include="Utils\Untility.cs" />
|
|
|
+ <Compile Include="Utils\Extend.cs" />
|
|
|
<Compile Include="Utils\FileStoreHandler.cs" />
|
|
|
<Page Include="MainWindow.xaml">
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -136,7 +136,7 @@
|
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <Resource Include="YouTubeIcon.ico" />
|
|
|
+ <Resource Include="Icon\YouTubeIcon.ico" />
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
</Project>
|