- fixed a lot of issues with the build system - added PlatformSystems to the build - fixed some project files (missing using statements) - added PlatformSystems to the msi installer - fixed some issues in the msi installer - updated WIX to version 3.6RC (to support VS2012) WIX v3.6RC is not included in the svn repository. If you want to build a msi installer yourself you have to install it. I added the link to the wix installer package to the documentation.
15 lines
640 B
Plaintext
15 lines
640 B
Plaintext
<NUnitProject>
|
|
<Settings appbase="."/>
|
|
<Config name="Default" binpath="lib;tests;framework" runtimeFramework="v3.5">
|
|
<assembly path="tests/nunit.framework.tests.dll" />
|
|
<assembly path="tests/nunit.core.tests.dll" />
|
|
<assembly path="tests/nunit.util.tests.dll" />
|
|
<assembly path="tests/nunit.mocks.tests.dll" />
|
|
<assembly path="tests/nunit-console.tests.dll" />
|
|
<assembly path="tests/nunit.uiexception.tests.dll" />
|
|
<assembly path="tests/nunit.uikit.tests.dll" />
|
|
<assembly path="tests/nunit-gui.tests.dll" />
|
|
<assembly path="tests/nunit-editor.tests.dll" />
|
|
</Config>
|
|
</NUnitProject>
|