-
Notifications
You must be signed in to change notification settings - Fork 933
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NH-3990 - Install Microsoft.VisualBasic package to enable compilation…
… of NH-3302 tests - Also remove auto-generated junk
- Loading branch information
Showing
10 changed files
with
19 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
Imports NUnit.Framework | ||
Imports System | ||
Imports System.Reflection | ||
Imports NUnit.Framework | ||
|
||
<Assembly: CLSCompliant(False)> | ||
<Assembly: AssemblyTitle("NHibernate.Test.VisualBasic")> | ||
<Assembly: AssemblyDescription("The Visual Basic Unit Tests for NHibernate.")> | ||
<Assembly: AssemblyCompany("NHibernate.info")> | ||
<Assembly: AssemblyProduct("NHibernate.Test.VisualBasic")> | ||
<Assembly: AssemblyCopyright("Licensed under LGPL.")> | ||
<Assembly: AssemblyTrademark("")> | ||
<Assembly: AssemblyDelaySign(False)> | ||
|
||
<Assembly: LevelOfParallelism(0)> | ||
|
||
<assembly: LevelOfParallelism(0)> |
13 changes: 0 additions & 13 deletions
13
src/NHibernate.Test.VisualBasic/My Project/Application.Designer.vb
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
src/NHibernate.Test.VisualBasic/My Project/Application.myapp
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
src/NHibernate.Test.VisualBasic/My Project/AssemblyInfo.vb
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
src/NHibernate.Test.VisualBasic/My Project/Resources.Designer.vb
This file was deleted.
Oops, something went wrong.
117 changes: 0 additions & 117 deletions
117
src/NHibernate.Test.VisualBasic/My Project/Resources.resx
This file was deleted.
Oops, something went wrong.
73 changes: 0 additions & 73 deletions
73
src/NHibernate.Test.VisualBasic/My Project/Settings.Designer.vb
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters