You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

147 lines
6.7 KiB
XML

2 years ago
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{7FB39F6C-B95A-4A1C-B05D-AF03C1A8605B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>XGL.Data</RootNamespace>
<AssemblyName>XGL.Data</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Google.Protobuf, Version=3.5.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Protobuf.3.5.1\lib\net45\Google.Protobuf.dll</HintPath>
</Reference>
<Reference Include="MySql.Data, Version=6.8.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<HintPath>..\packages\MySql.Data.6.8.8\lib\net40\MySql.Data.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Configuration" />
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Drawing.Design" />
<Reference Include="System.Management" />
<Reference Include="System.Transactions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="basedata_carrealinfoDb.cs" />
<Compile Include="basedata_dictionaryDb.cs" />
<Compile Include="basedata_linecatchareaDb.cs" />
<Compile Include="basedata_materialbomDb.cs" />
<Compile Include="basedata_materialinfoDb.cs" />
<Compile Include="basedata_nodeprecussDb.cs" />
<Compile Include="basedata_nodesettingDb.cs" />
<Compile Include="basedata_orderplanDb.cs" />
<Compile Include="basedata_plcsettingDb.cs" />
<Compile Include="common_auth_moduleDb.cs" />
<Compile Include="common_auth_modulepermissionDb.cs" />
<Compile Include="common_auth_permissionDb.cs" />
<Compile Include="common_auth_roleDb.cs" />
<Compile Include="common_auth_rolemodulepermissionDB.cs" />
<Compile Include="common_auth_userDB.cs" />
<Compile Include="common_auth_userroleDB.cs" />
<Compile Include="data_carmaterialDb.cs" />
<Compile Include="data_carproductDb.cs" />
<Compile Include="DBService\DBService.cs" />
2 years ago
<Compile Include="DBService\DringRoomService.cs" />
<Compile Include="DBService\FormingMachineService.cs" />
2 years ago
<Compile Include="DBService\MESDBService.cs" />
<Compile Include="filedatasDb.cs" />
<Compile Include="permissionDB.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="roleDB.cs" />
<Compile Include="rolepermissionDB.cs" />
<Compile Include="sysconfig_operatelogDb.cs" />
<Compile Include="sysnoticesDb.cs" />
<Compile Include="userDB.cs" />
<Compile Include="userroleDB.cs" />
<Compile Include="workdata_suspendinfoDb.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CommonFunc\CommonFunc.csproj">
<Project>{3a2793ad-83f8-4b8a-bf40-9063ba983537}</Project>
<Name>CommonFunc</Name>
</ProjectReference>
<ProjectReference Include="..\LanJuControl\LanJuControl.csproj">
<Project>{6b4bd620-9b0c-4909-8202-803bac881a46}</Project>
<Name>LanJuControl</Name>
</ProjectReference>
<ProjectReference Include="..\LanJuLib\LanJuLib.csproj">
<Project>{215b04e3-57b4-40b2-ba23-532dcea86e1f}</Project>
<Name>LanJuLib</Name>
</ProjectReference>
<ProjectReference Include="..\LanJu\LanJu.csproj">
<Project>{f2d68c85-4460-42e4-9dc8-782397dea3c1}</Project>
<Name>LanJu</Name>
</ProjectReference>
<ProjectReference Include="..\XGL.Model\XGL.Models.csproj">
<Project>{5b781383-5f0c-4102-8f9a-28eef5237013}</Project>
<Name>XGL.Models</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>