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

编辑器/阅读器

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>8.0.50727</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{05C1A07A-6876-49D2-8C08-4AB9A25BBA9B}</ProjectGuid>
  8.     <OutputType>Library</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>Itenso.WebUserForms.Controls</RootNamespace>
  11.     <AssemblyName>Itenso.WebUserForms.Controls</AssemblyName>
  12.   </PropertyGroup>
  13.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14.     <DebugSymbols>true</DebugSymbols>
  15.     <DebugType>full</DebugType>
  16.     <Optimize>false</Optimize>
  17.     <OutputPath>..publicDebugBin</OutputPath>
  18.     <DefineConstants>TRACE;DEBUG;VAR_FIELDS;LOOKUP_FIELDS;TP_DATE_FIELDS;TP_COMBO_FIELDS</DefineConstants>
  19.     <ErrorReport>prompt</ErrorReport>
  20.     <WarningLevel>4</WarningLevel>
  21.   </PropertyGroup>
  22.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23.     <DebugType>pdbonly</DebugType>
  24.     <Optimize>true</Optimize>
  25.     <OutputPath>..publicReleaseBin</OutputPath>
  26.     <DefineConstants>TRACE;VAR_FIELDS;LOOKUP_FIELDS;TP_DATE_FIELDS;TP_COMBO_FIELDS</DefineConstants>
  27.     <ErrorReport>prompt</ErrorReport>
  28.     <WarningLevel>4</WarningLevel>
  29.   </PropertyGroup>
  30.   <ItemGroup>
  31.     <Reference Include="System" />
  32.     <Reference Include="System.Design" />
  33.     <Reference Include="System.Drawing" />
  34.     <Reference Include="System.Web" />
  35.     <Reference Include="System.Xml" />
  36.   </ItemGroup>
  37.   <ItemGroup>
  38.     <Compile Include="Button.cs" />
  39.     <Compile Include="Calendar.cs" />
  40.     <Compile Include="CheckBox.cs" />
  41.     <Compile Include="CheckBoxList.cs" />
  42.     <Compile Include="ComboBox.cs" />
  43.     <Compile Include="CommandCollector.cs" />
  44.     <Compile Include="ControlFieldCollector.cs" />
  45.     <Compile Include="DatePicker.cs" />
  46.     <Compile Include="DropDownList.cs" />
  47.     <Compile Include="ExpressionFieldCollector.cs" />
  48.     <Compile Include="ExpressionFieldDesigner.cs" />
  49.     <Compile Include="FieldEditEnabler.cs" />
  50.     <Compile Include="FormFieldException.cs" />
  51.     <Compile Include="FormFieldTool.cs" />
  52.     <Compile Include="FormHeaderException.cs" />
  53.     <Compile Include="FormSecurityException.cs" />
  54.     <Compile Include="HiddenVariable.cs" />
  55.     <Compile Include="IExpressionField.cs" />
  56.     <Compile Include="IListField.cs" />
  57.     <Compile Include="ILookupField.cs" />
  58.     <Compile Include="IPlaceholderControl.cs" />
  59.     <Compile Include="IUserForm.cs" />
  60.     <Compile Include="IUserFormCollection.cs" />
  61.     <Compile Include="IUserFormCommand.cs" />
  62.     <Compile Include="IUserFormField.cs" />
  63.     <Compile Include="IUserFormFieldCollection.cs" />
  64.     <Compile Include="IUserFormHeader.cs" />
  65.     <Compile Include="IUserFormInfo.cs" />
  66.     <Compile Include="IUserFormProvider.cs" />
  67.     <Compile Include="ListBox.cs" />
  68.     <Compile Include="ListControlTool.cs" />
  69.     <Compile Include="LookupComboBox.cs" />
  70.     <Compile Include="LookupDropDownList.cs" />
  71.     <Compile Include="LookupFieldCollector.cs" />
  72.     <Compile Include="LookupFieldDesigner.cs" />
  73.     <Compile Include="LookupListBox.cs" />
  74.     <Compile Include="PropertiesAssemblyInfo.cs" />
  75.     <Compile Include="RadioButton.cs" />
  76.     <Compile Include="RadioButtonList.cs" />
  77.     <Compile Include="ResFinder.cs" />
  78.     <Compile Include="TextBox.cs" />
  79.     <Compile Include="TimePicker.cs" />
  80.     <Compile Include="UserForm.cs" />
  81.     <Compile Include="UserFormCodeVaildator.cs" />
  82.     <Compile Include="UserFormCollection.cs" />
  83.     <Compile Include="UserFormCollector.cs" />
  84.     <Compile Include="UserFormCommandDesigner.cs" />
  85.     <Compile Include="UserFormCommandManager.cs" />
  86.     <Compile Include="UserFormFieldCollection.cs" />
  87.     <Compile Include="UserFormFieldDesigner.cs" />
  88.     <Compile Include="UserFormHeader.cs" />
  89.     <Compile Include="UserFormHeaderBuilder.cs" />
  90.     <Compile Include="UserFormHeaderDesigner.cs" />
  91.     <Compile Include="UserFormInfo.cs" />
  92.     <Compile Include="UserFormInfoControl.cs" />
  93.     <Compile Include="UserFormInfoDesigner.cs" />
  94.     <Compile Include="UserFormInfoRenderer.cs" />
  95.     <Compile Include="UserFormLoader.cs" />
  96.     <Compile Include="UserFormVisitor.cs" />
  97.     <Compile Include="ValidatorEnabler.cs" />
  98.     <Compile Include="VisibleVariable.cs" />
  99.   </ItemGroup>
  100.   <ItemGroup>
  101.     <EmbeddedResource Include="ImagesCalendar.png" />
  102.     <EmbeddedResource Include="ImagesCheckBox.png" />
  103.     <EmbeddedResource Include="ImagesCheckBoxList.png" />
  104.     <EmbeddedResource Include="ImagesComboBox.png" />
  105.     <EmbeddedResource Include="ImagesDatePicker.png" />
  106.     <EmbeddedResource Include="ImagesDropDownList.png" />
  107.     <EmbeddedResource Include="ImagesHiddenVariable.png" />
  108.     <EmbeddedResource Include="ImagesListBox.png" />
  109.     <EmbeddedResource Include="ImagesLookupComboBox.png" />
  110.     <EmbeddedResource Include="ImagesLookupDropDownList.png" />
  111.     <EmbeddedResource Include="ImagesLookupListBox.png" />
  112.     <EmbeddedResource Include="ImagesRadioButton.png" />
  113.     <EmbeddedResource Include="ImagesRadioButtonList.png" />
  114.     <EmbeddedResource Include="ImagesTextEdit.png" />
  115.     <EmbeddedResource Include="ImagesTimePicker.png" />
  116.     <EmbeddedResource Include="ImagesUserForm.png" />
  117.     <EmbeddedResource Include="ImagesUserFormInfo.png" />
  118.     <EmbeddedResource Include="ImagesVisibleVariable.png" />
  119.   </ItemGroup>
  120.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  121.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  122.        Other similar extension points exist, see Microsoft.Common.targets.
  123.   <Target Name="BeforeBuild">
  124.   </Target>
  125.   <Target Name="AfterBuild">
  126.   </Target>
  127.   -->
  128. </Project>