Interop.FORMULARMODULELib.csproj 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProjectGuid>{B8AB9497-A2C1-4AA6-94AC-331D1B1F0E22}</ProjectGuid>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <OutputType>Library</OutputType>
  8. <LangVersion>8.0</LangVersion>
  9. <AssemblyName>Interop.FORMULARMODULELib</AssemblyName>
  10. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  11. <WarningLevel>4</WarningLevel>
  12. <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  13. <TargetFrameworkProfile />
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  25. <OutputPath>bin\Release\</OutputPath>
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <RegisterForComInterop>false</RegisterForComInterop>
  33. <Prefer32Bit>false</Prefer32Bit>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  36. <Prefer32Bit>false</Prefer32Bit>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Compile Include="FORMULARMODULELib\ActionDescption.cs" />
  40. <Compile Include="FORMULARMODULELib\FormularScript.cs" />
  41. <Compile Include="FORMULARMODULELib\FormularScriptClass.cs" />
  42. <Compile Include="FORMULARMODULELib\IFormularScript.cs" />
  43. <Compile Include="FORMULARMODULELib\VariableSetting.cs" />
  44. <Compile Include="FORMULARMODULELib\_IFormularScriptEvents.cs" />
  45. <Compile Include="FORMULARMODULELib\_IFormularScriptEvents_CallBackWorkInNetCommEventHandler.cs" />
  46. <Compile Include="FORMULARMODULELib\_IFormularScriptEvents_CallBackWorkInNetControlEventHandler.cs" />
  47. <Compile Include="FORMULARMODULELib\_IFormularScriptEvents_CallBackWorkInNetControlExistEventHandler.cs" />
  48. <Compile Include="FORMULARMODULELib\_IFormularScriptEvents_CallBackWorkInNetDataBaseEventHandler.cs" />
  49. <Compile Include="FORMULARMODULELib\_IFormularScriptEvents_CallBackWorkInNetDataBaseVarExistEventHandler.cs" />
  50. <Compile Include="FORMULARMODULELib\_IFormularScriptEvents_Event.cs" />
  51. <Compile Include="FORMULARMODULELib\_IFormularScriptEvents_EventProvider.cs" />
  52. <Compile Include="FORMULARMODULELib\_IFormularScriptEvents_SinkHelper.cs" />
  53. <Compile Include="Properties\AssemblyInfo.cs" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <COMReference Include="FORMULARMODULELib">
  57. <Guid>{8A0EC676-C694-4927-BC48-B1079390E8C7}</Guid>
  58. <VersionMajor>1</VersionMajor>
  59. <VersionMinor>0</VersionMinor>
  60. <Lcid>0</Lcid>
  61. <WrapperTool>tlbimp</WrapperTool>
  62. <Isolated>False</Isolated>
  63. <EmbedInteropTypes>True</EmbedInteropTypes>
  64. </COMReference>
  65. </ItemGroup>
  66. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  67. </Project>