source: BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/cs/bmx_0200scr/BMX2/BMXNet/BMXNet.csproj@ 967

Last change on this file since 967 was 967, checked in by Sam Habiel, 14 years ago

Fixes for Division dialog usability (ok button autoaccept; focus on list on startup).
Change project format to VS 2010.

File size: 7.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3 <PropertyGroup>
4 <ProjectType>Local</ProjectType>
5 <ProductVersion>9.0.30729</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}</ProjectGuid>
8 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10 <ApplicationIcon>
11 </ApplicationIcon>
12 <AssemblyKeyContainerName>
13 </AssemblyKeyContainerName>
14 <AssemblyName>BMXNet22</AssemblyName>
15 <AssemblyOriginatorKeyFile>wv.key.snk</AssemblyOriginatorKeyFile>
16 <DefaultClientScript>JScript</DefaultClientScript>
17 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18 <DefaultTargetSchema>IE50</DefaultTargetSchema>
19 <DelaySign>true</DelaySign>
20 <OutputType>Library</OutputType>
21 <RootNamespace>BMXNet</RootNamespace>
22 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
23 <StartupObject>
24 </StartupObject>
25 <FileUpgradeFlags>
26 </FileUpgradeFlags>
27 <UpgradeBackupLocation>
28 </UpgradeBackupLocation>
29 <SignAssembly>false</SignAssembly>
30 <OldToolsVersion>3.5</OldToolsVersion>
31 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
32 <PublishUrl>publish\</PublishUrl>
33 <Install>true</Install>
34 <InstallFrom>Disk</InstallFrom>
35 <UpdateEnabled>false</UpdateEnabled>
36 <UpdateMode>Foreground</UpdateMode>
37 <UpdateInterval>7</UpdateInterval>
38 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
39 <UpdatePeriodically>false</UpdatePeriodically>
40 <UpdateRequired>false</UpdateRequired>
41 <MapFileExtensions>true</MapFileExtensions>
42 <ApplicationRevision>0</ApplicationRevision>
43 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
44 <IsWebBootstrapper>false</IsWebBootstrapper>
45 <UseApplicationTrust>false</UseApplicationTrust>
46 <BootstrapperEnabled>true</BootstrapperEnabled>
47 <TargetFrameworkProfile />
48 </PropertyGroup>
49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
50 <OutputPath>bin\Debug\</OutputPath>
51 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
52 <BaseAddress>285212672</BaseAddress>
53 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
54 <ConfigurationOverrideFile>
55 </ConfigurationOverrideFile>
56 <DefineConstants>DEBUG</DefineConstants>
57 <DocumentationFile>
58 </DocumentationFile>
59 <DebugSymbols>false</DebugSymbols>
60 <FileAlignment>4096</FileAlignment>
61 <NoStdLib>false</NoStdLib>
62 <NoWarn>1591</NoWarn>
63 <Optimize>false</Optimize>
64 <RegisterForComInterop>false</RegisterForComInterop>
65 <RemoveIntegerChecks>false</RemoveIntegerChecks>
66 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
67 <WarningLevel>4</WarningLevel>
68 <DebugType>full</DebugType>
69 <ErrorReport>prompt</ErrorReport>
70 </PropertyGroup>
71 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
72 <OutputPath>bin\Release\</OutputPath>
73 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
74 <BaseAddress>285212672</BaseAddress>
75 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
76 <ConfigurationOverrideFile>
77 </ConfigurationOverrideFile>
78 <DefineConstants>
79 </DefineConstants>
80 <DocumentationFile>
81 </DocumentationFile>
82 <DebugSymbols>false</DebugSymbols>
83 <FileAlignment>4096</FileAlignment>
84 <NoStdLib>false</NoStdLib>
85 <NoWarn>1591</NoWarn>
86 <Optimize>false</Optimize>
87 <RegisterForComInterop>false</RegisterForComInterop>
88 <RemoveIntegerChecks>false</RemoveIntegerChecks>
89 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
90 <WarningLevel>4</WarningLevel>
91 <DebugType>none</DebugType>
92 <ErrorReport>prompt</ErrorReport>
93 </PropertyGroup>
94 <ItemGroup>
95 <Reference Include="System">
96 <Name>System</Name>
97 </Reference>
98 <Reference Include="System.Data">
99 <Name>System.Data</Name>
100 </Reference>
101 <Reference Include="System.Drawing">
102 <Name>System.Drawing</Name>
103 </Reference>
104 <Reference Include="System.Runtime.Serialization.Formatters.Soap">
105 <Name>System.Runtime.Serialization.Formatters.Soap</Name>
106 </Reference>
107 <Reference Include="System.Windows.Forms">
108 <Name>System.Windows.Forms</Name>
109 </Reference>
110 <Reference Include="System.Xml">
111 <Name>System.XML</Name>
112 </Reference>
113 </ItemGroup>
114 <ItemGroup>
115 <Compile Include="AssemblyInfo.cs">
116 <SubType>Code</SubType>
117 </Compile>
118 <Compile Include="BMXNetAdapter.cs">
119 <SubType>Component</SubType>
120 </Compile>
121 <Compile Include="BMXNetCommand.cs">
122 <SubType>Component</SubType>
123 </Compile>
124 <Compile Include="BMXNetConnectInfo.cs">
125 <SubType>Component</SubType>
126 </Compile>
127 <Compile Include="BMXNetConnection.cs">
128 <SubType>Component</SubType>
129 </Compile>
130 <Compile Include="BMXNetDataReader.cs">
131 <SubType>Code</SubType>
132 </Compile>
133 <Compile Include="BMXNetException.cs">
134 <SubType>Code</SubType>
135 </Compile>
136 <Compile Include="BMXNetLib.cs">
137 <SubType>Code</SubType>
138 </Compile>
139 <Compile Include="BMXNetParameter.cs">
140 <SubType>Code</SubType>
141 </Compile>
142 <Compile Include="BMXNetParameterCollection.cs">
143 <SubType>Code</SubType>
144 </Compile>
145 <Compile Include="BMXNetTransaction.cs">
146 <SubType>Code</SubType>
147 </Compile>
148 <Compile Include="DLoginInfo.cs">
149 <SubType>Form</SubType>
150 </Compile>
151 <Compile Include="DSelectDivision.cs">
152 <SubType>Form</SubType>
153 </Compile>
154 <Compile Include="DServerInfo.cs">
155 <SubType>Form</SubType>
156 </Compile>
157 <Compile Include="RPMSDb.cs">
158 <SubType>Code</SubType>
159 </Compile>
160 <EmbeddedResource Include="DLoginInfo.resx">
161 <DependentUpon>DLoginInfo.cs</DependentUpon>
162 <SubType>Designer</SubType>
163 </EmbeddedResource>
164 <EmbeddedResource Include="DSelectDivision.resx">
165 <DependentUpon>DSelectDivision.cs</DependentUpon>
166 <SubType>Designer</SubType>
167 </EmbeddedResource>
168 <EmbeddedResource Include="DServerInfo.resx">
169 <DependentUpon>DServerInfo.cs</DependentUpon>
170 <SubType>Designer</SubType>
171 </EmbeddedResource>
172 </ItemGroup>
173 <ItemGroup>
174 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
175 <Visible>False</Visible>
176 <ProductName>.NET Framework Client Profile</ProductName>
177 <Install>false</Install>
178 </BootstrapperPackage>
179 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
180 <Visible>False</Visible>
181 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
182 <Install>false</Install>
183 </BootstrapperPackage>
184 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
185 <Visible>False</Visible>
186 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
187 <Install>false</Install>
188 </BootstrapperPackage>
189 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
190 <Visible>False</Visible>
191 <ProductName>.NET Framework 3.5</ProductName>
192 <Install>false</Install>
193 </BootstrapperPackage>
194 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
195 <Visible>False</Visible>
196 <ProductName>.NET Framework 3.5 SP1</ProductName>
197 <Install>true</Install>
198 </BootstrapperPackage>
199 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
200 <Visible>False</Visible>
201 <ProductName>Windows Installer 3.1</ProductName>
202 <Install>true</Install>
203 </BootstrapperPackage>
204 </ItemGroup>
205 <ItemGroup>
206 <None Include="wv.key.snk" />
207 </ItemGroup>
208 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
209 <PropertyGroup>
210 <PreBuildEvent>
211 </PreBuildEvent>
212 <PostBuildEvent>
213 </PostBuildEvent>
214 </PropertyGroup>
215</Project>
Note: See TracBrowser for help on using the repository browser.