implemented ISF scripts decryption.

This commit is contained in:
morkt
2015-06-18 17:04:12 +04:00
parent 5288e75c6b
commit 6f8b57cc03
11 changed files with 270 additions and 7 deletions

View File

@@ -221,6 +221,9 @@
<Compile Include="WidgetINT.xaml.cs">
<DependentUpon>WidgetINT.xaml</DependentUpon>
</Compile>
<Compile Include="WidgetISF.xaml.cs">
<DependentUpon>WidgetISF.xaml</DependentUpon>
</Compile>
<Compile Include="WidgetKCAP.xaml.cs">
<DependentUpon>WidgetKCAP.xaml</DependentUpon>
</Compile>
@@ -327,6 +330,10 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="WidgetISF.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="WidgetKCAP.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>