source: BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/cs/bmx_0200scr/BMX2/BMXNetTest/BMXNetTest.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: 4.7 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>{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>IHSPrivateKey.pfx</AssemblyOriginatorKeyFile>
14 <DefaultClientScript>JScript</DefaultClientScript>
15 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
16 <DefaultTargetSchema>IE50</DefaultTargetSchema>
17 <DelaySign>true</DelaySign>
18 <OutputType>WinExe</OutputType>
19 <RootNamespace>BMXNetTest</RootNamespace>
20 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
21 <StartupObject>
22 </StartupObject>
23 <FileUpgradeFlags>
24 </FileUpgradeFlags>
25 <UpgradeBackupLocation>
26 </UpgradeBackupLocation>
27 <SignAssembly>false</SignAssembly>
28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30 <OutputPath>bin\Debug\</OutputPath>
31 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
32 <BaseAddress>285212672</BaseAddress>
33 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
34 <ConfigurationOverrideFile>
35 </ConfigurationOverrideFile>
36 <DefineConstants>DEBUG;TRACE</DefineConstants>
37 <DocumentationFile>
38 </DocumentationFile>
39 <DebugSymbols>true</DebugSymbols>
40 <FileAlignment>4096</FileAlignment>
41 <NoStdLib>false</NoStdLib>
42 <NoWarn>
43 </NoWarn>
44 <Optimize>false</Optimize>
45 <RegisterForComInterop>false</RegisterForComInterop>
46 <RemoveIntegerChecks>false</RemoveIntegerChecks>
47 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
48 <WarningLevel>4</WarningLevel>
49 <DebugType>full</DebugType>
50 <ErrorReport>prompt</ErrorReport>
51 </PropertyGroup>
52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53 <OutputPath>bin\Release\</OutputPath>
54 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
55 <BaseAddress>285212672</BaseAddress>
56 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
57 <ConfigurationOverrideFile>
58 </ConfigurationOverrideFile>
59 <DefineConstants>TRACE</DefineConstants>
60 <DocumentationFile>
61 </DocumentationFile>
62 <DebugSymbols>false</DebugSymbols>
63 <FileAlignment>4096</FileAlignment>
64 <NoStdLib>false</NoStdLib>
65 <NoWarn>
66 </NoWarn>
67 <Optimize>true</Optimize>
68 <RegisterForComInterop>false</RegisterForComInterop>
69 <RemoveIntegerChecks>false</RemoveIntegerChecks>
70 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
71 <WarningLevel>4</WarningLevel>
72 <DebugType>none</DebugType>
73 <ErrorReport>prompt</ErrorReport>
74 </PropertyGroup>
75 <ItemGroup>
76 <Reference Include="BMXNet20, Version=2.0.2459.21970, Culture=neutral, PublicKeyToken=069dc2499aed6a8c, processorArchitecture=MSIL">
77 <SpecificVersion>False</SpecificVersion>
78 <HintPath>..\Dotfuscator\Dotfuscated\BMXNet20.dll</HintPath>
79 </Reference>
80 <Reference Include="System">
81 <Name>System</Name>
82 </Reference>
83 <Reference Include="System.Data">
84 <Name>System.Data</Name>
85 </Reference>
86 <Reference Include="System.Drawing">
87 <Name>System.Drawing</Name>
88 </Reference>
89 <Reference Include="System.Windows.Forms">
90 <Name>System.Windows.Forms</Name>
91 </Reference>
92 <Reference Include="System.Xml">
93 <Name>System.XML</Name>
94 </Reference>
95 </ItemGroup>
96 <ItemGroup>
97 <Content Include="App.ico" />
98 <Compile Include="AssemblyInfo.cs">
99 <SubType>Code</SubType>
100 </Compile>
101 <Compile Include="frmBMXNetTest.cs">
102 <SubType>Form</SubType>
103 </Compile>
104 <Compile Include="frmVisitDemo.cs">
105 <SubType>Form</SubType>
106 </Compile>
107 <EmbeddedResource Include="frmBMXNetTest.resx">
108 <DependentUpon>frmBMXNetTest.cs</DependentUpon>
109 <SubType>Designer</SubType>
110 </EmbeddedResource>
111 <EmbeddedResource Include="frmVisitDemo.resx">
112 <DependentUpon>frmVisitDemo.cs</DependentUpon>
113 <SubType>Designer</SubType>
114 </EmbeddedResource>
115 </ItemGroup>
116 <ItemGroup>
117 <None Include="IHSPrivateKey.pfx" />
118 </ItemGroup>
119 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
120 <PropertyGroup>
121 <PreBuildEvent>
122 </PreBuildEvent>
123 <PostBuildEvent>
124 </PostBuildEvent>
125 </PropertyGroup>
126</Project>
Note: See TracBrowser for help on using the repository browser.