APL_Macro.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{B54898DD-D4DB-4B92-8B8D-825FFF2A89CA}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>APL_Macro</RootNamespace>
  10. <AssemblyName>APL_Macro</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  36. <DebugSymbols>true</DebugSymbols>
  37. <OutputPath>bin\x86\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <DebugType>full</DebugType>
  40. <PlatformTarget>x86</PlatformTarget>
  41. <ErrorReport>prompt</ErrorReport>
  42. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  43. <Prefer32Bit>true</Prefer32Bit>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  46. <OutputPath>bin\x86\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <Optimize>true</Optimize>
  49. <DebugType>pdbonly</DebugType>
  50. <PlatformTarget>x86</PlatformTarget>
  51. <ErrorReport>prompt</ErrorReport>
  52. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  53. <Prefer32Bit>true</Prefer32Bit>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="System" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Deployment" />
  63. <Reference Include="System.Drawing" />
  64. <Reference Include="System.Net.Http" />
  65. <Reference Include="System.Windows.Forms" />
  66. <Reference Include="System.Xml" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="Form1.cs">
  70. <SubType>Form</SubType>
  71. </Compile>
  72. <Compile Include="Form1.Designer.cs">
  73. <DependentUpon>Form1.cs</DependentUpon>
  74. </Compile>
  75. <Compile Include="Program.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. <EmbeddedResource Include="Form1.resx">
  78. <DependentUpon>Form1.cs</DependentUpon>
  79. </EmbeddedResource>
  80. <EmbeddedResource Include="Properties\Resources.resx">
  81. <Generator>ResXFileCodeGenerator</Generator>
  82. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  83. <SubType>Designer</SubType>
  84. </EmbeddedResource>
  85. <Compile Include="Properties\Resources.Designer.cs">
  86. <AutoGen>True</AutoGen>
  87. <DependentUpon>Resources.resx</DependentUpon>
  88. </Compile>
  89. <None Include="Properties\Settings.settings">
  90. <Generator>SettingsSingleFileGenerator</Generator>
  91. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  92. </None>
  93. <Compile Include="Properties\Settings.Designer.cs">
  94. <AutoGen>True</AutoGen>
  95. <DependentUpon>Settings.settings</DependentUpon>
  96. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  97. </Compile>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <None Include="App.config" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <COMReference Include="Microsoft.Office.Core">
  104. <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
  105. <VersionMajor>2</VersionMajor>
  106. <VersionMinor>8</VersionMinor>
  107. <Lcid>0</Lcid>
  108. <WrapperTool>primary</WrapperTool>
  109. <Isolated>False</Isolated>
  110. <EmbedInteropTypes>True</EmbedInteropTypes>
  111. </COMReference>
  112. <COMReference Include="Microsoft.Office.Interop.Excel">
  113. <Guid>{00020813-0000-0000-C000-000000000046}</Guid>
  114. <VersionMajor>1</VersionMajor>
  115. <VersionMinor>9</VersionMinor>
  116. <Lcid>0</Lcid>
  117. <WrapperTool>primary</WrapperTool>
  118. <Isolated>False</Isolated>
  119. <EmbedInteropTypes>True</EmbedInteropTypes>
  120. </COMReference>
  121. <COMReference Include="VBIDE">
  122. <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
  123. <VersionMajor>5</VersionMajor>
  124. <VersionMinor>3</VersionMinor>
  125. <Lcid>0</Lcid>
  126. <WrapperTool>primary</WrapperTool>
  127. <Isolated>False</Isolated>
  128. <EmbedInteropTypes>True</EmbedInteropTypes>
  129. </COMReference>
  130. </ItemGroup>
  131. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  132. </Project>