• 大小: 1.16MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-03
  • 语言: C#
  • 标签: C#  C#  

资源简介

C# 写的纸牌游戏 是用C#写的一个小游戏,望C#爱好着能够喜欢,vs2005,vs2008 调试通过

资源截图

代码片段和文件信息

using System.Reflection;
using System.Runtime.CompilerServices;

//
// 有关程序集的常规信息是通过下列
// 属性集控制的。更改这些属性值可修改与程序集
// 关联的信息。
//
[assembly: Assemblytitle(““)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]

//
// 程序集的版本信息由下列 4 个值组成:
//
//      主版本
//      次版本 
//      内部版本号
//      修订号
//
// 您可以指定所有这些值,也可以使用“修订号”和“内部版本号”的默认值,方法是按
// 如下所示使用 ‘*‘:

[assembly: AssemblyVersion(“1.0.*“)]

//
// 要对程序集进行签名,必须指定要使用的密钥。有关程序集签名的更多信息,请参考 
// Microsoft .NET framework 文档。
//
// 使用下面的属性控制用于签名的密钥。
//
// 注意:
//   (*) 如果未指定密钥,则程序集不会被签名。
//   (*) KeyName 是指已经安装在计算机上的
//      加密服务提供程序(CSP)中的密钥。KeyFile 是指包含
//       密钥的文件。
//   (*) 如果 KeyFile 和 KeyName 值都已指定,则 
//       发生下列处理:
//       (1) 如果在 CSP 中可以找到 KeyName,则使用该密钥。
//       (2) 如果 KeyName 不存在而 KeyFile 存在,则 
//           KeyFile 中的密钥安装到 CSP 中并且使用该密钥。
//   (*) 要创建 KeyFile,可以使用 sn.exe(强名称)实用工具。
//       在指定 KeyFile 时,KeyFile 的位置应该相对于
//       项目输出目录,即
//       %Project Directory%\obj\。例如,如果 KeyFile 位于
//       该项目目录,应将 AssemblyKeyFile 
//       属性指定为 [assembly: AssemblyKeyFile(“..\\..\\mykey.snk“)]
//   (*) “延迟签名”是一个高级选项 - 有关它的更多信息,请参阅 Microsoft .NET framework
//       文档。
//
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile(““)]
[assembly: AssemblyKeyName(““)]

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      10134  2005-10-24 16:46  纸牌游戏\App.ico

     文件       1859  2005-10-17 15:11  纸牌游戏\AssemblyInfo.cs

     文件       5426  2006-08-17 22:15  纸牌游戏\CardGame.csproj

     文件       2083  2006-08-17 22:15  纸牌游戏\CardGame.csproj.user

     文件        899  2006-08-17 22:15  纸牌游戏\CardGame.sln

    ..A..H.     15360  2008-03-24 19:04  纸牌游戏\CardGame.suo

     文件      31043  2005-11-05 10:28  纸牌游戏\GameForm.resx

     文件        402  2005-10-27 19:12  纸牌游戏\GameMain.cs

     文件       6105  2005-11-05 10:05  纸牌游戏\Cards.cs

     文件       5171  2005-10-24 19:38  纸牌游戏\BackImageForm.cs

     文件       8740  2005-10-24 16:56  纸牌游戏\BackImageForm.resx

     文件       5469  2005-10-24 19:30  纸牌游戏\ImageBrowser.cs

     文件       6439  2005-10-19 13:00  纸牌游戏\ImageBrowser.resx

     文件      17751  2005-11-05 10:28  纸牌游戏\GamePlace.cs

     文件      11594  2005-11-05 10:12  纸牌游戏\CardCollections.cs

     文件       3455  2005-10-27 19:11  纸牌游戏\ImageEditForm.cs

     文件       7012  2005-10-27 19:09  纸牌游戏\ImageEditForm.resx

     文件     334629  2006-03-29 15:28  纸牌游戏\CardsResources.resx

     文件       8648  2005-11-04 10:51  纸牌游戏\OptionForm.cs

     文件      28640  2005-11-04 10:49  纸牌游戏\OptionForm.resx

     文件        596  2005-11-01 09:38  纸牌游戏\PassPlayer.cs

     文件       1464  2005-11-01 09:16  纸牌游戏\back.bmp

     文件       1037  2005-11-05 10:13  纸牌游戏\PicBox.cs

     文件        383  2005-11-05 10:33  纸牌游戏\GamePanel.cs

     文件      10180  2006-08-17 22:17  纸牌游戏\GameForm.cs

     文件      19653  2008-02-23 10:19  纸牌游戏\CardsResources.Designer.cs

     文件        757  2005-10-24 16:35  纸牌游戏\bin\Debug\CardGame.ico

     文件       5632  2005-11-11 22:25  纸牌游戏\bin\Debug\CardGame.vshost.exe

     文件     331776  2007-10-07 19:15  纸牌游戏\bin\Debug\CardGame.exe

     文件     122368  2007-10-07 19:15  纸牌游戏\bin\Debug\CardGame.pdb

............此处省略28个文件信息

评论

共有 条评论