CreateTool.csproj 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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>{184FB08B-0D43-4747-8637-978D4F25F94F}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CreateTool</RootNamespace>
  11. <AssemblyName>CreateTool</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="DevComponents.DotNetBar2, Version=14.0.0.15, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL">
  34. <SpecificVersion>False</SpecificVersion>
  35. <HintPath>C:\Program Files (x86)\DotNetBar for Windows Forms\DevComponents.DotNetBar2.dll</HintPath>
  36. </Reference>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Drawing" />
  40. <Reference Include="System.Windows.Forms" />
  41. <Reference Include="System.Xml.Linq" />
  42. <Reference Include="System.Data.DataSetExtensions" />
  43. <Reference Include="Microsoft.CSharp" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Net.Http" />
  46. <Reference Include="System.Xml" />
  47. <Reference Include="WeifenLuo.WinFormsUI.Docking">
  48. <HintPath>C:\Users\18819\OneDrive\桌面\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
  49. </Reference>
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="FormToolBox.cs">
  53. <SubType>Form</SubType>
  54. </Compile>
  55. <Compile Include="FormToolBox.Designer.cs">
  56. <DependentUpon>FormToolBox.cs</DependentUpon>
  57. </Compile>
  58. <Compile Include="Properties\AssemblyInfo.cs" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <EmbeddedResource Include="FormToolBox.resx">
  62. <DependentUpon>FormToolBox.cs</DependentUpon>
  63. <SubType>Designer</SubType>
  64. </EmbeddedResource>
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ProjectReference Include="..\CommonMethods\CommonHelper.csproj">
  68. <Project>{1c8d0ddc-2086-48a9-9586-f2b643e2fc54}</Project>
  69. <Name>CommonHelper</Name>
  70. </ProjectReference>
  71. <ProjectReference Include="..\DataStruct\DataStruct.csproj">
  72. <Project>{df3d4d4c-02df-4f92-9fd4-0a861f64b0ef}</Project>
  73. <Name>DataStruct</Name>
  74. </ProjectReference>
  75. <ProjectReference Include="..\ToolBase\ToolBase.csproj">
  76. <Project>{7cd50b44-bf56-4e8e-8fa1-05f6968c1835}</Project>
  77. <Name>ToolBase</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\ToolLib.Log\LogForm\LogForm.csproj">
  80. <Project>{6b38d68f-e77b-4761-bde5-a261ea8925dd}</Project>
  81. <Name>LogForm</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\ToolLib.Log\Logger\Logger.csproj">
  84. <Project>{d4e052b9-e541-4b67-a1f9-273073ef1d4b}</Project>
  85. <Name>Logger</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="..\ToolLib.VisionJob\ToolLib.VisionJob.csproj">
  88. <Project>{16e8ff17-98a8-4452-ab9e-c433dc9c21f7}</Project>
  89. <Name>ToolLib.VisionJob</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\VisionJobFactory\VisionJobFactory.csproj">
  92. <Project>{4d539eb2-e847-4d42-b6fa-03b2546dafd7}</Project>
  93. <Name>VisionJobFactory</Name>
  94. </ProjectReference>
  95. </ItemGroup>
  96. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  97. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  98. Other similar extension points exist, see Microsoft.Common.targets.
  99. <Target Name="BeforeBuild">
  100. </Target>
  101. <Target Name="AfterBuild">
  102. </Target>
  103. -->
  104. </Project>