1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 15.0" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Release</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
+ <ProductVersion >9.0.21022</ProductVersion >
7
+ <SchemaVersion >2.0</SchemaVersion >
8
+ <ProjectGuid >{425ACCDC-5A7C-4C2A-B3E2-267C8B77DA05}</ProjectGuid >
9
+ <OutputType >Library</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >CSLibrary</RootNamespace >
12
+ <AssemblyName >CSLibrary</AssemblyName >
13
+ <FileUpgradeFlags >
14
+ </FileUpgradeFlags >
15
+ <UpgradeBackupLocation >
16
+ </UpgradeBackupLocation >
17
+ <OldToolsVersion >15.0</OldToolsVersion >
18
+ <IsWebBootstrapper >true</IsWebBootstrapper >
19
+ <SignAssembly >True</SignAssembly >
20
+ <AssemblyOriginatorKeyFile >..\CSLibrary.snk</AssemblyOriginatorKeyFile >
21
+ <TargetFrameworkProfile />
22
+ <PublishUrl >http://localhost/CSLibrary/</PublishUrl >
23
+ <Install >true</Install >
24
+ <InstallFrom >Web</InstallFrom >
25
+ <UpdateEnabled >true</UpdateEnabled >
26
+ <UpdateMode >Foreground</UpdateMode >
27
+ <UpdateInterval >7</UpdateInterval >
28
+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
29
+ <UpdatePeriodically >false</UpdatePeriodically >
30
+ <UpdateRequired >false</UpdateRequired >
31
+ <MapFileExtensions >true</MapFileExtensions >
32
+ <ApplicationRevision >0</ApplicationRevision >
33
+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
34
+ <UseApplicationTrust >false</UseApplicationTrust >
35
+ <BootstrapperEnabled >true</BootstrapperEnabled >
36
+ <TargetFrameworkVersion >v2.0</TargetFrameworkVersion >
37
+ </PropertyGroup >
38
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
39
+ <OutputPath >..\CSL RFID Demo Apps\Release Libraries\WindowsXP\NET2.0\</OutputPath >
40
+ <DefineConstants >TRACE;WIN32</DefineConstants >
41
+ <DocumentationFile >
42
+ </DocumentationFile >
43
+ <Optimize >True</Optimize >
44
+ <DebugType >pdbonly</DebugType >
45
+ <PlatformTarget >AnyCPU</PlatformTarget >
46
+ <ErrorReport >prompt</ErrorReport >
47
+ <RegisterForComInterop >false</RegisterForComInterop >
48
+ <DebugSymbols >True</DebugSymbols >
49
+ <WarningLevel >4</WarningLevel >
50
+ </PropertyGroup >
51
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
52
+ <OutputPath >bin\WindowsXP\NET3.5\</OutputPath >
53
+ <DefineConstants >TRACE;CS468;WIN32;NET_BUILD</DefineConstants >
54
+ <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
55
+ <DocumentationFile >
56
+ </DocumentationFile >
57
+ <Optimize >True</Optimize >
58
+ <DebugType >pdbonly</DebugType >
59
+ <PlatformTarget >x86</PlatformTarget >
60
+ <ErrorReport >prompt</ErrorReport >
61
+ <WarningLevel >4</WarningLevel >
62
+ </PropertyGroup >
63
+ <ItemGroup >
64
+ <Reference Include =" System" />
65
+ <Reference Include =" System.Data" />
66
+ <Reference Include =" System.Windows.Forms" />
67
+ <Reference Include =" System.Xml" />
68
+ </ItemGroup >
69
+ <ItemGroup >
70
+ <Compile Include =" AssemblyInfo.cs" />
71
+ <Compile Include =" CSLibrary.Comm\CodeFileComm.cs" />
72
+ <Compile Include =" CSLibrary.Comm\CodeFileCommCS101.cs" />
73
+ <Compile Include =" CSLibrary.Comm\CodeFileCommNet.cs" >
74
+ <SubType >Code</SubType >
75
+ </Compile >
76
+ <Compile Include =" CSLibrary.Comm\CodeFileCommNetBoard.cs" />
77
+ <Compile Include =" CSLibrary.Comm\CodeFileCommSerial.cs" />
78
+ <Compile Include =" CSLibrary.Comm\CodeFileCommUSB.cs" >
79
+ <SubType >Code</SubType >
80
+ </Compile >
81
+ <Compile Include =" CSLibrary.Antenna\Antenna.cs" />
82
+ <Compile Include =" CSLibrary.Antenna\AntennaConfig.cs" />
83
+ <Compile Include =" CSLibrary.Antenna\AntennaList.cs" />
84
+ <Compile Include =" CSLibrary.Antenna\AntennaListTypeConverter.cs" />
85
+ <Compile Include =" CSLibrary.Antenna\AntennaStatus.cs" />
86
+ <Compile Include =" CSLibrary.Antenna\AntennaTypeConverter.cs" />
87
+ <Compile Include =" CSLibrary.Constants\AntennaPort.cs" />
88
+ <Compile Include =" CSLibrary.Constants\AntennaSequenceMode.cs" />
89
+ <Compile Include =" CSLibrary.Constants\FreqAgile.cs" />
90
+ <Compile Include =" CSLibrary.Constants\SelectFlags.cs" />
91
+ <Compile Include =" CSLibrary.Debug\CodeFileDebug.cs" />
92
+ <Compile Include =" CSLibrary.Structures\AntennaPortCollections.cs" />
93
+ <Compile Include =" CSLibrary.Structures\HST_ANT_CYCLES.cs" />
94
+ <Compile Include =" CSLibrary.Structures\HST_INV_EPC_MATCH_CFG.cs" />
95
+ <Compile Include =" CSLibrary.Text\HexEncoding.cs" />
96
+ <Compile Include =" CSLibrary.Tools\NativeIOControl.cs" />
97
+ <Compile Include =" CSLibrary.Debug\Debugger.cs" >
98
+ <SubType >Code</SubType >
99
+ </Compile >
100
+ <Compile Include =" CSLibrary.Exception\CSLibrary.Exception.cs" />
101
+ <Compile Include =" CSLibrary.LinkProfile\CSLibrary.LinkProfile.cs" />
102
+ <Compile Include =" CSLibrary.LinkProfile\CSLibrary.LinkProfileList.cs" />
103
+ <Compile Include =" CSLibrary.Structures\CSLibrary.Structures.CoolLog.cs" />
104
+ <Compile Include =" CSLibrary.Tools\NativeRegistry.cs" />
105
+ <Compile Include =" CSLibrary.Tools\NativeSetupAPI.cs" />
106
+ <Compile Include =" Properties\Settings.Designer.cs" >
107
+ <AutoGen >True</AutoGen >
108
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
109
+ <DependentUpon >Settings.settings</DependentUpon >
110
+ </Compile >
111
+ <Compile Include =" CSLibrary.Constants\CSLibrary.Constants.cs" />
112
+ <Compile Include =" CSLibrary.Constants\CSLibrary.Constants.Packet.cs" />
113
+ <Compile Include =" CSLibrary.Core\CSLibrary.Events.cs" />
114
+ <Compile Include =" CSLibrary.cs" />
115
+ <Compile Include =" CSLibrary.Intel\Intel.Constants.cs" />
116
+ <Compile Include =" CSLibrary.Intel\Intel.Structures.cs" />
117
+ <Compile Include =" CSLibrary.Structures\CSLibrary.Structures.cs" />
118
+ <Compile Include =" CSLibrary.Structures\CSLibrary.Structures.Packet.cs" />
119
+ <Compile Include =" CSLibrary.Structures\CSLibrary.Structures.TagKill.cs" />
120
+ <Compile Include =" CSLibrary.Structures\CSLibrary.Structures.TagLock.cs" />
121
+ <Compile Include =" CSLibrary.Structures\CSLibrary.Structures.TagRead.cs" />
122
+ <Compile Include =" CSLibrary.Structures\CSLibrary.Structures.TagWrite.cs" />
123
+ <Compile Include =" CSLibrary.Text\CSLibrary.Text.cs" />
124
+ <Compile Include =" CSLibrary.Net\CSLibrary.Net.Finder.cs" />
125
+ <Compile Include =" CSLibrary.Net\CSLibrary.Net.Display.cs" />
126
+ <Compile Include =" CSLibrary.Tools\CSLibrary.Tools.cs" />
127
+ <Compile Include =" CSLibrary.Tools\CSLibrary.Win32.cs" />
128
+ </ItemGroup >
129
+ <ItemGroup >
130
+ <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
131
+ <Visible >False</Visible >
132
+ <ProductName >.NET Framework Client Profile</ProductName >
133
+ <Install >false</Install >
134
+ </BootstrapperPackage >
135
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.2.0" >
136
+ <Visible >False</Visible >
137
+ <ProductName >.NET Framework 2.0 %28x86%29</ProductName >
138
+ <Install >true</Install >
139
+ </BootstrapperPackage >
140
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.0" >
141
+ <Visible >False</Visible >
142
+ <ProductName >.NET Framework 3.0 %28x86%29</ProductName >
143
+ <Install >false</Install >
144
+ </BootstrapperPackage >
145
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5" >
146
+ <Visible >False</Visible >
147
+ <ProductName >.NET Framework 3.5</ProductName >
148
+ <Install >false</Install >
149
+ </BootstrapperPackage >
150
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
151
+ <Visible >False</Visible >
152
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
153
+ <Install >false</Install >
154
+ </BootstrapperPackage >
155
+ </ItemGroup >
156
+ <ItemGroup >
157
+ <None Include =" ..\CSLibrary.snk" >
158
+ <Link >CSLibrary.snk</Link >
159
+ </None >
160
+ <None Include =" app.config" />
161
+ <None Include =" Properties\Settings.settings" >
162
+ <Generator >SettingsSingleFileGenerator</Generator >
163
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
164
+ </None >
165
+ </ItemGroup >
166
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
167
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
168
+ Other similar extension points exist, see Microsoft.Common.targets.
169
+ <Target Name="BeforeBuild">
170
+ </Target>
171
+ <Target Name="AfterBuild">
172
+ </Target>
173
+ -->
174
+ </Project >
0 commit comments