Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 6241db3

Browse files
committed
Revert "Get the ciphers from an embedded YAML file"
This reverts commit 03a9ef1.
1 parent 750949e commit 6241db3

File tree

9 files changed

+100
-630
lines changed

9 files changed

+100
-630
lines changed

YoutubeExtractor/ExampleApplication.Portable/ExampleApplication.Portable.csproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,28 +38,16 @@
3838
<ItemGroup>
3939
<Compile Include="Program.cs" />
4040
<Compile Include="Properties\AssemblyInfo.cs" />
41-
<Compile Include="Properties\Resources.Designer.cs">
42-
<AutoGen>True</AutoGen>
43-
<DesignTime>True</DesignTime>
44-
<DependentUpon>Resources.resx</DependentUpon>
45-
</Compile>
4641
</ItemGroup>
4742
<ItemGroup>
4843
<None Include="App.config" />
49-
<None Include="Resources\Ciphers.yml" />
5044
</ItemGroup>
5145
<ItemGroup>
5246
<ProjectReference Include="..\YoutubeExtractor\YoutubeExtractor_Portable.csproj">
5347
<Project>{1bb4cf4d-3617-4a23-b51a-da7711e6f8eb}</Project>
5448
<Name>YoutubeExtractor_Portable</Name>
5549
</ProjectReference>
5650
</ItemGroup>
57-
<ItemGroup>
58-
<EmbeddedResource Include="Properties\Resources.resx">
59-
<Generator>ResXFileCodeGenerator</Generator>
60-
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
61-
</EmbeddedResource>
62-
</ItemGroup>
6351
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6452
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6553
Other similar extension points exist, see Microsoft.Common.targets.

YoutubeExtractor/ExampleApplication.Portable/Properties/Resources.Designer.cs

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

YoutubeExtractor/ExampleApplication.Portable/Properties/Resources.resx

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

YoutubeExtractor/ExampleApplication.Portable/Resources/Ciphers.yml

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

0 commit comments

Comments
 (0)