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

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

Project finally compiles.

File size: 6.7 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="BMXNet20, Version=2.0.2459.21970, Culture=neutral, PublicKeyToken=069dc2499aed6a8c, processorArchitecture=MSIL">
95 <SpecificVersion>False</SpecificVersion>
96 <HintPath>..\Dotfuscator\Dotfuscated\BMXNet20.dll</HintPath>
97 </Reference>
98 <Reference Include="System">
99 <Name>System</Name>
100 </Reference>
101 <Reference Include="System.Data">
102 <Name>System.Data</Name>
103 </Reference>
104 <Reference Include="System.Drawing">
105 <Name>System.Drawing</Name>
106 </Reference>
107 <Reference Include="System.Windows.Forms">
108 <Name>System.Windows.Forms</Name>
109 </Reference>
110 <Reference Include="System.Xml">
111 <Name>System.XML</Name>
112 </Reference>
113 </ItemGroup>
114 <ItemGroup>
115 <Content Include="App.ico" />
116 <Compile Include="AssemblyInfo.cs">
117 <SubType>Code</SubType>
118 </Compile>
119 <Compile Include="frmBMXNetTest.cs">
120 <SubType>Form</SubType>
121 </Compile>
122 <Compile Include="frmVisitDemo.cs">
123 <SubType>Form</SubType>
124 </Compile>
125 <EmbeddedResource Include="frmBMXNetTest.resx">
126 <DependentUpon>frmBMXNetTest.cs</DependentUpon>
127 <SubType>Designer</SubType>
128 </EmbeddedResource>
129 <EmbeddedResource Include="frmVisitDemo.resx">
130 <DependentUpon>frmVisitDemo.cs</DependentUpon>
131 <SubType>Designer</SubType>
132 </EmbeddedResource>
133 </ItemGroup>
134 <ItemGroup>
135 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
136 <Visible>False</Visible>
137 <ProductName>.NET Framework Client Profile</ProductName>
138 <Install>false</Install>
139 </BootstrapperPackage>
140 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
141 <Visible>False</Visible>
142 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
143 <Install>false</Install>
144 </BootstrapperPackage>
145 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
146 <Visible>False</Visible>
147 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
148 <Install>false</Install>
149 </BootstrapperPackage>
150 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
151 <Visible>False</Visible>
152 <ProductName>.NET Framework 3.5</ProductName>
153 <Install>false</Install>
154 </BootstrapperPackage>
155 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
156 <Visible>False</Visible>
157 <ProductName>.NET Framework 3.5 SP1</ProductName>
158 <Install>true</Install>
159 </BootstrapperPackage>
160 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
161 <Visible>False</Visible>
162 <ProductName>Windows Installer 3.1</ProductName>
163 <Install>true</Install>
164 </BootstrapperPackage>
165 </ItemGroup>
166 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
167 <PropertyGroup>
168 <PreBuildEvent>
169 </PreBuildEvent>
170 <PostBuildEvent>
171 </PostBuildEvent>
172 </PropertyGroup>
173</Project>
Note: See TracBrowser for help on using the repository browser.