This commit is contained in:
31
source/csla10/BatchQueueTest/AssemblyInfo.vb
Normal file
31
source/csla10/BatchQueueTest/AssemblyInfo.vb
Normal file
@@ -0,0 +1,31 @@
|
||||
Imports System.Reflection
|
||||
Imports System.Runtime.InteropServices
|
||||
|
||||
' General Information about an assembly is controlled through the following
|
||||
' set of attributes. Change these attribute values to modify the information
|
||||
' associated with an assembly.
|
||||
|
||||
' Review the values of the assembly attributes
|
||||
|
||||
<Assembly: AssemblyTitle("")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("")>
|
||||
<Assembly: AssemblyProduct("")>
|
||||
<Assembly: AssemblyCopyright("")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
<Assembly: CLSCompliant(True)>
|
||||
|
||||
'The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
<Assembly: Guid("FC6A4A67-59F2-4C89-8B0E-07C650FC448E")>
|
||||
|
||||
' Version information for an assembly consists of the following four values:
|
||||
'
|
||||
' Major Version
|
||||
' Minor Version
|
||||
' Build Number
|
||||
' Revision
|
||||
'
|
||||
' You can specify all the values or you can default the Build and Revision Numbers
|
||||
' by using the '*' as shown below:
|
||||
|
||||
<Assembly: AssemblyVersion("1.0.*")>
|
||||
32
source/csla10/BatchQueueTest/BatchQueueTest.vbproj
Normal file
32
source/csla10/BatchQueueTest/BatchQueueTest.vbproj
Normal file
@@ -0,0 +1,32 @@
|
||||
<VisualStudioProject>
|
||||
<VisualBasic ProjectType="Local" ProductVersion="7.0.9466" SchemaVersion="1.0" ProjectGuid="{B517A542-01E9-4BBE-8C76-D99467257B70}">
|
||||
<Build>
|
||||
<Settings ApplicationIcon="" AssemblyKeyContainerName="" AssemblyName="BatchQueueTest" AssemblyOriginatorKeyFile="" AssemblyOriginatorKeyMode="None" DefaultClientScript="JScript" DefaultHTMLPageLayout="Grid" DefaultTargetSchema="IE50" DelaySign="false" OutputType="Exe" OptionCompare="Binary" OptionExplicit="On" OptionStrict="Off" RootNamespace="BatchQueueTest" StartupObject="BatchQueueTest.Module1">
|
||||
<Config Name="Debug" BaseAddress="285212672" ConfigurationOverrideFile="" DefineConstants="" DefineDebug="true" DefineTrace="true" DebugSymbols="true" IncrementalBuild="true" Optimize="false" OutputPath="bin\" RegisterForComInterop="false" RemoveIntegerChecks="false" TreatWarningsAsErrors="false" WarningLevel="1" />
|
||||
<Config Name="Release" BaseAddress="285212672" ConfigurationOverrideFile="" DefineConstants="" DefineDebug="false" DefineTrace="true" DebugSymbols="false" IncrementalBuild="false" Optimize="true" OutputPath="bin\" RegisterForComInterop="false" RemoveIntegerChecks="false" TreatWarningsAsErrors="false" WarningLevel="1" />
|
||||
</Settings>
|
||||
<References>
|
||||
<Reference Name="System" AssemblyName="System" />
|
||||
<Reference Name="System.Data" AssemblyName="System.Data" />
|
||||
<Reference Name="System.XML" AssemblyName="System.Xml" />
|
||||
<Reference Name="CSLA" Project="{1B9A38BB-461A-47A4-AD72-099C694138A0}" Package="{F184B08F-C81C-45F6-A57F-5ABD9991F28F}" />
|
||||
<Reference Name="CSLA.Core.Bindablebase" Project="{C2392355-12A9-4197-A1D3-603C390B1E62}" Package="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" />
|
||||
<Reference Name="CSLA.BatchQueue" Project="{F8E2709C-E0DE-4253-9A1A-59F4F59B0EBD}" Package="{F184B08F-C81C-45F6-A57F-5ABD9991F28F}" />
|
||||
</References>
|
||||
<Imports>
|
||||
<Import Namespace="Microsoft.VisualBasic" />
|
||||
<Import Namespace="System" />
|
||||
<Import Namespace="System.Collections" />
|
||||
<Import Namespace="System.Data" />
|
||||
<Import Namespace="System.Diagnostics" />
|
||||
</Imports>
|
||||
</Build>
|
||||
<Files>
|
||||
<Include>
|
||||
<File RelPath="AssemblyInfo.vb" SubType="Code" BuildAction="Compile" />
|
||||
<File RelPath="Module1.vb" SubType="Code" BuildAction="Compile" />
|
||||
</Include>
|
||||
</Files>
|
||||
</VisualBasic>
|
||||
</VisualStudioProject>
|
||||
|
||||
7
source/csla10/BatchQueueTest/Module1.vb
Normal file
7
source/csla10/BatchQueueTest/Module1.vb
Normal file
@@ -0,0 +1,7 @@
|
||||
Module Module1
|
||||
|
||||
Sub Main()
|
||||
|
||||
End Sub
|
||||
|
||||
End Module
|
||||
Reference in New Issue
Block a user