implemented Marble scripts decryption.

This commit is contained in:
morkt
2015-06-04 01:13:25 +04:00
parent 8849508e41
commit 2da5ed1961
10 changed files with 155 additions and 8 deletions

View File

@@ -216,6 +216,9 @@
<SubType>Code</SubType>
<DependentUpon>WidgetLPK.xaml</DependentUpon>
</Compile>
<Compile Include="WidgetMBL.xaml.cs">
<DependentUpon>WidgetMBL.xaml</DependentUpon>
</Compile>
<Compile Include="WidgetNOA.xaml.cs">
<DependentUpon>WidgetNOA.xaml</DependentUpon>
</Compile>
@@ -320,6 +323,10 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="WidgetMBL.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="WidgetNOA.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>