YlInit.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{00CE6249-0C09-4118-ABDC-C0DD92CC363C}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>YlInit</RootNamespace>
  11. <AssemblyName>YlInit</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>x86</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="System.Xml.Linq" />
  39. <Reference Include="System.Data.DataSetExtensions" />
  40. <Reference Include="Microsoft.CSharp" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Deployment" />
  43. <Reference Include="System.Drawing" />
  44. <Reference Include="System.Net.Http" />
  45. <Reference Include="System.Windows.Forms" />
  46. <Reference Include="System.Xml" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="Form1.cs">
  50. <SubType>Form</SubType>
  51. </Compile>
  52. <Compile Include="Form1.Designer.cs">
  53. <DependentUpon>Form1.cs</DependentUpon>
  54. </Compile>
  55. <Compile Include="Form2.cs">
  56. <SubType>Form</SubType>
  57. </Compile>
  58. <Compile Include="Form2.Designer.cs">
  59. <DependentUpon>Form2.cs</DependentUpon>
  60. </Compile>
  61. <Compile Include="Inventory.cs" />
  62. <Compile Include="IProcess.cs" />
  63. <Compile Include="Program.cs" />
  64. <Compile Include="Properties\AssemblyInfo.cs" />
  65. <Compile Include="Stock.cs" />
  66. <Compile Include="Vendor.cs" />
  67. <Compile Include="Warehouse.cs" />
  68. <EmbeddedResource Include="Form1.resx">
  69. <DependentUpon>Form1.cs</DependentUpon>
  70. </EmbeddedResource>
  71. <EmbeddedResource Include="Form2.resx">
  72. <DependentUpon>Form2.cs</DependentUpon>
  73. </EmbeddedResource>
  74. <EmbeddedResource Include="Properties\Resources.resx">
  75. <Generator>ResXFileCodeGenerator</Generator>
  76. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  77. <SubType>Designer</SubType>
  78. </EmbeddedResource>
  79. <Compile Include="Properties\Resources.Designer.cs">
  80. <AutoGen>True</AutoGen>
  81. <DependentUpon>Resources.resx</DependentUpon>
  82. </Compile>
  83. <None Include="Properties\Settings.settings">
  84. <Generator>SettingsSingleFileGenerator</Generator>
  85. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  86. </None>
  87. <Compile Include="Properties\Settings.Designer.cs">
  88. <AutoGen>True</AutoGen>
  89. <DependentUpon>Settings.settings</DependentUpon>
  90. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  91. </Compile>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <None Include="App.config" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <ProjectReference Include="..\cuidian.Common\cuidian.Common.csproj">
  98. <Project>{710A103B-C368-4451-8534-7D61D4BDBAEB}</Project>
  99. <Name>cuidian.Common</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\cuidian.OpenApi\cuidian.OpenApi.csproj">
  102. <Project>{466aca46-46a6-497f-8292-1a4b4351520b}</Project>
  103. <Name>cuidian.OpenApi</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\cuidian.Sql\cuidian.Sql.csproj">
  106. <Project>{ceffb85e-3264-4c29-9301-054310a49252}</Project>
  107. <Name>cuidian.Sql</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\Logs\Logs.csproj">
  110. <Project>{df059a77-2f65-43f2-85bc-f6736c4ad606}</Project>
  111. <Name>Logs</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\OperationLog\OperationLog.csproj">
  114. <Project>{0bd97091-335d-4c5e-b311-934c2392aad2}</Project>
  115. <Name>OperationLog</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\TempDbToUfida\TempDbToUfida.csproj">
  118. <Project>{9600d96c-2649-460b-b103-07e04e41ed63}</Project>
  119. <Name>TempDbToUfida</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\WangToTempDb\WangToTempDb.csproj">
  122. <Project>{d216d08c-95c2-4da0-870d-9eb3b3acebf7}</Project>
  123. <Name>WangToTempDb</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\WdtUtils\WdtUtils\WdtUtils.csproj">
  126. <Project>{2346ed6c-61f1-4a50-acf3-fbb6bba5b0cd}</Project>
  127. <Name>WdtUtils</Name>
  128. </ProjectReference>
  129. </ItemGroup>
  130. <ItemGroup>
  131. <Content Include="appconfig.txt" />
  132. </ItemGroup>
  133. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  134. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  135. Other similar extension points exist, see Microsoft.Common.targets.
  136. <Target Name="BeforeBuild">
  137. </Target>
  138. <Target Name="AfterBuild">
  139. </Target>
  140. -->
  141. </Project>