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

Last change on this file since 817 was 817, checked in by Sam Habiel, 14 years ago
File size: 6.6 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>{A3A19C51-73D2-4EEE-A190-F1EFBF477BCB}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ApplicationIcon>App.ico</ApplicationIcon>
10 <AssemblyKeyContainerName>
11 </AssemblyKeyContainerName>
12 <AssemblyName>BMXNetTest</AssemblyName>
13 <AssemblyOriginatorKeyFile>
14 </AssemblyOriginatorKeyFile>
15 <DefaultClientScript>JScript</DefaultClientScript>
16 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
17 <DefaultTargetSchema>IE50</DefaultTargetSchema>
18 <DelaySign>true</DelaySign>
19 <OutputType>WinExe</OutputType>
20 <RootNamespace>BMXNetTest</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>
56 </DocumentationFile>
57 <DebugSymbols>true</DebugSymbols>
58 <FileAlignment>4096</FileAlignment>
59 <NoStdLib>false</NoStdLib>
60 <NoWarn>
61 </NoWarn>
62 <Optimize>false</Optimize>
63 <RegisterForComInterop>false</RegisterForComInterop>
64 <RemoveIntegerChecks>false</RemoveIntegerChecks>
65 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
66 <WarningLevel>4</WarningLevel>
67 <DebugType>full</DebugType>
68 <ErrorReport>prompt</ErrorReport>
69 </PropertyGroup>
70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
71 <OutputPath>bin\Release\</OutputPath>
72 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
73 <BaseAddress>285212672</BaseAddress>
74 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
75 <ConfigurationOverrideFile>
76 </ConfigurationOverrideFile>
77 <DefineConstants>TRACE</DefineConstants>
78 <DocumentationFile>
79 </DocumentationFile>
80 <DebugSymbols>true</DebugSymbols>
81 <FileAlignment>4096</FileAlignment>
82 <NoStdLib>false</NoStdLib>
83 <NoWarn>
84 </NoWarn>
85 <Optimize>true</Optimize>
86 <RegisterForComInterop>false</RegisterForComInterop>
87 <RemoveIntegerChecks>false</RemoveIntegerChecks>
88 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
89 <WarningLevel>4</WarningLevel>
90 <DebugType>full</DebugType>
91 <ErrorReport>prompt</ErrorReport>
92 </PropertyGroup>
93 <ItemGroup>
94 <Reference Include="System">
95 <Name>System</Name>
96 </Reference>
97 <Reference Include="System.Data">
98 <Name>System.Data</Name>
99 </Reference>
100 <Reference Include="System.Drawing">
101 <Name>System.Drawing</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 <Content Include="App.ico" />
112 <Compile Include="AssemblyInfo.cs">
113 <SubType>Code</SubType>
114 </Compile>
115 <Compile Include="frmBMXNetTest.cs">
116 <SubType>Form</SubType>
117 </Compile>
118 <Compile Include="frmVisitDemo.cs">
119 <SubType>Form</SubType>
120 </Compile>
121 <EmbeddedResource Include="frmBMXNetTest.resx">
122 <DependentUpon>frmBMXNetTest.cs</DependentUpon>
123 <SubType>Designer</SubType>
124 </EmbeddedResource>
125 <EmbeddedResource Include="frmVisitDemo.resx">
126 <DependentUpon>frmVisitDemo.cs</DependentUpon>
127 <SubType>Designer</SubType>
128 </EmbeddedResource>
129 </ItemGroup>
130 <ItemGroup>
131 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
132 <Visible>False</Visible>
133 <ProductName>.NET Framework Client Profile</ProductName>
134 <Install>false</Install>
135 </BootstrapperPackage>
136 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
137 <Visible>False</Visible>
138 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
139 <Install>false</Install>
140 </BootstrapperPackage>
141 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
142 <Visible>False</Visible>
143 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
144 <Install>false</Install>
145 </BootstrapperPackage>
146 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
147 <Visible>False</Visible>
148 <ProductName>.NET Framework 3.5</ProductName>
149 <Install>false</Install>
150 </BootstrapperPackage>
151 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
152 <Visible>False</Visible>
153 <ProductName>.NET Framework 3.5 SP1</ProductName>
154 <Install>true</Install>
155 </BootstrapperPackage>
156 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
157 <Visible>False</Visible>
158 <ProductName>Windows Installer 3.1</ProductName>
159 <Install>true</Install>
160 </BootstrapperPackage>
161 </ItemGroup>
162 <ItemGroup>
163 <ProjectReference Include="..\BMXNet\BMXNet.csproj">
164 <Project>{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}</Project>
165 <Name>BMXNet</Name>
166 </ProjectReference>
167 </ItemGroup>
168 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
169 <PropertyGroup>
170 <PreBuildEvent>
171 </PreBuildEvent>
172 <PostBuildEvent>
173 </PostBuildEvent>
174 </PropertyGroup>
175</Project>
Note: See TracBrowser for help on using the repository browser.