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)' == '' ">x86</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{7945B5C5-A593-49B7-81C5-85C43C5D5ABF}</ProjectGuid>
9    <OutputType>WinExe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>CatLog</RootNamespace>
12    <AssemblyName>CatLog</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15    <FileAlignment>512</FileAlignment>
16    <PublishUrl>publish\</PublishUrl>
17    <Install>true</Install>
18    <InstallFrom>Disk</InstallFrom>
19    <UpdateEnabled>false</UpdateEnabled>
20    <UpdateMode>Foreground</UpdateMode>
21    <UpdateInterval>7</UpdateInterval>
22    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
23    <UpdatePeriodically>false</UpdatePeriodically>
24    <UpdateRequired>false</UpdateRequired>
25    <MapFileExtensions>true</MapFileExtensions>
26    <ApplicationRevision>0</ApplicationRevision>
27    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
28    <IsWebBootstrapper>false</IsWebBootstrapper>
29    <UseApplicationTrust>false</UseApplicationTrust>
30    <BootstrapperEnabled>true</BootstrapperEnabled>
31  </PropertyGroup>
32  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
33    <PlatformTarget>x86</PlatformTarget>
34    <DebugSymbols>true</DebugSymbols>
35    <DebugType>full</DebugType>
36    <Optimize>false</Optimize>
37    <OutputPath>bin\Debug\</OutputPath>
38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <ErrorReport>prompt</ErrorReport>
40    <WarningLevel>4</WarningLevel>
41  </PropertyGroup>
42  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
43    <PlatformTarget>x86</PlatformTarget>
44    <DebugType>pdbonly</DebugType>
45    <Optimize>true</Optimize>
46    <OutputPath>bin\Release\</OutputPath>
47    <DefineConstants>TRACE</DefineConstants>
48    <ErrorReport>prompt</ErrorReport>
49    <WarningLevel>4</WarningLevel>
50    <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
51  </PropertyGroup>
52  <PropertyGroup>
53    <ApplicationIcon>catlog.ico</ApplicationIcon>
54  </PropertyGroup>
55  <ItemGroup>
56    <Reference Include="System" />
57    <Reference Include="System.Core" />
58    <Reference Include="System.Management" />
59    <Reference Include="System.Xml.Linq" />
60    <Reference Include="System.Data.DataSetExtensions" />
61    <Reference Include="System.Data" />
62    <Reference Include="System.Deployment" />
63    <Reference Include="System.Drawing" />
64    <Reference Include="System.Windows.Forms" />
65    <Reference Include="System.Xml" />
66  </ItemGroup>
67  <ItemGroup>
68    <Compile Include="SelectPortDialog.cs">
69      <SubType>Form</SubType>
70    </Compile>
71    <Compile Include="SelectPortDialog.Designer.cs">
72      <DependentUpon>SelectPortDialog.cs</DependentUpon>
73    </Compile>
74    <Compile Include="SerialLog.cs" />
75    <Compile Include="CatLog.cs">
76      <SubType>Form</SubType>
77    </Compile>
78    <Compile Include="CatLog.Designer.cs">
79      <DependentUpon>CatLog.cs</DependentUpon>
80    </Compile>
81    <Compile Include="Program.cs" />
82    <Compile Include="Properties\AssemblyInfo.cs" />
83    <EmbeddedResource Include="Properties\Resources.resx">
84      <Generator>ResXFileCodeGenerator</Generator>
85      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
86      <SubType>Designer</SubType>
87    </EmbeddedResource>
88    <Compile Include="Properties\Resources.Designer.cs">
89      <AutoGen>True</AutoGen>
90      <DependentUpon>Resources.resx</DependentUpon>
91      <DesignTime>True</DesignTime>
92    </Compile>
93    <EmbeddedResource Include="SelectPortDialog.resx">
94      <DependentUpon>SelectPortDialog.cs</DependentUpon>
95    </EmbeddedResource>
96    <EmbeddedResource Include="CatLog.resx">
97      <DependentUpon>CatLog.cs</DependentUpon>
98    </EmbeddedResource>
99    <None Include="Properties\Settings.settings">
100      <Generator>SettingsSingleFileGenerator</Generator>
101      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
102    </None>
103    <Compile Include="Properties\Settings.Designer.cs">
104      <AutoGen>True</AutoGen>
105      <DependentUpon>Settings.settings</DependentUpon>
106      <DesignTimeSharedInput>True</DesignTimeSharedInput>
107    </Compile>
108  </ItemGroup>
109  <ItemGroup>
110    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
111      <Visible>False</Visible>
112      <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
113      <Install>true</Install>
114    </BootstrapperPackage>
115    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
116      <Visible>False</Visible>
117      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
118      <Install>false</Install>
119    </BootstrapperPackage>
120    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
121      <Visible>False</Visible>
122      <ProductName>.NET Framework 3.5 SP1</ProductName>
123      <Install>false</Install>
124    </BootstrapperPackage>
125    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
126      <Visible>False</Visible>
127      <ProductName>Windows Installer 3.1</ProductName>
128      <Install>true</Install>
129    </BootstrapperPackage>
130  </ItemGroup>
131  <ItemGroup>
132    <Content Include="catlog.ico" />
133  </ItemGroup>
134  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
135  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
136       Other similar extension points exist, see Microsoft.Common.targets.
137  <Target Name="BeforeBuild">
138  </Target>
139  <Target Name="AfterBuild">
140  </Target>
141  -->
142</Project>