123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- <?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>{8BE1E34A-D5C7-45C9-9743-54522F90F769}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>YiLvRunFrom</RootNamespace>
- <AssemblyName>YiLvRunFrom</AssemblyName>
- <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="BLL\Bll.cs" />
- <Compile Include="BLL\Common.cs" />
- <Compile Include="BLL\DispatchListBll.cs" />
- <Compile Include="BLL\VendorBll.cs" />
- <Compile Include="BLL\WdtLosBll.cs" />
- <Compile Include="Dal\WdtLogService.cs" />
- <Compile Include="Form1.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Form1.Designer.cs">
- <DependentUpon>Form1.cs</DependentUpon>
- </Compile>
- <Compile Include="Form2.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Form2.Designer.cs">
- <DependentUpon>Form2.cs</DependentUpon>
- </Compile>
- <Compile Include="BLL\InventoryBll.cs" />
- <Compile Include="BLL\PO_PomainBll.cs" />
- <Compile Include="Form3.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Form3.Designer.cs">
- <DependentUpon>Form3.cs</DependentUpon>
- </Compile>
- <Compile Include="Model\WdtLogs.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="BLL\PU_ArrivalVouchBll.cs" />
- <Compile Include="BLL\RdRecord01Bll.cs" />
- <Compile Include="BLL\RdRecord08Bll.cs" />
- <Compile Include="BLL\RdRecord09Bll.cs" />
- <Compile Include="BLL\SO_SOMainBll.cs" />
- <Compile Include="Dal\TimeDal.cs" />
- <Compile Include="BLL\WarehouseBll.cs" />
- <EmbeddedResource Include="Form1.resx">
- <DependentUpon>Form1.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Form2.resx">
- <DependentUpon>Form2.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Form3.resx">
- <DependentUpon>Form3.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Resources.resx</DependentUpon>
- <DesignTime>True</DesignTime>
- </Compile>
- <None Include="app.config" />
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\cuidian.Common\cuidian.Common.csproj">
- <Project>{710a103b-c368-4451-8534-7d61d4bdbaeb}</Project>
- <Name>cuidian.Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\cuidian.OpenApi\cuidian.OpenApi.csproj">
- <Project>{466aca46-46a6-497f-8292-1a4b4351520b}</Project>
- <Name>cuidian.OpenApi</Name>
- </ProjectReference>
- <ProjectReference Include="..\cuidian.Sql\cuidian.Sql.csproj">
- <Project>{ceffb85e-3264-4c29-9301-054310a49252}</Project>
- <Name>cuidian.Sql</Name>
- </ProjectReference>
- <ProjectReference Include="..\Logs\Logs.csproj">
- <Project>{df059a77-2f65-43f2-85bc-f6736c4ad606}</Project>
- <Name>Logs</Name>
- </ProjectReference>
- <ProjectReference Include="..\OperationLog\OperationLog.csproj">
- <Project>{0bd97091-335d-4c5e-b311-934c2392aad2}</Project>
- <Name>OperationLog</Name>
- </ProjectReference>
- <ProjectReference Include="..\Service1\Service1.csproj">
- <Project>{3f1e64f3-d4ad-4c09-a739-f80385dc106b}</Project>
- <Name>Service1</Name>
- </ProjectReference>
- <ProjectReference Include="..\TempDbToUfida\TempDbToUfida.csproj">
- <Project>{9600d96c-2649-460b-b103-07e04e41ed63}</Project>
- <Name>TempDbToUfida</Name>
- </ProjectReference>
- <ProjectReference Include="..\TempDbToWang\TempDbToWang.csproj">
- <Project>{b2e2eaa4-e426-457f-b8b7-a037e49dd5f9}</Project>
- <Name>TempDbToWang</Name>
- </ProjectReference>
- <ProjectReference Include="..\TimeSchedule\TimeSchedule.csproj">
- <Project>{e4c66ca6-528f-4d66-ad47-9e1cc69746ee}</Project>
- <Name>TimeSchedule</Name>
- </ProjectReference>
- <ProjectReference Include="..\UfidaToTempDb\UfidaToTempDb.csproj">
- <Project>{8725d3b2-12d6-43c9-9acd-73fcc38ee061}</Project>
- <Name>UfidaToTempDb</Name>
- </ProjectReference>
- <ProjectReference Include="..\WangToTempDb\WangToTempDb.csproj">
- <Project>{d216d08c-95c2-4da0-870d-9eb3b3acebf7}</Project>
- <Name>WangToTempDb</Name>
- </ProjectReference>
- <ProjectReference Include="..\WangToUfida\WangToUfida.csproj">
- <Project>{34feab45-edd9-41e7-977a-29137b5b08bd}</Project>
- <Name>WangToUfida</Name>
- </ProjectReference>
- <ProjectReference Include="..\WdtUtils\WdtUtils\WdtUtils.csproj">
- <Project>{2346ed6c-61f1-4a50-acf3-fbb6bba5b0cd}</Project>
- <Name>WdtUtils</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Common\" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="appconfig.txt" />
- </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>
|