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

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

Initial commit of C# Source Code. Now to try to get it to compile.

File size: 5.8 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>8.0.50727</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>IHSPrivateKey.pfx</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>true</SignAssembly>
29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31 <OutputPath>bin\Debug\</OutputPath>
32 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
33 <BaseAddress>285212672</BaseAddress>
34 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
35 <ConfigurationOverrideFile>
36 </ConfigurationOverrideFile>
37 <DefineConstants>DEBUG;TRACE</DefineConstants>
38 <DocumentationFile>bmxnet.xml</DocumentationFile>
39 <DebugSymbols>true</DebugSymbols>
40 <FileAlignment>4096</FileAlignment>
41 <NoStdLib>false</NoStdLib>
42 <NoWarn>1591</NoWarn>
43 <Optimize>false</Optimize>
44 <RegisterForComInterop>false</RegisterForComInterop>
45 <RemoveIntegerChecks>false</RemoveIntegerChecks>
46 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
47 <WarningLevel>4</WarningLevel>
48 <DebugType>full</DebugType>
49 <ErrorReport>prompt</ErrorReport>
50 </PropertyGroup>
51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52 <OutputPath>bin\Release\</OutputPath>
53 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
54 <BaseAddress>285212672</BaseAddress>
55 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
56 <ConfigurationOverrideFile>
57 </ConfigurationOverrideFile>
58 <DefineConstants>TRACE</DefineConstants>
59 <DocumentationFile>bmxnet.xml</DocumentationFile>
60 <DebugSymbols>false</DebugSymbols>
61 <FileAlignment>4096</FileAlignment>
62 <NoStdLib>false</NoStdLib>
63 <NoWarn>1591</NoWarn>
64 <Optimize>true</Optimize>
65 <RegisterForComInterop>false</RegisterForComInterop>
66 <RemoveIntegerChecks>false</RemoveIntegerChecks>
67 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
68 <WarningLevel>4</WarningLevel>
69 <DebugType>none</DebugType>
70 <ErrorReport>prompt</ErrorReport>
71 </PropertyGroup>
72 <ItemGroup>
73 <Reference Include="System">
74 <Name>System</Name>
75 </Reference>
76 <Reference Include="System.Data">
77 <Name>System.Data</Name>
78 </Reference>
79 <Reference Include="System.Drawing">
80 <Name>System.Drawing</Name>
81 </Reference>
82 <Reference Include="System.Runtime.Serialization.Formatters.Soap">
83 <Name>System.Runtime.Serialization.Formatters.Soap</Name>
84 </Reference>
85 <Reference Include="System.Windows.Forms">
86 <Name>System.Windows.Forms</Name>
87 </Reference>
88 <Reference Include="System.Xml">
89 <Name>System.XML</Name>
90 </Reference>
91 </ItemGroup>
92 <ItemGroup>
93 <Compile Include="AssemblyInfo.cs">
94 <SubType>Code</SubType>
95 </Compile>
96 <Compile Include="BMXNetAdapter.cs">
97 <SubType>Component</SubType>
98 </Compile>
99 <Compile Include="BMXNetCommand.cs">
100 <SubType>Component</SubType>
101 </Compile>
102 <Compile Include="BMXNetConnectInfo.cs">
103 <SubType>Component</SubType>
104 </Compile>
105 <Compile Include="BMXNetConnection.cs">
106 <SubType>Component</SubType>
107 </Compile>
108 <Compile Include="BMXNetDataReader.cs">
109 <SubType>Code</SubType>
110 </Compile>
111 <Compile Include="BMXNetException.cs">
112 <SubType>Code</SubType>
113 </Compile>
114 <Compile Include="BMXNetLib.cs">
115 <SubType>Code</SubType>
116 </Compile>
117 <Compile Include="BMXNetParameter.cs">
118 <SubType>Code</SubType>
119 </Compile>
120 <Compile Include="BMXNetParameterCollection.cs">
121 <SubType>Code</SubType>
122 </Compile>
123 <Compile Include="BMXNetTransaction.cs">
124 <SubType>Code</SubType>
125 </Compile>
126 <Compile Include="DLoginInfo.cs">
127 <SubType>Form</SubType>
128 </Compile>
129 <Compile Include="DSelectDivision.cs">
130 <SubType>Form</SubType>
131 </Compile>
132 <Compile Include="DServerInfo.cs">
133 <SubType>Form</SubType>
134 </Compile>
135 <Compile Include="RPMSDb.cs">
136 <SubType>Code</SubType>
137 </Compile>
138 <EmbeddedResource Include="DLoginInfo.resx">
139 <DependentUpon>DLoginInfo.cs</DependentUpon>
140 <SubType>Designer</SubType>
141 </EmbeddedResource>
142 <EmbeddedResource Include="DSelectDivision.resx">
143 <DependentUpon>DSelectDivision.cs</DependentUpon>
144 <SubType>Designer</SubType>
145 </EmbeddedResource>
146 <EmbeddedResource Include="DServerInfo.resx">
147 <DependentUpon>DServerInfo.cs</DependentUpon>
148 <SubType>Designer</SubType>
149 </EmbeddedResource>
150 </ItemGroup>
151 <ItemGroup>
152 <None Include="IHSPrivateKey.pfx" />
153 </ItemGroup>
154 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
155 <PropertyGroup>
156 <PreBuildEvent>
157 </PreBuildEvent>
158 <PostBuildEvent>
159 </PostBuildEvent>
160 </PropertyGroup>
161</Project>
Note: See TracBrowser for help on using the repository browser.