activecode.exe.config 774 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <configSections>
  4. <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  5. <section name="activecode.plat" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
  6. </sectionGroup>
  7. </configSections>
  8. <startup>
  9. <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
  10. </startup>
  11. <appSettings>
  12. <add key="title" value="激活码生成工具v1.01"></add>
  13. <add key="cipher" value="qh6jid4g598rfnwp37xyb2vetzuskcam"></add>
  14. </appSettings>
  15. </configuration>