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

Last change on this file since 817 was 817, checked in by Sam Habiel, 14 years ago
File size: 7.9 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>BMXNet20</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;TRACE</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>DEBUG;TRACE</DefineConstants>
76 <DocumentationFile>bmxnet.xml</DocumentationFile>
77 <DebugSymbols>true</DebugSymbols>
78 <FileAlignment>4096</FileAlignment>
79 <NoStdLib>false</NoStdLib>
80 <NoWarn>1591</NoWarn>
81 <Optimize>false</Optimize>
82 <RegisterForComInterop>false</RegisterForComInterop>
83 <RemoveIntegerChecks>false</RemoveIntegerChecks>
84 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
85 <WarningLevel>4</WarningLevel>
86 <DebugType>full</DebugType>
87 <ErrorReport>prompt</ErrorReport>
88 </PropertyGroup>
89 <ItemGroup>
90 <Reference Include="System">
91 <Name>System</Name>
92 </Reference>
93 <Reference Include="System.Data">
94 <Name>System.Data</Name>
95 </Reference>
96 <Reference Include="System.Drawing">
97 <Name>System.Drawing</Name>
98 </Reference>
99 <Reference Include="System.Runtime.Serialization.Formatters.Soap">
100 <Name>System.Runtime.Serialization.Formatters.Soap</Name>
101 </Reference>
102 <Reference Include="System.Windows.Forms">
103 <Name>System.Windows.Forms</Name>
104 </Reference>
105 <Reference Include="System.Xml">
106 <Name>System.XML</Name>
107 </Reference>
108 </ItemGroup>
109 <ItemGroup>
110 <Compile Include="AssemblyInfo.cs">
111 <SubType>Code</SubType>
112 </Compile>
113 <Compile Include="BMXNetAdapter.cs">
114 <SubType>Component</SubType>
115 </Compile>
116 <Compile Include="BMXNetCommand.cs">
117 <SubType>Component</SubType>
118 </Compile>
119 <Compile Include="BMXNetConnectInfo.cs">
120 <SubType>Component</SubType>
121 </Compile>
122 <Compile Include="BMXNetConnection.cs">
123 <SubType>Component</SubType>
124 </Compile>
125 <Compile Include="BMXNetDataReader.cs">
126 <SubType>Code</SubType>
127 </Compile>
128 <Compile Include="BMXNetException.cs">
129 <SubType>Code</SubType>
130 </Compile>
131 <Compile Include="BMXNetLib.cs">
132 <SubType>Code</SubType>
133 </Compile>
134 <Compile Include="BMXNetParameter.cs">
135 <SubType>Code</SubType>
136 </Compile>
137 <Compile Include="BMXNetParameterCollection.cs">
138 <SubType>Code</SubType>
139 </Compile>
140 <Compile Include="BMXNetTransaction.cs">
141 <SubType>Code</SubType>
142 </Compile>
143 <Compile Include="DLoginInfo.cs">
144 <SubType>Form</SubType>
145 </Compile>
146 <Compile Include="DSelectDivision.cs">
147 <SubType>Form</SubType>
148 </Compile>
149 <Compile Include="DServerInfo.cs">
150 <SubType>Form</SubType>
151 </Compile>
152 <Compile Include="RPMSDb.cs">
153 <SubType>Code</SubType>
154 </Compile>
155 <EmbeddedResource Include="DLoginInfo.resx">
156 <DependentUpon>DLoginInfo.cs</DependentUpon>
157 <SubType>Designer</SubType>
158 </EmbeddedResource>
159 <EmbeddedResource Include="DSelectDivision.resx">
160 <DependentUpon>DSelectDivision.cs</DependentUpon>
161 <SubType>Designer</SubType>
162 </EmbeddedResource>
163 <EmbeddedResource Include="DServerInfo.resx">
164 <DependentUpon>DServerInfo.cs</DependentUpon>
165 <SubType>Designer</SubType>
166 </EmbeddedResource>
167 </ItemGroup>
168 <ItemGroup>
169 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
170 <Visible>False</Visible>
171 <ProductName>.NET Framework Client Profile</ProductName>
172 <Install>false</Install>
173 </BootstrapperPackage>
174 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
175 <Visible>False</Visible>
176 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
177 <Install>false</Install>
178 </BootstrapperPackage>
179 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
180 <Visible>False</Visible>
181 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
182 <Install>false</Install>
183 </BootstrapperPackage>
184 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
185 <Visible>False</Visible>
186 <ProductName>.NET Framework 3.5</ProductName>
187 <Install>false</Install>
188 </BootstrapperPackage>
189 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
190 <Visible>False</Visible>
191 <ProductName>.NET Framework 3.5 SP1</ProductName>
192 <Install>true</Install>
193 </BootstrapperPackage>
194 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
195 <Visible>False</Visible>
196 <ProductName>Windows Installer 3.1</ProductName>
197 <Install>true</Install>
198 </BootstrapperPackage>
199 </ItemGroup>
200 <ItemGroup>
201 <None Include="wv.key.snk" />
202 </ItemGroup>
203 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
204 <PropertyGroup>
205 <PreBuildEvent>
206 </PreBuildEvent>
207 <PostBuildEvent>
208 </PostBuildEvent>
209 </PropertyGroup>
210</Project>
Note: See TracBrowser for help on using the repository browser.