1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
\r
6 <ProductVersion>9.0.21022</ProductVersion>
\r
7 <SchemaVersion>2.0</SchemaVersion>
\r
8 <ProjectGuid>{1B62693E-34F7-4CAF-A3E1-A7B1FED7825E}</ProjectGuid>
\r
9 <OutputType>Exe</OutputType>
\r
10 <RootNamespace>hustest</RootNamespace>
\r
11 <AssemblyName>hustest</AssemblyName>
\r
12 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
\r
15 <UpgradeBackupLocation>
\r
16 </UpgradeBackupLocation>
\r
17 <OldToolsVersion>3.5</OldToolsVersion>
\r
18 <PublishUrl>publish\</PublishUrl>
\r
19 <Install>true</Install>
\r
20 <InstallFrom>Disk</InstallFrom>
\r
21 <UpdateEnabled>false</UpdateEnabled>
\r
22 <UpdateMode>Foreground</UpdateMode>
\r
23 <UpdateInterval>7</UpdateInterval>
\r
24 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
\r
25 <UpdatePeriodically>false</UpdatePeriodically>
\r
26 <UpdateRequired>false</UpdateRequired>
\r
27 <MapFileExtensions>true</MapFileExtensions>
\r
28 <ApplicationRevision>0</ApplicationRevision>
\r
29 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
\r
30 <IsWebBootstrapper>false</IsWebBootstrapper>
\r
31 <UseApplicationTrust>false</UseApplicationTrust>
\r
32 <BootstrapperEnabled>true</BootstrapperEnabled>
\r
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
\r
35 <DebugSymbols>true</DebugSymbols>
\r
36 <DebugType>full</DebugType>
\r
37 <Optimize>false</Optimize>
\r
38 <OutputPath>bin\Debug</OutputPath>
\r
39 <DefineConstants>DEBUG</DefineConstants>
\r
40 <ErrorReport>prompt</ErrorReport>
\r
41 <WarningLevel>4</WarningLevel>
\r
42 <PlatformTarget>x86</PlatformTarget>
\r
43 <Externalconsole>true</Externalconsole>
\r
44 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
\r
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
\r
47 <DebugType>none</DebugType>
\r
48 <Optimize>false</Optimize>
\r
49 <OutputPath>bin\Release</OutputPath>
\r
50 <ErrorReport>prompt</ErrorReport>
\r
51 <WarningLevel>4</WarningLevel>
\r
52 <PlatformTarget>x86</PlatformTarget>
\r
53 <Externalconsole>true</Externalconsole>
\r
54 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
\r
57 <Reference Include="System" />
\r
60 <Compile Include="Main.cs" />
\r
61 <Compile Include="AssemblyInfo.cs" />
\r
64 <ProjectReference Include="..\tcpkomm\tcpkomm.csproj">
\r
65 <Project>{8A676024-10D2-413A-AE21-B62D1BEF82F2}</Project>
\r
66 <Name>tcpkomm</Name>
\r
70 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
\r
71 <Visible>False</Visible>
\r
72 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
\r
73 <Install>false</Install>
\r
74 </BootstrapperPackage>
\r
75 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
\r
76 <Visible>False</Visible>
\r
77 <ProductName>.NET Framework 3.5 SP1</ProductName>
\r
78 <Install>true</Install>
\r
79 </BootstrapperPackage>
\r
80 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
\r
81 <Visible>False</Visible>
\r
82 <ProductName>Windows Installer 3.1</ProductName>
\r
83 <Install>true</Install>
\r
84 </BootstrapperPackage>
\r
86 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r