Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2233 - 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="14.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.21022</ProductVersion>
7
    <SchemaVersion>2.0</SchemaVersion>
8
    <ProjectGuid>{D7450AA6-F964-487D-B2AA-661D0908A7EE}</ProjectGuid>
9
    <OutputType>Library</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>SimpleSerialPort</RootNamespace>
12
    <AssemblyName>SimpleSerialPort</AssemblyName>
13
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14
    <FileAlignment>512</FileAlignment>
15
    <FileUpgradeFlags>
16
    </FileUpgradeFlags>
17
    <UpgradeBackupLocation>
18
    </UpgradeBackupLocation>
19
    <OldToolsVersion>3.5</OldToolsVersion>
20
    <PublishUrl>publish\</PublishUrl>
21
    <Install>true</Install>
22
    <InstallFrom>Disk</InstallFrom>
23
    <UpdateEnabled>false</UpdateEnabled>
24
    <UpdateMode>Foreground</UpdateMode>
25
    <UpdateInterval>7</UpdateInterval>
26
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
27
    <UpdatePeriodically>false</UpdatePeriodically>
28
    <UpdateRequired>false</UpdateRequired>
29
    <MapFileExtensions>true</MapFileExtensions>
30
    <ApplicationRevision>0</ApplicationRevision>
31
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
32
    <IsWebBootstrapper>false</IsWebBootstrapper>
33
    <UseApplicationTrust>false</UseApplicationTrust>
34
    <BootstrapperEnabled>true</BootstrapperEnabled>
35
  </PropertyGroup>
36
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37
    <DebugSymbols>true</DebugSymbols>
38
    <DebugType>full</DebugType>
39
    <Optimize>false</Optimize>
40
    <OutputPath>bin\Debug\</OutputPath>
41
    <DefineConstants>DEBUG;TRACE</DefineConstants>
42
    <ErrorReport>prompt</ErrorReport>
43
    <WarningLevel>4</WarningLevel>
44
  </PropertyGroup>
45
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46
    <DebugType>pdbonly</DebugType>
47
    <Optimize>true</Optimize>
48
    <OutputPath>bin\Release\</OutputPath>
49
    <DefineConstants>TRACE</DefineConstants>
50
    <ErrorReport>prompt</ErrorReport>
51
    <WarningLevel>4</WarningLevel>
52
  </PropertyGroup>
53
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
54
    <DebugSymbols>true</DebugSymbols>
55
    <OutputPath>bin\x86\Debug\</OutputPath>
56
    <DefineConstants>DEBUG;TRACE</DefineConstants>
57
    <DebugType>full</DebugType>
58
    <PlatformTarget>x86</PlatformTarget>
59
    <ErrorReport>prompt</ErrorReport>
60
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
61
  </PropertyGroup>
62
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
63
    <OutputPath>bin\x86\Release\</OutputPath>
64
    <DefineConstants>TRACE</DefineConstants>
65
    <Optimize>true</Optimize>
66
    <DebugType>pdbonly</DebugType>
67
    <PlatformTarget>x86</PlatformTarget>
68
    <ErrorReport>prompt</ErrorReport>
69
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
70
  </PropertyGroup>
71
  <ItemGroup>
72
    <Reference Include="System" />
73
    <Reference Include="System.Core">
74
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
75
    </Reference>
76
    <Reference Include="System.Xml.Linq">
77
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
78
    </Reference>
79
    <Reference Include="System.Data.DataSetExtensions">
80
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
81
    </Reference>
82
    <Reference Include="System.Data" />
83
    <Reference Include="System.Drawing" />
84
    <Reference Include="System.Windows.Forms" />
85
    <Reference Include="System.Xml" />
86
  </ItemGroup>
87
  <ItemGroup>
88
    <Compile Include="SimpleSerialPort.cs">
89
      <SubType>UserControl</SubType>
90
    </Compile>
91
    <Compile Include="SimpleSerialPort.Designer.cs">
92
      <DependentUpon>SimpleSerialPort.cs</DependentUpon>
93
    </Compile>
94
    <Compile Include="Properties\AssemblyInfo.cs" />
95
    <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
96
  </ItemGroup>
97
  <ItemGroup>
98
    <EmbeddedResource Include="SimpleSerialPort.resx">
99
      <DependentUpon>SimpleSerialPort.cs</DependentUpon>
100
      <SubType>Designer</SubType>
101
    </EmbeddedResource>
102
  </ItemGroup>
103
  <ItemGroup>
104
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
105
      <Visible>False</Visible>
106
      <ProductName>.NET Framework 3.5 SP1</ProductName>
107
      <Install>true</Install>
108
    </BootstrapperPackage>
109
  </ItemGroup>
110
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
111
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
112
       Other similar extension points exist, see Microsoft.Common.targets.
113
  <Target Name="BeforeBuild">
114
  </Target>
115
  <Target Name="AfterBuild">
116
  </Target>
117
  -->
118
</Project>