ToolLib.VisionJob.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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>{16E8FF17-98A8-4452-AB9E-C433DC9C21F7}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ToolLib.VisionJob</RootNamespace>
  11. <AssemblyName>ToolLib.VisionJob</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\VisionEdit\bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="DevComponents.DotNetBar2">
  35. <HintPath>..\VisionEdit\bin\Debug\ThirdLib\DevComponents.DotNetBar2.dll</HintPath>
  36. </Reference>
  37. <Reference Include="SunnyUI, Version=3.0.9.0, Culture=neutral, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\VisionEdit\bin\Debug\ThirdLib\SunnyUI.dll</HintPath>
  40. </Reference>
  41. <Reference Include="SunnyUI.Common, Version=3.0.9.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\VisionEdit\bin\Debug\ThirdLib\SunnyUI.Common.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="System.Windows.Forms" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Net.Http" />
  54. <Reference Include="System.Xml" />
  55. <Reference Include="WeifenLuo.WinFormsUI.Docking">
  56. <HintPath>..\VisionEdit\bin\Debug\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
  57. </Reference>
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="FormJobManage.cs">
  61. <SubType>Form</SubType>
  62. </Compile>
  63. <Compile Include="FormJobManage.Designer.cs">
  64. <DependentUpon>FormJobManage.cs</DependentUpon>
  65. </Compile>
  66. <Compile Include="FormToolBox.cs">
  67. <SubType>Form</SubType>
  68. </Compile>
  69. <Compile Include="FormToolBox.Designer.cs">
  70. <DependentUpon>FormToolBox.cs</DependentUpon>
  71. </Compile>
  72. <Compile Include="OperateProject.cs" />
  73. <Compile Include="OperateTreeView.cs" />
  74. <Compile Include="Properties\Resources.Designer.cs">
  75. <AutoGen>True</AutoGen>
  76. <DesignTime>True</DesignTime>
  77. <DependentUpon>Resources.resx</DependentUpon>
  78. </Compile>
  79. <Compile Include="VisionJob.cs" />
  80. <Compile Include="Properties\AssemblyInfo.cs" />
  81. <Compile Include="VisionJobParams.cs" />
  82. <Compile Include="VisionProject.cs" />
  83. <Compile Include="VisionToolFactory.cs" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <ProjectReference Include="..\CommonMethods\CommonHelper.csproj">
  87. <Project>{1c8d0ddc-2086-48a9-9586-f2b643e2fc54}</Project>
  88. <Name>CommonHelper</Name>
  89. </ProjectReference>
  90. <ProjectReference Include="..\DataStruct\DataStruct.csproj">
  91. <Project>{df3d4d4c-02df-4f92-9fd4-0a861f64b0ef}</Project>
  92. <Name>DataStruct</Name>
  93. </ProjectReference>
  94. <ProjectReference Include="..\FormLib\FormLib.csproj">
  95. <Project>{8c6fc8c6-8874-494b-8260-071f291aa33d}</Project>
  96. <Name>FormLib</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="..\ImageWindow\HWindow_Tool.csproj">
  99. <Project>{9BAA53FD-89B5-43E2-AC59-A27B006DEBB6}</Project>
  100. <Name>HWindow_Tool</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="..\ToolLib.Log\Logger\Logger.csproj">
  103. <Project>{d4e052b9-e541-4b67-a1f9-273073ef1d4b}</Project>
  104. <Name>Logger</Name>
  105. </ProjectReference>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <EmbeddedResource Include="FormJobManage.resx">
  109. <DependentUpon>FormJobManage.cs</DependentUpon>
  110. </EmbeddedResource>
  111. <EmbeddedResource Include="FormToolBox.resx">
  112. <DependentUpon>FormToolBox.cs</DependentUpon>
  113. <SubType>Designer</SubType>
  114. </EmbeddedResource>
  115. <EmbeddedResource Include="Properties\Resources.resx">
  116. <Generator>ResXFileCodeGenerator</Generator>
  117. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  118. </EmbeddedResource>
  119. </ItemGroup>
  120. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  121. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  122. Other similar extension points exist, see Microsoft.Common.targets.
  123. <Target Name="BeforeBuild">
  124. </Target>
  125. <Target Name="AfterBuild">
  126. </Target>
  127. -->
  128. </Project>