Skip to content

Commit

Permalink
2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Revan654 committed Jan 18, 2019
1 parent 369c2bc commit 4f33ac5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions StaxRip.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
<WarningLevel>0</WarningLevel>
<NoWarn>41998,41999,42004,42016,42017,42018,42019,42020,42021,42022,42024,42025,42026,42029,42030,42031,42032,42036,42099,42104,42105,42106,42107,42108,42109,42353,42354,42355</NoWarn>
<DebugType>Full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x64</PlatformTarget>
<WarningsAsErrors>
</WarningsAsErrors>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
<Prefer32Bit>false</Prefer32Bit>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
Expand All @@ -93,7 +93,7 @@
</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Debug\</OutputPath>
<WarningLevel>0</WarningLevel>
<NoWarn>41998,41999,42004,42016,42017,42018,42019,42020,42021,42022,42024,42025,42026,42029,42030,42031,42032,42036,42099,42104,42105,42106,42107,42108,42109,42353,42354,42355</NoWarn>
Expand Down Expand Up @@ -189,6 +189,7 @@
<Compile Include="Controls\x265Control.vb">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Encoding\HBEnc.vb" />
<Compile Include="Encoding\Rav1e.vb" />
<Compile Include="Encoding\VCEEnc.vb" />
<Compile Include="Encoding\ffmpegEnc.vb" />
Expand Down

0 comments on commit 4f33ac5

Please sign in to comment.