RuntimeControls2008.csproj
上传用户:husern
上传日期:2022-03-24
资源大小:534k
文件大小:3k
源码类别:

编辑器/阅读器

开发平台:

C#

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <PropertyGroup>
  4.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6.     <ProductVersion>9.0.21022</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{DF3F1A10-3DB5-450A-A9B3-ACE18DB85DD0}</ProjectGuid>
  9.     <OutputType>Library</OutputType>
  10.     <AppDesignerFolder>Properties</AppDesignerFolder>
  11.     <RootNamespace>Itenso.WebUserForms.RuntimeControls</RootNamespace>
  12.     <AssemblyName>Itenso.WebUserForms.RunntimeControls</AssemblyName>
  13.     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14.     <FileAlignment>512</FileAlignment>
  15.     <SignAssembly>false</SignAssembly>
  16.     <AssemblyOriginatorKeyFile>
  17.     </AssemblyOriginatorKeyFile>
  18.     <SccProjectName>
  19.     </SccProjectName>
  20.     <SccLocalPath>
  21.     </SccLocalPath>
  22.     <SccAuxPath>
  23.     </SccAuxPath>
  24.     <SccProvider>
  25.     </SccProvider>
  26.   </PropertyGroup>
  27.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  28.     <DebugSymbols>true</DebugSymbols>
  29.     <DebugType>full</DebugType>
  30.     <Optimize>false</Optimize>
  31.     <OutputPath>..publicDebugBin</OutputPath>
  32.     <DefineConstants>TRACE;DEBUG;LOOKUP_FIELDS;TP_DATE_FIELDS;TP_COMBO_FIELDS</DefineConstants>
  33.     <ErrorReport>prompt</ErrorReport>
  34.     <WarningLevel>4</WarningLevel>
  35.   </PropertyGroup>
  36.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37.     <DebugType>pdbonly</DebugType>
  38.     <Optimize>true</Optimize>
  39.     <OutputPath>..publicReleaseBin</OutputPath>
  40.     <DefineConstants>TRACE;NO_LOOKUP_FIELDS;TP_DATE_FIELDS;TP_COMBO_FIELDS</DefineConstants>
  41.     <ErrorReport>prompt</ErrorReport>
  42.     <WarningLevel>4</WarningLevel>
  43.   </PropertyGroup>
  44.   <ItemGroup>
  45.     <Reference Include="System" />
  46.     <Reference Include="System.Data" />
  47.     <Reference Include="System.Design" />
  48.     <Reference Include="System.Drawing" />
  49.     <Reference Include="System.Web" />
  50.   </ItemGroup>
  51.   <ItemGroup>
  52.     <Compile Include="ComboBox.cs" />
  53.     <Compile Include="LookupComboBox.cs" />
  54.     <Compile Include="DatePicker.cs" />
  55.     <Compile Include="PropertiesAssemblyInfo.cs" />
  56.     <Compile Include="TimePicker.cs" />
  57.     <Compile Include="ControlsAdapter.cs" />
  58.   </ItemGroup>
  59.   <ItemGroup>
  60.     <ProjectReference Include="..ControlsControls2008.csproj">
  61.       <Project>{3C9236E5-1BB8-4E68-BD1C-5FF10FB591AD}</Project>
  62.       <Name>Controls2008</Name>
  63.     </ProjectReference>
  64.     <ProjectReference Include="..RuntimeRuntime2008.csproj">
  65.       <Project>{CAE6DFA6-947D-4C4A-823E-1CC5E68A4BF8}</Project>
  66.       <Name>Runtime2008</Name>
  67.     </ProjectReference>
  68.   </ItemGroup>
  69.   <Import Project="$(MSBuildToolsPath)Microsoft.CSharp.targets" />
  70.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  71.        Other similar extension points exist, see Microsoft.Common.targets.
  72.   <Target Name="BeforeBuild">
  73.   </Target>
  74.   <Target Name="AfterBuild">
  75.   </Target>
  76.   -->
  77. </Project>