123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.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>v2.0</TargetFrameworkVersion>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
- </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>
- <ItemGroup />
- <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>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|