| 1 | using System.Reflection;
|
|---|
| 2 | using System.Runtime.CompilerServices;
|
|---|
| 3 |
|
|---|
| 4 | //
|
|---|
| 5 | // �A�Z���u���Ɋւ����ʏ��͈ȉ���
|
|---|
| 6 | // �����Z�b�g����Đ��䂳�����B�A�Z���u���Ɋ֘A�t�����Ă��� |
|---|
| 7 | // ����X�����́A�����̑����l��X���Ă��������B
|
|---|
| 8 | //
|
|---|
| 9 | [assembly: AssemblyTitle("")]
|
|---|
| 10 | [assembly: AssemblyDescription("")]
|
|---|
| 11 | [assembly: AssemblyConfiguration("")]
|
|---|
| 12 | [assembly: AssemblyCompany("")]
|
|---|
| 13 | [assembly: AssemblyProduct("")]
|
|---|
| 14 | [assembly: AssemblyCopyright("")]
|
|---|
| 15 | [assembly: AssemblyTrademark("")]
|
|---|
| 16 | [assembly: AssemblyCulture("")]
|
|---|
| 17 |
|
|---|
| 18 | //
|
|---|
| 19 | // �A�Z���u���̃o�[�W�������́A�ȉ���4 �̑����ō\�������� :
|
|---|
| 20 | //
|
|---|
| 21 | // Major Version
|
|---|
| 22 | // Minor Version
|
|---|
| 23 | // Build Number
|
|---|
| 24 | // Revision
|
|---|
| 25 | //
|
|---|
| 26 | // ���ɂ������ɁA'*' ���āA���ׂĂ̒l��肷�邩�A
|
|---|
| 27 | // �r���h�������r�W�����ԍ�����ɂ��邱�Ƃ��ł��܂��B
|
|---|
| 28 |
|
|---|
| 29 | [assembly: AssemblyVersion("1.0.*")]
|
|---|
| 30 |
|
|---|
| 31 | //
|
|---|
| 32 | // �A�Z���u���ɏ��������́A�g�p�����[��肵�Ȃ����Ȃ�����
|
|---|
| 33 | // �A�Z���u�������Ɋւ����ׂɂ��ẮAMicrosoft .NET Framework �h�L�������g��Ƃ��Ă��������B
|
|---|
| 34 | //
|
|---|
| 35 | // ���L�̑������āA�����Ɏg���L�[�𐧌䂵�܂��B
|
|---|
| 36 | //
|
|---|
| 37 | // ���� :
|
|---|
| 38 | // (*) �L�[���w�肳�����ƁA�A�Z���u���͏����������� |
|---|
| 39 | // (*) KeyName �́A�R���s���[�^�ɃC���X�g�[����������// �Í��T�[�r�X �v���o�C�_ (CSP) �̃L�[����܂��BKeyFile �́A
|
|---|
| 40 | // �L�[��ރt�@�C���ł��B
|
|---|
| 41 | // (*) KeyFile ���� KeyName �̒l�����Ɏw�肳���������́A
|
|---|
| 42 | // �ȉ��̏������s���܂� :
|
|---|
| 43 | // (1) KeyName �� CSP �Ɍ�������ꍇ�A���̃L�[���g���܂��B
|
|---|
| 44 | // (2) KeyName �����݂����AKeyFile �����݂������A
|
|---|
| 45 | // KeyFile �ɂ����[�� CSP �ɃC���X�g�[�������g���܂��B
|
|---|
| 46 | // (*) KeyFile ��������́Asn.exe (�����Ȗ��O) ���[�e�B���e�B���Ă��������B
|
|---|
| 47 | // KeyFile ��肷�����AKeyFile �̏ꏊ�́A
|
|---|
| 48 | // �v���W�F�N�g�o���f�B���N�g���ւ̑��p�X�łȂ����Ȃ����� |
|---|
| 49 | // �p�X�́A%Project Directory%\obj\<configuration> �ł��B���Ƃ��AKeyFile ���v���W�F�N�g �f�B���N�g���ɂ������A
|
|---|
| 50 | // AssemblyKeyFile ������// [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] �Ƃ��Ďw�肵�܂��B
|
|---|
| 51 | // (*) �x�������͍��x�ȃI�v�V�����ł��B
|
|---|
| 52 | // �ڍׂɂ��Ă�Microsoft .NET Framework �h�L�������g��Ƃ��Ă��������B
|
|---|
| 53 | //
|
|---|
| 54 | [assembly: AssemblyDelaySign(false)]
|
|---|
| 55 | [assembly: AssemblyKeyFile("")]
|
|---|
| 56 | [assembly: AssemblyKeyName("")]
|
|---|