├── .gitattributes ├── .gitignore ├── DotNet平台序列号生成组件SKGL帮助文档(QQ1287263703制作).chm ├── SKGL 2.0.5.2.sln ├── SKGL 2.0.5.2 ├── Properties │ └── AssemblyInfo.cs ├── SKGL 2.0.5.2.csproj ├── SKGL 2.0.5.2.sln └── SKGL.cs └── SKGLDemo ├── Program.cs ├── Properties └── AssemblyInfo.cs └── SKGLDemo.csproj /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asxinyu/SKGL/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asxinyu/SKGL/HEAD/.gitignore -------------------------------------------------------------------------------- /DotNet平台序列号生成组件SKGL帮助文档(QQ1287263703制作).chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asxinyu/SKGL/HEAD/DotNet平台序列号生成组件SKGL帮助文档(QQ1287263703制作).chm -------------------------------------------------------------------------------- /SKGL 2.0.5.2.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asxinyu/SKGL/HEAD/SKGL 2.0.5.2.sln -------------------------------------------------------------------------------- /SKGL 2.0.5.2/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asxinyu/SKGL/HEAD/SKGL 2.0.5.2/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /SKGL 2.0.5.2/SKGL 2.0.5.2.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asxinyu/SKGL/HEAD/SKGL 2.0.5.2/SKGL 2.0.5.2.csproj -------------------------------------------------------------------------------- /SKGL 2.0.5.2/SKGL 2.0.5.2.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asxinyu/SKGL/HEAD/SKGL 2.0.5.2/SKGL 2.0.5.2.sln -------------------------------------------------------------------------------- /SKGL 2.0.5.2/SKGL.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asxinyu/SKGL/HEAD/SKGL 2.0.5.2/SKGL.cs -------------------------------------------------------------------------------- /SKGLDemo/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asxinyu/SKGL/HEAD/SKGLDemo/Program.cs -------------------------------------------------------------------------------- /SKGLDemo/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asxinyu/SKGL/HEAD/SKGLDemo/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /SKGLDemo/SKGLDemo.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asxinyu/SKGL/HEAD/SKGLDemo/SKGLDemo.csproj --------------------------------------------------------------------------------