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

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

Bumped version number on Bmxnet to 2.1.2

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