Added license key class that had been lingering in the code snippets sections of my homepage for months now

git-svn-id: file:///srv/devel/repo-conversion/nusu@6 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2007-03-28 22:19:34 +00:00
parent c346a07ab0
commit f4b2062e19
4 changed files with 317 additions and 2 deletions

View file

@ -101,6 +101,15 @@
<Name>UnintrusivePriorityQueue.Test</Name>
<DependentUpon>UnintrusivePriorityQueue.cs</DependentUpon>
</Compile>
<Compile Include="Source\Licensing\LicenseKey.cs">
<XNAUseContentPipeline>false</XNAUseContentPipeline>
<Name>LicenseKey</Name>
</Compile>
<Compile Include="Source\Licensing\LicenseKey.Test.cs">
<XNAUseContentPipeline>false</XNAUseContentPipeline>
<Name>LicenseKey.Test</Name>
<DependentUpon>LicenseKey.cs</DependentUpon>
</Compile>
<Compile Include="Source\Serialization\BinarySerializer.Test.cs">
<XNAUseContentPipeline>false</XNAUseContentPipeline>
<Name>BinarySerializer.Test</Name>