source: BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/cs/bmx_0200scr/BMX2/BMXNetTest/BMXNetTest.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: 6.7 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>{A3A19C51-73D2-4EEE-A190-F1EFBF477BCB}</ProjectGuid>
8 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10 <ApplicationIcon>App.ico</ApplicationIcon>
11 <AssemblyKeyContainerName>
12 </AssemblyKeyContainerName>
13 <AssemblyName>BMXNetTest</AssemblyName>
14 <AssemblyOriginatorKeyFile>
15 </AssemblyOriginatorKeyFile>
16 <DefaultClientScript>JScript</DefaultClientScript>
17 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18 <DefaultTargetSchema>IE50</DefaultTargetSchema>
19 <DelaySign>true</DelaySign>
20 <OutputType>WinExe</OutputType>
21 <RootNamespace>BMXNetTest</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>v4.0</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 </PropertyGroup>
48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
49 <OutputPath>bin\Release\</OutputPath>
50 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
51 <BaseAddress>285212672</BaseAddress>
52 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
53 <ConfigurationOverrideFile>
54 </ConfigurationOverrideFile>
55 <DefineConstants>DEBUG;TRACE</DefineConstants>
56 <DocumentationFile>
57 </DocumentationFile>
58 <DebugSymbols>true</DebugSymbols>
59 <FileAlignment>4096</FileAlignment>
60 <NoStdLib>false</NoStdLib>
61 <NoWarn>
62 </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>TRACE</DefineConstants>
79 <DocumentationFile>
80 </DocumentationFile>
81 <DebugSymbols>true</DebugSymbols>
82 <FileAlignment>4096</FileAlignment>
83 <NoStdLib>false</NoStdLib>
84 <NoWarn>
85 </NoWarn>
86 <Optimize>true</Optimize>
87 <RegisterForComInterop>false</RegisterForComInterop>
88 <RemoveIntegerChecks>false</RemoveIntegerChecks>
89 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
90 <WarningLevel>4</WarningLevel>
91 <DebugType>full</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.Windows.Forms">
105 <Name>System.Windows.Forms</Name>
106 </Reference>
107 <Reference Include="System.Xml">
108 <Name>System.XML</Name>
109 </Reference>
110 </ItemGroup>
111 <ItemGroup>
112 <Content Include="App.ico" />
113 <Compile Include="AssemblyInfo.cs">
114 <SubType>Code</SubType>
115 </Compile>
116 <Compile Include="frmBMXNetTest.cs">
117 <SubType>Form</SubType>
118 </Compile>
119 <Compile Include="frmVisitDemo.cs">
120 <SubType>Form</SubType>
121 </Compile>
122 <EmbeddedResource Include="frmBMXNetTest.resx">
123 <DependentUpon>frmBMXNetTest.cs</DependentUpon>
124 <SubType>Designer</SubType>
125 </EmbeddedResource>
126 <EmbeddedResource Include="frmVisitDemo.resx">
127 <DependentUpon>frmVisitDemo.cs</DependentUpon>
128 <SubType>Designer</SubType>
129 </EmbeddedResource>
130 </ItemGroup>
131 <ItemGroup>
132 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
133 <Visible>False</Visible>
134 <ProductName>.NET Framework Client Profile</ProductName>
135 <Install>false</Install>
136 </BootstrapperPackage>
137 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
138 <Visible>False</Visible>
139 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
140 <Install>false</Install>
141 </BootstrapperPackage>
142 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
143 <Visible>False</Visible>
144 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
145 <Install>false</Install>
146 </BootstrapperPackage>
147 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
148 <Visible>False</Visible>
149 <ProductName>.NET Framework 3.5</ProductName>
150 <Install>false</Install>
151 </BootstrapperPackage>
152 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
153 <Visible>False</Visible>
154 <ProductName>.NET Framework 3.5 SP1</ProductName>
155 <Install>true</Install>
156 </BootstrapperPackage>
157 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
158 <Visible>False</Visible>
159 <ProductName>Windows Installer 3.1</ProductName>
160 <Install>true</Install>
161 </BootstrapperPackage>
162 </ItemGroup>
163 <ItemGroup>
164 <ProjectReference Include="..\BMXNet\BMXNet.csproj">
165 <Project>{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}</Project>
166 <Name>BMXNet</Name>
167 </ProjectReference>
168 </ItemGroup>
169 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
170 <PropertyGroup>
171 <PreBuildEvent>
172 </PreBuildEvent>
173 <PostBuildEvent>
174 </PostBuildEvent>
175 </PropertyGroup>
176</Project>
Note: See TracBrowser for help on using the repository browser.