- Timestamp:
- Sep 29, 2010, 3:47:22 AM (14 years ago)
- Location:
- BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/cs/bmx_0200scr/BMX2/BMXNet
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/cs/bmx_0200scr/BMX2/BMXNet/AssemblyInfo.cs
r936 r967 11 11 [assembly: AssemblyDescription("ADO.NET 2.0 Data Provider for VISTA")] 12 12 [assembly: AssemblyConfiguration("")] 13 [assembly: AssemblyCompany(" ")]13 [assembly: AssemblyCompany("WorldVistA")] 14 14 [assembly: AssemblyProduct("")] 15 15 [assembly: AssemblyCopyright("(None)")] -
BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/cs/bmx_0200scr/BMX2/BMXNet/BMXNet.csproj
r916 r967 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> 2 3 <PropertyGroup> 3 4 <ProjectType>Local</ProjectType> … … 11 12 <AssemblyKeyContainerName> 12 13 </AssemblyKeyContainerName> 13 <AssemblyName>BMXNet2 1</AssemblyName>14 <AssemblyName>BMXNet22</AssemblyName> 14 15 <AssemblyOriginatorKeyFile>wv.key.snk</AssemblyOriginatorKeyFile> 15 16 <DefaultClientScript>JScript</DefaultClientScript> … … 27 28 </UpgradeBackupLocation> 28 29 <SignAssembly>false</SignAssembly> 29 <OldToolsVersion> 2.0</OldToolsVersion>30 <OldToolsVersion>3.5</OldToolsVersion> 30 31 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 31 32 <PublishUrl>publish\</PublishUrl> … … 44 45 <UseApplicationTrust>false</UseApplicationTrust> 45 46 <BootstrapperEnabled>true</BootstrapperEnabled> 47 <TargetFrameworkProfile /> 46 48 </PropertyGroup> 47 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 53 55 </ConfigurationOverrideFile> 54 56 <DefineConstants>DEBUG</DefineConstants> 55 <DocumentationFile>bmxnet.xml</DocumentationFile> 56 <DebugSymbols>true</DebugSymbols> 57 <DocumentationFile> 58 </DocumentationFile> 59 <DebugSymbols>false</DebugSymbols> 57 60 <FileAlignment>4096</FileAlignment> 58 61 <NoStdLib>false</NoStdLib> … … 75 78 <DefineConstants> 76 79 </DefineConstants> 77 <DocumentationFile>bmxnet.xml</DocumentationFile> 78 <DebugSymbols>true</DebugSymbols> 80 <DocumentationFile> 81 </DocumentationFile> 82 <DebugSymbols>false</DebugSymbols> 79 83 <FileAlignment>4096</FileAlignment> 80 84 <NoStdLib>false</NoStdLib> … … 85 89 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 86 90 <WarningLevel>4</WarningLevel> 87 <DebugType> full</DebugType>91 <DebugType>none</DebugType> 88 92 <ErrorReport>prompt</ErrorReport> 89 93 </PropertyGroup> -
BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/cs/bmx_0200scr/BMX2/BMXNet/BMXNet.csproj.user
r816 r967 1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 3 <PropertyGroup> 3 4 <LastOpenVersion>7.10.3077</LastOpenVersion> -
BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/cs/bmx_0200scr/BMX2/BMXNet/DSelectDivision.cs
r923 r967 59 59 this.cmdCancel.Name = "cmdCancel"; 60 60 this.cmdCancel.Size = new System.Drawing.Size(56, 24); 61 this.cmdCancel.TabIndex = 4;61 this.cmdCancel.TabIndex = 3; 62 62 this.cmdCancel.Text = "Cancel"; 63 63 // … … 68 68 this.cmdOK.Name = "cmdOK"; 69 69 this.cmdOK.Size = new System.Drawing.Size(64, 24); 70 this.cmdOK.TabIndex = 3;70 this.cmdOK.TabIndex = 2; 71 71 this.cmdOK.Text = "OK"; 72 72 this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click); … … 106 106 this.lstDivision.Name = "lstDivision"; 107 107 this.lstDivision.Size = new System.Drawing.Size(384, 121); 108 this.lstDivision.TabIndex = 9;108 this.lstDivision.TabIndex = 1; 109 109 this.lstDivision.DoubleClick += new System.EventHandler(this.lstDivision_DoubleClick); 110 110 // … … 119 119 // DSelectDivision 120 120 // 121 this.AcceptButton = this.cmdOK; 121 122 this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); 122 123 this.ClientSize = new System.Drawing.Size(456, 302); -
BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/cs/bmx_0200scr/BMX2/BMXNet/DSelectDivision.resx
r923 r967 113 113 </resheader> 114 114 <resheader name="reader"> 115 <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version= 4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>115 <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 116 116 </resheader> 117 117 <resheader name="writer"> 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version= 4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 119 119 </resheader> 120 120 </root>
Note:
See TracChangeset
for help on using the changeset viewer.