root/trunk/src/Tools/TestData/Ayende.NHibernateQueryAnalyzer.TestProject.dll.config

User picture

Author: ricardoborges

Revision: 36 («Previous)


File Size: 771 Bytes

(February 03, 2010 00:24 UTC) Over 2 years ago

refactoring the project directories to tags/branches/trunk standard

 
Show/hide line numbers
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
	<configSections>
		<section name="hibernate-configuration"
				 type="NHibernate.Cfg.ConfigurationSectionHandler, NHibernate" />
	</configSections>
	<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2">
		<session-factory>
			<property name="connection.provider" >NHibernate.Connection.DriverConnectionProvider</property>
			<property name="dialect" >NHibernate.Dialect.SQLiteDialect</property>
			<property name="connection.driver_class">NHibernate.Driver.SQLite20Driver</property>
			<property name="connection.connection_string">Data Source=~\TestProject\TestProject.db;New=False;UTF8Encoding=True;Version=3</property>
		</session-factory>
	</hibernate-configuration>
</configuration>