12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectGuid>{B8AB9497-A2C1-4AA6-94AC-331D1B1F0E22}</ProjectGuid>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <OutputType>Library</OutputType>
- <LangVersion>8.0</LangVersion>
- <AssemblyName>Interop.FORMULARMODULELib</AssemblyName>
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <OutputPath>bin\Debug\</OutputPath>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <OutputPath>bin\Release\</OutputPath>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <RegisterForComInterop>false</RegisterForComInterop>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="FORMULARMODULELib\ActionDescption.cs" />
- <Compile Include="FORMULARMODULELib\FormularScript.cs" />
- <Compile Include="FORMULARMODULELib\FormularScriptClass.cs" />
- <Compile Include="FORMULARMODULELib\IFormularScript.cs" />
- <Compile Include="FORMULARMODULELib\VariableSetting.cs" />
- <Compile Include="FORMULARMODULELib\_IFormularScriptEvents.cs" />
- <Compile Include="FORMULARMODULELib\_IFormularScriptEvents_CallBackWorkInNetCommEventHandler.cs" />
- <Compile Include="FORMULARMODULELib\_IFormularScriptEvents_CallBackWorkInNetControlEventHandler.cs" />
- <Compile Include="FORMULARMODULELib\_IFormularScriptEvents_CallBackWorkInNetControlExistEventHandler.cs" />
- <Compile Include="FORMULARMODULELib\_IFormularScriptEvents_CallBackWorkInNetDataBaseEventHandler.cs" />
- <Compile Include="FORMULARMODULELib\_IFormularScriptEvents_CallBackWorkInNetDataBaseVarExistEventHandler.cs" />
- <Compile Include="FORMULARMODULELib\_IFormularScriptEvents_Event.cs" />
- <Compile Include="FORMULARMODULELib\_IFormularScriptEvents_EventProvider.cs" />
- <Compile Include="FORMULARMODULELib\_IFormularScriptEvents_SinkHelper.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <COMReference Include="FORMULARMODULELib">
- <Guid>{8A0EC676-C694-4927-BC48-B1079390E8C7}</Guid>
- <VersionMajor>1</VersionMajor>
- <VersionMinor>0</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>tlbimp</WrapperTool>
- <Isolated>False</Isolated>
- <EmbedInteropTypes>True</EmbedInteropTypes>
- </COMReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|