Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernest Wilkerson committed May 4, 2011
1 parent 1a87f77 commit cad361f
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 2 deletions.
Binary file modified HlsStreamComposer.Setup/Debug/HlsStreamComposer.Setup.msi
Binary file not shown.
Binary file modified HlsStreamComposer.Setup/Debug/HlsStreamComposer.zip
Binary file not shown.
Binary file modified HlsStreamComposer.suo
Binary file not shown.
Binary file modified HlsStreamComposer/HlsStreamComposer.Native.dll
Binary file not shown.
Binary file modified HlsStreamComposer/HlsStreamComposer.Native.ilk
Binary file not shown.
2 changes: 2 additions & 0 deletions HlsStreamComposer/HlsStreamComposer.csproj
Expand Up @@ -33,6 +33,7 @@
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -248,6 +249,7 @@
<Content Include="presets\libx264-veryslow_firstpass.ffpreset">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="app.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down
2 changes: 1 addition & 1 deletion HlsStreamComposer/Properties/Resources.Designer.cs

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

2 changes: 1 addition & 1 deletion HlsStreamComposer/Properties/Settings.Designer.cs

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

3 changes: 3 additions & 0 deletions HlsStreamComposer/app.config
@@ -0,0 +1,3 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>

0 comments on commit cad361f

Please sign in to comment.