|
DevEnv
NReco development environment.
ToolsAs any true open source project NReco supposes using only free and/or open source tools for development environment:
ConfigurationHow to build examplesFirst of all open tools/NReco.Tools.sln and build it. How to enable intellisense for XMLNReco contains a set of XML-based domain specific models specifications; VS 2008 suits ideally for creating and maintaining them. It's very handy to register their XML Schemas in VS 2008 to enable intellisense mechanizm:
<Schema href="%NRECO_REPO_ROOT%\shared\schemas\NRecoDalc.xsd"
targetNamespace="urn:schemas-nreco:nicnet:dalc:v1" />
<Schema href="%NRECO_REPO_ROOT%\shared\schemas\NRecoCore.xsd"
targetNamespace="urn:schemas-nreco:nreco:core:v1" />
<Schema href="%NRECO_REPO_ROOT%\shared\schemas\NRecoWeb.xsd"
targetNamespace="urn:schemas-nreco:nreco:web:v1" />
<Schema href="%NRECO_REPO_ROOT%\shared\schemas\NRecoWebLayout.xsd"
targetNamespace="urn:schemas-nreco:nreco:web:layout:v1" />
<Schema href="%NRECO_REPO_ROOT%\shared\schemas\NRecoEntity.xsd"
targetNamespace="urn:schemas-nreco:nreco:entity:v1" />
<Schema href="%NRECO_REPO_ROOT%\shared\schemas\NRecoLucene.xsd"
targetNamespace="urn:schemas-nreco:nreco:lucene:v1" />How to register NUnit as external tool
ContributionEvery project member can contribute to the project with following conditions:
|
Sign in to add a comment