工具箱相关
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Thumbnail.csproj 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{325D619D-651B-42EA-BA93-01121126A2AF}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Thumbnail</RootNamespace>
  11. <AssemblyName>Thumbnail</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</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>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="gmap">
  35. <HintPath>..\..\..\..\..\2024\04\浩辰\GstarCAD2021_Development_Tool\浩辰CAD2021_grxsdk\inc\gmap.dll</HintPath>
  36. <Private>False</Private>
  37. </Reference>
  38. <Reference Include="gmdb">
  39. <HintPath>..\..\..\..\..\2024\04\浩辰\GstarCAD2020_Development_Tool\浩辰CAD2020_grxsdk\inc\gmdb.dll</HintPath>
  40. <Private>False</Private>
  41. </Reference>
  42. <Reference Include="GrxCAD.Interop">
  43. <HintPath>..\..\..\..\..\2024\04\浩辰\GstarCAD2021_Development_Tool\浩辰CAD2021_grxsdk\inc-x64\GrxCAD.Interop.dll</HintPath>
  44. <EmbedInteropTypes>True</EmbedInteropTypes>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Drawing" />
  49. <Reference Include="System.Management" />
  50. <Reference Include="System.Windows.Forms" />
  51. <Reference Include="System.Xml.Linq" />
  52. <Reference Include="System.Data.DataSetExtensions" />
  53. <Reference Include="Microsoft.CSharp" />
  54. <Reference Include="System.Data" />
  55. <Reference Include="System.Xml" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="Form1.cs">
  59. <SubType>Form</SubType>
  60. </Compile>
  61. <Compile Include="Form1.Designer.cs">
  62. <DependentUpon>Form1.cs</DependentUpon>
  63. </Compile>
  64. <Compile Include="getThumbnail.cs" />
  65. <Compile Include="MainClass.cs" />
  66. <Compile Include="Properties\AssemblyInfo.cs" />
  67. <Compile Include="Properties\Settings.Designer.cs">
  68. <AutoGen>True</AutoGen>
  69. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  70. <DependentUpon>Settings.settings</DependentUpon>
  71. </Compile>
  72. </ItemGroup>
  73. <ItemGroup>
  74. <EmbeddedResource Include="Form1.resx">
  75. <DependentUpon>Form1.cs</DependentUpon>
  76. </EmbeddedResource>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <None Include="app.config" />
  80. <None Include="Properties\Settings.settings">
  81. <Generator>SettingsSingleFileGenerator</Generator>
  82. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  83. </None>
  84. </ItemGroup>
  85. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  86. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  87. Other similar extension points exist, see Microsoft.Common.targets.
  88. <Target Name="BeforeBuild">
  89. </Target>
  90. <Target Name="AfterBuild">
  91. </Target>
  92. -->
  93. </Project>