OThinker.H3.WorkSheet.csproj
上传用户:li2971742
上传日期:2021-11-18
资源大小:39096k
文件大小:11k
源码类别:

OA系统

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2.   <PropertyGroup>
  3.     <ProjectType>Local</ProjectType>
  4.     <ProductVersion>9.0.21022</ProductVersion>
  5.     <SchemaVersion>2.0</SchemaVersion>
  6.     <ProjectGuid>{2A1D26A1-C9F5-423A-908D-8AA3847912F1}</ProjectGuid>
  7.     <SccProjectName>
  8.     </SccProjectName>
  9.     <SccLocalPath>
  10.     </SccLocalPath>
  11.     <SccAuxPath>
  12.     </SccAuxPath>
  13.     <SccProvider>
  14.     </SccProvider>
  15.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  16.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  17.     <ApplicationIcon>
  18.     </ApplicationIcon>
  19.     <AssemblyKeyContainerName>
  20.     </AssemblyKeyContainerName>
  21.     <AssemblyName>OThinker.H3.WorkSheet</AssemblyName>
  22.     <AssemblyOriginatorKeyFile>
  23.     </AssemblyOriginatorKeyFile>
  24.     <DefaultClientScript>JScript</DefaultClientScript>
  25.     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  26.     <DefaultTargetSchema>IE50</DefaultTargetSchema>
  27.     <DelaySign>false</DelaySign>
  28.     <OutputType>Library</OutputType>
  29.     <RootNamespace>OThinker.H3.WorkSheet</RootNamespace>
  30.     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  31.     <StartupObject>
  32.     </StartupObject>
  33.     <FileUpgradeFlags>
  34.     </FileUpgradeFlags>
  35.     <UpgradeBackupLocation>
  36.     </UpgradeBackupLocation>
  37.     <OldToolsVersion>2.0</OldToolsVersion>
  38.     <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
  39.   </PropertyGroup>
  40.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  41.     <OutputPath>binDebug</OutputPath>
  42.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  43.     <BaseAddress>285212672</BaseAddress>
  44.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  45.     <ConfigurationOverrideFile>
  46.     </ConfigurationOverrideFile>
  47.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  48.     <DocumentationFile>binDebugOThinker.H3.WorkSheet.XML</DocumentationFile>
  49.     <DebugSymbols>true</DebugSymbols>
  50.     <FileAlignment>4096</FileAlignment>
  51.     <NoStdLib>false</NoStdLib>
  52.     <NoWarn>
  53.     </NoWarn>
  54.     <Optimize>false</Optimize>
  55.     <RegisterForComInterop>false</RegisterForComInterop>
  56.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  57.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  58.     <WarningLevel>4</WarningLevel>
  59.     <DebugType>full</DebugType>
  60.     <ErrorReport>prompt</ErrorReport>
  61.   </PropertyGroup>
  62.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  63.     <OutputPath>binRelease</OutputPath>
  64.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  65.     <BaseAddress>285212672</BaseAddress>
  66.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  67.     <ConfigurationOverrideFile>
  68.     </ConfigurationOverrideFile>
  69.     <DefineConstants>TRACE</DefineConstants>
  70.     <DocumentationFile>
  71.     </DocumentationFile>
  72.     <DebugSymbols>false</DebugSymbols>
  73.     <FileAlignment>4096</FileAlignment>
  74.     <NoStdLib>false</NoStdLib>
  75.     <NoWarn>
  76.     </NoWarn>
  77.     <Optimize>true</Optimize>
  78.     <RegisterForComInterop>false</RegisterForComInterop>
  79.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  80.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  81.     <WarningLevel>4</WarningLevel>
  82.     <DebugType>none</DebugType>
  83.     <ErrorReport>prompt</ErrorReport>
  84.   </PropertyGroup>
  85.   <ItemGroup>
  86.     <Reference Include="System">
  87.       <Name>System</Name>
  88.     </Reference>
  89.     <Reference Include="System.Data">
  90.       <Name>System.Data</Name>
  91.     </Reference>
  92.     <Reference Include="System.Design">
  93.       <Name>system.design</Name>
  94.     </Reference>
  95.     <Reference Include="System.Drawing">
  96.       <Name>system.drawing</Name>
  97.     </Reference>
  98.     <Reference Include="System.Web">
  99.       <Name>system.web</Name>
  100.     </Reference>
  101.     <Reference Include="System.Windows.Forms">
  102.       <Name>system.windows.forms</Name>
  103.     </Reference>
  104.     <Reference Include="System.Xml">
  105.       <Name>System.XML</Name>
  106.     </Reference>
  107.   </ItemGroup>
  108.   <ItemGroup>
  109.     <Compile Include="AssemblyInfo.cs">
  110.       <SubType>Code</SubType>
  111.     </Compile>
  112.     <Compile Include="BinaryImage.cs">
  113.       <SubType>Code</SubType>
  114.     </Compile>
  115.     <Compile Include="BindType.cs" />
  116.     <Compile Include="ISheetPage.cs" />
  117.     <Compile Include="MultiSelector.cs" />
  118.     <Compile Include="OriginateInstanceEventArgs.cs" />
  119.     <Compile Include="RenderType.cs" />
  120.     <Compile Include="SheetComment.cs" />
  121.     <Compile Include="SheetAttachment.cs" />
  122.     <Compile Include="SheetManager.cs" />
  123.     <Compile Include="SheetEnviroment.cs" />
  124.     <Compile Include="SheetSequenceID.cs" />
  125.     <Compile Include="SheetService.cs" />
  126.     <Compile Include="SheetUserSelector.cs" />
  127.     <Compile Include="DataFieldSelector.cs">
  128.       <SubType>Form</SubType>
  129.     </Compile>
  130.     <Compile Include="DataSelector.cs">
  131.       <SubType>Code</SubType>
  132.     </Compile>
  133.     <Compile Include="DropDownCalendar.cs">
  134.       <SubType>Code</SubType>
  135.     </Compile>
  136.     <Compile Include="DropDownTime.cs">
  137.       <SubType>Code</SubType>
  138.     </Compile>
  139.     <Compile Include="SheetClickActionType.cs">
  140.       <SubType>Code</SubType>
  141.     </Compile>
  142.     <Compile Include="SheetButtonType.cs">
  143.       <SubType>Code</SubType>
  144.     </Compile>
  145.     <Compile Include="HeapDataItemCollection.cs">
  146.       <SubType>Code</SubType>
  147.     </Compile>
  148.     <Compile Include="ISheetControl.cs">
  149.       <SubType>Code</SubType>
  150.     </Compile>
  151.     <Compile Include="Sessions.cs">
  152.       <SubType>Code</SubType>
  153.     </Compile>
  154.     <Compile Include="SheetMode.cs">
  155.       <SubType>Code</SubType>
  156.     </Compile>
  157.     <Compile Include="SheetActionPane.cs">
  158.       <SubType>Code</SubType>
  159.     </Compile>
  160.     <Compile Include="SheetCalendar.cs">
  161.       <SubType>Code</SubType>
  162.     </Compile>
  163.     <Compile Include="SheetInstanceNameEditor.cs" />
  164.     <Compile Include="SheetInstancePrioritySelector.cs" />
  165.     <Compile Include="SheetCheckBox.cs">
  166.       <SubType>Code</SubType>
  167.     </Compile>
  168.     <Compile Include="SheetDropDownList.cs">
  169.       <SubType>Code</SubType>
  170.     </Compile>
  171.     <Compile Include="SheetGridView.cs" />
  172.     <Compile Include="SheetTime.cs">
  173.       <SubType>Code</SubType>
  174.     </Compile>
  175.     <Compile Include="SheetEditableHyperlink.cs">
  176.       <SubType>Code</SubType>
  177.     </Compile>
  178.     <Compile Include="SheetHeader.cs">
  179.       <SubType>Code</SubType>
  180.     </Compile>
  181.     <Compile Include="SheetHtmlForm.cs">
  182.     </Compile>
  183.     <Compile Include="SheetHyperlink.cs">
  184.       <SubType>Code</SubType>
  185.     </Compile>
  186.     <Compile Include="SheetLabel.cs">
  187.       <SubType>Code</SubType>
  188.     </Compile>
  189.     <Compile Include="SheetListBox.cs">
  190.       <SubType>Code</SubType>
  191.     </Compile>
  192.     <Compile Include="SheetPage.cs">
  193.       <SubType>ASPXCodeBehind</SubType>
  194.     </Compile>
  195.     <Compile Include="SheetSubmitEventHandler.cs">
  196.       <SubType>Code</SubType>
  197.     </Compile>
  198.     <Compile Include="SheetPanel.cs">
  199.       <SubType>Code</SubType>
  200.     </Compile>
  201.     <Compile Include="SheetRadioButtonList.cs">
  202.       <SubType>Code</SubType>
  203.     </Compile>
  204.     <Compile Include="SheetInstanceLogViewer.cs">
  205.       <SubType>Code</SubType>
  206.     </Compile>
  207.     <Compile Include="SheetSign.cs">
  208.       <SubType>Code</SubType>
  209.     </Compile>
  210.     <Compile Include="SheetTextBox.cs">
  211.       <SubType>Code</SubType>
  212.     </Compile>
  213.     <Compile Include="UserSelector.cs" />
  214.     <Compile Include="UserValidatorDefaultUserValidator.cs" />
  215.     <Compile Include="UserValidatorBultinUserValidator.cs" />
  216.     <Compile Include="UserValidatorFullUserValidator.cs" />
  217.     <Compile Include="UserValidatorUserValidator.cs" />
  218.     <Compile Include="UserValidatorUserValidatorFactory.cs" />
  219.     <EmbeddedResource Include="DataFieldSelector.resx">
  220.       <DependentUpon>DataFieldSelector.cs</DependentUpon>
  221.       <SubType>Designer</SubType>
  222.     </EmbeddedResource>
  223.     <EmbeddedResource Include="IconsOThinker.H3.WorkSheet.SheetButton.bmp">
  224.       <CustomToolNamespace>Libra.Workflow.SmartformControls</CustomToolNamespace>
  225.     </EmbeddedResource>
  226.     <EmbeddedResource Include="IconsOThinker.H3.WorkSheet.SheetCalendar.bmp">
  227.       <CustomToolNamespace>Libra.Workflow.SmartformControls</CustomToolNamespace>
  228.     </EmbeddedResource>
  229.     <EmbeddedResource Include="IconsLibra.Workflow.SmartformControls.SMCheckBox.bmp">
  230.       <CustomToolNamespace>Libra.Workflow.SmartformControls</CustomToolNamespace>
  231.     </EmbeddedResource>
  232.     <EmbeddedResource Include="IconsLibra.Workflow.SmartformControls.SMCheckboxList.bmp">
  233.       <CustomToolNamespace>Libra.Workflow.SmartformControls</CustomToolNamespace>
  234.     </EmbeddedResource>
  235.     <EmbeddedResource Include="IconsLibra.Workflow.SmartformControls.SMDropDownList.bmp">
  236.       <CustomToolNamespace>Libra.Workflow.SmartformControls</CustomToolNamespace>
  237.     </EmbeddedResource>
  238.     <EmbeddedResource Include="IconsLibra.Workflow.SmartformControls.SMGotoDropDownList.bmp">
  239.       <CustomToolNamespace>Libra.Workflow.SmartformControls</CustomToolNamespace>
  240.     </EmbeddedResource>
  241.     <EmbeddedResource Include="IconsLibra.Workflow.SmartformControls.SMHyperlink.bmp">
  242.       <CustomToolNamespace>Libra.Workflow.SmartformControls</CustomToolNamespace>
  243.     </EmbeddedResource>
  244.     <EmbeddedResource Include="IconsLibra.Workflow.SmartformControls.SMImageButton.bmp">
  245.       <CustomToolNamespace>Libra.Workflow.SmartformControls</CustomToolNamespace>
  246.     </EmbeddedResource>
  247.     <EmbeddedResource Include="IconsLibra.Workflow.SmartformControls.SMLabel.bmp">
  248.       <CustomToolNamespace>Libra.Workflow.SmartformControls</CustomToolNamespace>
  249.     </EmbeddedResource>
  250.     <EmbeddedResource Include="IconsLibra.Workflow.SmartformControls.SMListbox.bmp">
  251.       <CustomToolNamespace>Libra.Workflow.SmartformControls</CustomToolNamespace>
  252.     </EmbeddedResource>
  253.     <EmbeddedResource Include="IconsOThinker.H3.WorkSheet.SheetRadioButtonList.bmp">
  254.       <CustomToolNamespace>Libra.Workflow.SmartformControls</CustomToolNamespace>
  255.     </EmbeddedResource>
  256.     <EmbeddedResource Include="IconsOThinker.H3.WorkSheet.SheetTextBox.bmp">
  257.       <CustomToolNamespace>Libra.Workflow.SmartformControls</CustomToolNamespace>
  258.     </EmbeddedResource>
  259.     <EmbeddedResource Include="IconsOThinker.H3.WorkSheet.SheetTextBoxList.bmp">
  260.       <CustomToolNamespace>Libra.Workflow.SmartformControls</CustomToolNamespace>
  261.     </EmbeddedResource>
  262.   </ItemGroup>
  263.   <ItemGroup>
  264.     <ProjectReference Include="....BaseOThinker.CommonOThinker.Common.csproj">
  265.       <Project>{1BC32044-6C6E-4C86-B945-334D5419BEA2}</Project>
  266.       <Name>OThinker.Common</Name>
  267.     </ProjectReference>
  268.     <ProjectReference Include="....BaseOThinker.H3.EntityOThinker.H3.Entity.csproj">
  269.       <Project>{325AD762-7917-4ED4-A472-72FB5A74006A}</Project>
  270.       <Name>OThinker.H3.Entity</Name>
  271.     </ProjectReference>
  272.     <ProjectReference Include="....BaseOThinker.H3.WebServices.ProxyOThinker.H3.WebServices.Proxy.csproj">
  273.       <Project>{EAB9DE8B-9CA0-42FC-8925-541AAD153893}</Project>
  274.       <Name>OThinker.H3.WebServices.Proxy</Name>
  275.     </ProjectReference>
  276.     <ProjectReference Include="....ServerOThinker.H3.EngineOThinker.H3.Engine.csproj">
  277.       <Project>{5B2BB55B-83C6-4FF9-9512-276BDD09F0A3}</Project>
  278.       <Name>OThinker.H3.Engine</Name>
  279.     </ProjectReference>
  280.   </ItemGroup>
  281.   <ItemGroup>
  282.     <None Include="WorkSheet.cd" />
  283.   </ItemGroup>
  284.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  285.   <PropertyGroup>
  286.     <PreBuildEvent>
  287.     </PreBuildEvent>
  288.     <PostBuildEvent>
  289.     </PostBuildEvent>
  290.   </PropertyGroup>
  291. </Project>