source: BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/cs/bmx_0200scr/BMX2/BMXCmdTester/BMXCmdTester.csproj@ 1103

Last change on this file since 1103 was 1103, checked in by Sam Habiel, 13 years ago

Updated bmxTesterForVista to support RPMS. Compile using VISTA or RPMS flag

File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{25C6E4FD-16F0-49E0-B0BA-6126E451F5D6}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>BMXCmdTester</RootNamespace>
12 <AssemblyName>BMXCmdTester</AssemblyName>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <FileUpgradeFlags>
16 </FileUpgradeFlags>
17 <OldToolsVersion>3.5</OldToolsVersion>
18 <UpgradeBackupLocation />
19 <PublishUrl>publish\</PublishUrl>
20 <Install>true</Install>
21 <InstallFrom>Disk</InstallFrom>
22 <UpdateEnabled>false</UpdateEnabled>
23 <UpdateMode>Foreground</UpdateMode>
24 <UpdateInterval>7</UpdateInterval>
25 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26 <UpdatePeriodically>false</UpdatePeriodically>
27 <UpdateRequired>false</UpdateRequired>
28 <MapFileExtensions>true</MapFileExtensions>
29 <ApplicationRevision>0</ApplicationRevision>
30 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31 <IsWebBootstrapper>false</IsWebBootstrapper>
32 <UseApplicationTrust>false</UseApplicationTrust>
33 <BootstrapperEnabled>true</BootstrapperEnabled>
34 </PropertyGroup>
35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36 <DebugSymbols>true</DebugSymbols>
37 <DebugType>full</DebugType>
38 <Optimize>false</Optimize>
39 <OutputPath>bin\Release\</OutputPath>
40 <DefineConstants>DEBUG;TRACE;RPMS</DefineConstants>
41 <ErrorReport>prompt</ErrorReport>
42 <WarningLevel>4</WarningLevel>
43 <Externalconsole>true</Externalconsole>
44 <Commandlineparameters>127.0.0.1 9101 system.01 user.003</Commandlineparameters>
45 </PropertyGroup>
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47 <DebugType>pdbonly</DebugType>
48 <Optimize>true</Optimize>
49 <OutputPath>bin\Release\</OutputPath>
50 <DefineConstants>TRACE</DefineConstants>
51 <ErrorReport>prompt</ErrorReport>
52 <WarningLevel>4</WarningLevel>
53 </PropertyGroup>
54 <ItemGroup>
55 <Reference Include="System" />
56 <Reference Include="System.Core">
57 <RequiredTargetFramework>3.5</RequiredTargetFramework>
58 </Reference>
59 <Reference Include="System.Data" />
60 </ItemGroup>
61 <ItemGroup>
62 <Compile Include="bmxTesterForVista_0200.cs" />
63 </ItemGroup>
64 <ItemGroup>
65 <ProjectReference Include="..\BMXNet\BMXNet.csproj">
66 <Project>{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}</Project>
67 <Name>BMXNet</Name>
68 </ProjectReference>
69 </ItemGroup>
70 <ItemGroup>
71 <BootstrapperPackage Include=".NETFramework,Version=v4.0">
72 <Visible>False</Visible>
73 <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
74 <Install>true</Install>
75 </BootstrapperPackage>
76 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
77 <Visible>False</Visible>
78 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
79 <Install>false</Install>
80 </BootstrapperPackage>
81 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
82 <Visible>False</Visible>
83 <ProductName>.NET Framework 3.5 SP1</ProductName>
84 <Install>false</Install>
85 </BootstrapperPackage>
86 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
87 <Visible>False</Visible>
88 <ProductName>Windows Installer 3.1</ProductName>
89 <Install>true</Install>
90 </BootstrapperPackage>
91 </ItemGroup>
92 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
94 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
95 Other similar extension points exist, see Microsoft.Common.targets.
96 <Target Name="BeforeBuild">
97 </Target>
98 <Target Name="AfterBuild">
99 </Target>
100 -->
101</Project>
Note: See TracBrowser for help on using the repository browser.