Skip to content

Instantly share code, notes, and snippets.

@tncbbthositg
Created May 7, 2009 20:25
Show Gist options
  • Save tncbbthositg/108333 to your computer and use it in GitHub Desktop.
Save tncbbthositg/108333 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<TestSettings>
<ClassToTest>FSDM</ClassToTest>
<FSDM>
<Assembly>FileSystemDocumentManagement, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</Assembly>
<TypeName>FileSystemDocumentManagement.FileSystemDocumentManager</TypeName>
</FSDM>
</TestSettings>
<Patrick>
<BaseFolderLocation>C:\temp\PatrickBase</BaseFolderLocation>
<Identifier>PatrickIdent</Identifier>
</Patrick>
<Jamus>
<BaseFolderLocation>C:\temp\JamusBase</BaseFolderLocation>
<Identifier>JamusIdent</Identifier>
</Jamus>
</appSettings>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment