1
duan
2024-08-21 f71a02229c1ba00fbecaead19256593ffb052753
提交 | 用户 | age
90c6eb 1 <?xml version="1.0" encoding="utf-8"?>
J 2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
eab296 3   <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
90c6eb 4   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
J 5   <PropertyGroup>
6     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8     <ProjectGuid>{B7EED0D2-85EC-4D09-98CE-CA61C0D96DFE}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <RootNamespace>WindowsFormsApp1</RootNamespace>
11     <AssemblyName>WindowsFormsApp1</AssemblyName>
12     <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13     <FileAlignment>512</FileAlignment>
14     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
eab296 15     <NuGetPackageImportStamp>
J 16     </NuGetPackageImportStamp>
d7a15c 17     <IsWebBootstrapper>false</IsWebBootstrapper>
D 18     <PublishUrl>E:\webroot\DIX\</PublishUrl>
19     <Install>true</Install>
20     <InstallFrom>Disk</InstallFrom>
21     <UpdateEnabled>false</UpdateEnabled>
22     <UpdateMode>Foreground</UpdateMode>
23     <UpdateInterval>7</UpdateInterval>
24     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
25     <UpdatePeriodically>false</UpdatePeriodically>
26     <UpdateRequired>false</UpdateRequired>
27     <MapFileExtensions>true</MapFileExtensions>
28     <AutorunEnabled>true</AutorunEnabled>
29     <ApplicationRevision>0</ApplicationRevision>
30     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31     <UseApplicationTrust>false</UseApplicationTrust>
32     <PublishWizardCompleted>true</PublishWizardCompleted>
33     <BootstrapperEnabled>true</BootstrapperEnabled>
90c6eb 34   </PropertyGroup>
J 35   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36     <PlatformTarget>AnyCPU</PlatformTarget>
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>
d7a15c 43     <WarningLevel>1</WarningLevel>
90c6eb 44   </PropertyGroup>
J 45   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46     <PlatformTarget>AnyCPU</PlatformTarget>
47     <DebugType>pdbonly</DebugType>
48     <Optimize>true</Optimize>
49     <OutputPath>bin\Release\</OutputPath>
50     <DefineConstants>TRACE</DefineConstants>
51     <ErrorReport>prompt</ErrorReport>
52     <WarningLevel>4</WarningLevel>
d7a15c 53   </PropertyGroup>
D 54   <PropertyGroup>
55     <ManifestCertificateThumbprint>36D9A55B9644C1FA4E88144D1559A3DD6A48C629</ManifestCertificateThumbprint>
56   </PropertyGroup>
57   <PropertyGroup>
58     <ManifestKeyFile>WindowsFormsApp1_TemporaryKey.pfx</ManifestKeyFile>
59   </PropertyGroup>
60   <PropertyGroup>
61     <GenerateManifests>true</GenerateManifests>
62   </PropertyGroup>
63   <PropertyGroup>
64     <SignManifests>false</SignManifests>
90c6eb 65   </PropertyGroup>
J 66   <ItemGroup>
eab296 67     <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
J 68       <HintPath>..\packages\Portable.BouncyCastle.1.9.0\lib\net40\BouncyCastle.Crypto.dll</HintPath>
69     </Reference>
70     <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
71       <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
72     </Reference>
73     <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
74       <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
75     </Reference>
76     <Reference Include="Google.Protobuf, Version=3.19.4.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
77       <HintPath>..\packages\Google.Protobuf.3.19.4\lib\net45\Google.Protobuf.dll</HintPath>
78     </Reference>
d7a15c 79     <Reference Include="M2Mqtt.Net, Version=4.3.0.0, Culture=neutral, processorArchitecture=MSIL">
D 80       <HintPath>..\packages\M2Mqtt.4.3.0.0\lib\net45\M2Mqtt.Net.dll</HintPath>
81     </Reference>
82     <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
83       <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
60f582 84     </Reference>
eab296 85     <Reference Include="MySql.Data, Version=8.0.31.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
J 86       <HintPath>..\packages\MySql.Data.8.0.31\lib\net452\MySql.Data.dll</HintPath>
87     </Reference>
88     <Reference Include="mysql.data.entity.EF6, Version=6.8.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
89       <HintPath>..\packages\MySql.Data.Entities.6.8.3.0\lib\net45\mysql.data.entity.EF6.dll</HintPath>
90     </Reference>
91     <Reference Include="MySql.Data.EntityFramework, Version=8.0.31.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
92       <HintPath>..\packages\MySql.Data.EntityFramework.8.0.31\lib\net452\MySql.Data.EntityFramework.dll</HintPath>
93     </Reference>
d7a15c 94     <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
D 95       <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
96     </Reference>
97     <Reference Include="Pipelines.Sockets.Unofficial, Version=1.0.0.0, Culture=neutral, PublicKeyToken=42ea0a778e13fbe2, processorArchitecture=MSIL">
98       <HintPath>..\packages\Pipelines.Sockets.Unofficial.2.2.2\lib\net461\Pipelines.Sockets.Unofficial.dll</HintPath>
99     </Reference>
4e8a53 100     <Reference Include="PresentationCore" />
4b8004 101     <Reference Include="PresentationFramework" />
d7a15c 102     <Reference Include="SqlSugar, Version=5.1.4.66, Culture=neutral, processorArchitecture=MSIL">
D 103       <HintPath>..\packages\SqlSugar.5.1.4.66\lib\SqlSugar.dll</HintPath>
104     </Reference>
105     <Reference Include="StackExchange.Redis, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
106       <HintPath>..\packages\StackExchange.Redis.2.6.104\lib\net461\StackExchange.Redis.dll</HintPath>
107     </Reference>
90c6eb 108     <Reference Include="System" />
eab296 109     <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
J 110       <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
111     </Reference>
112     <Reference Include="System.ComponentModel.DataAnnotations" />
113     <Reference Include="System.Configuration" />
114     <Reference Include="System.Configuration.Install" />
90c6eb 115     <Reference Include="System.Core" />
d7a15c 116     <Reference Include="System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
D 117       <HintPath>..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
118     </Reference>
119     <Reference Include="System.IO.Pipelines, Version=5.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
120       <HintPath>..\packages\System.IO.Pipelines.5.0.1\lib\net461\System.IO.Pipelines.dll</HintPath>
121     </Reference>
eab296 122     <Reference Include="System.Management" />
J 123     <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
124       <HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
125     </Reference>
126     <Reference Include="System.Numerics" />
127     <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
128       <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
129     </Reference>
130     <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
131       <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
132     </Reference>
d7a15c 133     <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
D 134       <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
135     </Reference>
eab296 136     <Reference Include="System.Security" />
d7a15c 137     <Reference Include="System.Threading.Channels, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
D 138       <HintPath>..\packages\System.Threading.Channels.5.0.0\lib\net461\System.Threading.Channels.dll</HintPath>
139     </Reference>
140     <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
141       <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
142     </Reference>
eab296 143     <Reference Include="System.Transactions" />
d7a15c 144     <Reference Include="System.Web.Extensions" />
4b8004 145     <Reference Include="System.Windows" />
4e8a53 146     <Reference Include="System.Xaml" />
90c6eb 147     <Reference Include="System.Xml.Linq" />
J 148     <Reference Include="System.Data.DataSetExtensions" />
149     <Reference Include="Microsoft.CSharp" />
150     <Reference Include="System.Data" />
151     <Reference Include="System.Deployment" />
152     <Reference Include="System.Drawing" />
153     <Reference Include="System.Net.Http" />
154     <Reference Include="System.Windows.Forms" />
155     <Reference Include="System.Xml" />
4e8a53 156     <Reference Include="UIAutomationProvider" />
J 157     <Reference Include="WindowsBase" />
158     <Reference Include="WindowsFormsIntegration" />
eab296 159     <Reference Include="ZstdNet, Version=1.4.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
J 160       <HintPath>..\packages\MySql.Data.8.0.31\lib\net452\ZstdNet.dll</HintPath>
161     </Reference>
8eea5c 162     <Reference Include="zxing">
A 163       <HintPath>..\DIXWeb.Web\DLL\zxing.dll</HintPath>
90c6eb 164     </Reference>
8eea5c 165     <Reference Include="zxing.presentation">
A 166       <HintPath>..\DIXWeb.Web\DLL\zxing.presentation.dll</HintPath>
90c6eb 167     </Reference>
J 168   </ItemGroup>
169   <ItemGroup>
d7a15c 170     <Compile Include="Common\Redis.cs" />
eab296 171     <Compile Include="Controllers\MySqlTestController.cs" />
3ddf58 172     <Compile Include="DataSync.cs">
J 173       <SubType>Form</SubType>
174     </Compile>
175     <Compile Include="DataSync.Designer.cs">
176       <DependentUpon>DataSync.cs</DependentUpon>
177     </Compile>
d7a15c 178     <Compile Include="Entity\Toprie_Motif.cs" />
D 179     <Compile Include="Entity\Toprie.cs" />
180     <Compile Include="Entity\UserInfoDto.cs" />
90c6eb 181     <Compile Include="Form1.cs">
J 182       <SubType>Form</SubType>
183     </Compile>
184     <Compile Include="Form1.Designer.cs">
185       <DependentUpon>Form1.cs</DependentUpon>
186     </Compile>
d7a15c 187     <Compile Include="Helper\ConnectionDbNameHelp.cs" />
D 188     <Compile Include="Helper\FlagHelp.cs" />
189     <Compile Include="Helper\MqttconfigHelp.cs" />
190     <Compile Include="Helper\RedisHelper.cs" />
191     <Compile Include="Common\SqlSugarConnection.cs" />
24d6fb 192     <Compile Include="ImgUploadTest.cs">
J 193       <SubType>Form</SubType>
194     </Compile>
195     <Compile Include="ImgUploadTest.Designer.cs">
196       <DependentUpon>ImgUploadTest.cs</DependentUpon>
197     </Compile>
d7a15c 198     <Compile Include="Item\ToreieItem.cs" />
eab296 199     <Compile Include="MySQL.cs">
J 200       <SubType>Form</SubType>
201     </Compile>
202     <Compile Include="MySQL.Designer.cs">
203       <DependentUpon>MySQL.cs</DependentUpon>
204     </Compile>
90c6eb 205     <Compile Include="Program.cs" />
J 206     <Compile Include="Properties\AssemblyInfo.cs" />
207     <Compile Include="VectorPhoto.cs" />
24d6fb 208     <Content Include="imgs\imgup.jpg" />
3ddf58 209     <EmbeddedResource Include="DataSync.resx">
J 210       <DependentUpon>DataSync.cs</DependentUpon>
211     </EmbeddedResource>
90c6eb 212     <EmbeddedResource Include="Form1.resx">
J 213       <DependentUpon>Form1.cs</DependentUpon>
eab296 214     </EmbeddedResource>
24d6fb 215     <EmbeddedResource Include="ImgUploadTest.resx">
J 216       <DependentUpon>ImgUploadTest.cs</DependentUpon>
217     </EmbeddedResource>
eab296 218     <EmbeddedResource Include="MySQL.resx">
J 219       <DependentUpon>MySQL.cs</DependentUpon>
90c6eb 220     </EmbeddedResource>
J 221     <EmbeddedResource Include="Properties\Resources.resx">
222       <Generator>ResXFileCodeGenerator</Generator>
223       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
224       <SubType>Designer</SubType>
225     </EmbeddedResource>
226     <Compile Include="Properties\Resources.Designer.cs">
227       <AutoGen>True</AutoGen>
228       <DependentUpon>Resources.resx</DependentUpon>
229     </Compile>
eab296 230     <Content Include="Config\database.config">
J 231       <SubType>Designer</SubType>
232     </Content>
90c6eb 233     <None Include="packages.config" />
J 234     <None Include="Properties\Settings.settings">
235       <Generator>SettingsSingleFileGenerator</Generator>
236       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
237     </None>
238     <Compile Include="Properties\Settings.Designer.cs">
239       <AutoGen>True</AutoGen>
240       <DependentUpon>Settings.settings</DependentUpon>
241       <DesignTimeSharedInput>True</DesignTimeSharedInput>
242     </Compile>
d7a15c 243     <None Include="WindowsFormsApp1_TemporaryKey.pfx" />
90c6eb 244   </ItemGroup>
J 245   <ItemGroup>
976242 246     <None Include="App.config">
J 247       <SubType>Designer</SubType>
248     </None>
90c6eb 249   </ItemGroup>
60f582 250   <ItemGroup>
J 251     <Folder Include="libs\" />
252   </ItemGroup>
eab296 253   <ItemGroup>
3ddf58 254     <ProjectReference Include="..\DIXPad.DataProtocol\DIXPad.DataProtocol.csproj">
4e8a53 255       <Project>{40b5896c-04c3-44c4-bc73-4096d6bf79fd}</Project>
3ddf58 256       <Name>DIXPad.DataProtocol</Name>
J 257     </ProjectReference>
258     <ProjectReference Include="..\DIXPad.RSLC\DIXPad.RSLC.csproj">
259       <Project>{ccb24ba0-4e25-4d90-85dc-8fb1bb18dbe7}</Project>
260       <Name>DIXPad.RSLC</Name>
261     </ProjectReference>
eab296 262     <ProjectReference Include="..\DIXWeb.Business\DIXWeb.Business.csproj">
J 263       <Project>{62858a89-da3c-4658-8219-580780d435c9}</Project>
264       <Name>DIXWeb.Business</Name>
265     </ProjectReference>
266     <ProjectReference Include="..\DIXWeb.DataRepository\DIXWeb.DataRepository.csproj">
267       <Project>{01C93A6B-76C5-4B10-B8B9-2F173B5F9441}</Project>
268       <Name>DIXWeb.DataRepository</Name>
269     </ProjectReference>
270     <ProjectReference Include="..\DIXWeb.Entity\DIXWeb.Entity.csproj">
271       <Project>{544fe3ea-46f2-45f7-9574-d4fea111a9c1}</Project>
272       <Name>DIXWeb.Entity</Name>
273     </ProjectReference>
274     <ProjectReference Include="..\DIXWeb.Util\DIXWeb.Util.csproj">
275       <Project>{7095b12b-7ff2-4b6b-8c6c-654197edaa34}</Project>
276       <Name>DIXWeb.Util</Name>
277     </ProjectReference>
4e8a53 278     <ProjectReference Include="..\UCControls\ucInspectItemShow.csproj">
J 279       <Project>{81FEE6CF-FC91-47BE-A30D-38D668BA0634}</Project>
280       <Name>ucInspectItemShow</Name>
281     </ProjectReference>
282   </ItemGroup>
283   <ItemGroup>
284     <WCFMetadata Include="Connected Services\" />
eab296 285   </ItemGroup>
d7a15c 286   <ItemGroup>
D 287     <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
288       <Visible>False</Visible>
289       <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
290       <Install>true</Install>
291     </BootstrapperPackage>
292     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
293       <Visible>False</Visible>
294       <ProductName>.NET Framework 3.5 SP1</ProductName>
295       <Install>false</Install>
296     </BootstrapperPackage>
297   </ItemGroup>
90c6eb 298   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
eab296 299   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
J 300     <PropertyGroup>
301       <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
302     </PropertyGroup>
303     <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
304     <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
305   </Target>
306   <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
90c6eb 307 </Project>