- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{05C1A07A-6876-49D2-8C08-4AB9A25BBA9B}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Itenso.WebUserForms.Controls</RootNamespace>
- <AssemblyName>Itenso.WebUserForms.Controls</AssemblyName>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..publicDebugBin</OutputPath>
- <DefineConstants>TRACE;DEBUG;VAR_FIELDS;LOOKUP_FIELDS;TP_DATE_FIELDS;TP_COMBO_FIELDS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..publicReleaseBin</OutputPath>
- <DefineConstants>TRACE;VAR_FIELDS;LOOKUP_FIELDS;TP_DATE_FIELDS;TP_COMBO_FIELDS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Design" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Button.cs" />
- <Compile Include="Calendar.cs" />
- <Compile Include="CheckBox.cs" />
- <Compile Include="CheckBoxList.cs" />
- <Compile Include="ComboBox.cs" />
- <Compile Include="CommandCollector.cs" />
- <Compile Include="ControlFieldCollector.cs" />
- <Compile Include="DatePicker.cs" />
- <Compile Include="DropDownList.cs" />
- <Compile Include="ExpressionFieldCollector.cs" />
- <Compile Include="ExpressionFieldDesigner.cs" />
- <Compile Include="FieldEditEnabler.cs" />
- <Compile Include="FormFieldException.cs" />
- <Compile Include="FormFieldTool.cs" />
- <Compile Include="FormHeaderException.cs" />
- <Compile Include="FormSecurityException.cs" />
- <Compile Include="HiddenVariable.cs" />
- <Compile Include="IExpressionField.cs" />
- <Compile Include="IListField.cs" />
- <Compile Include="ILookupField.cs" />
- <Compile Include="IPlaceholderControl.cs" />
- <Compile Include="IUserForm.cs" />
- <Compile Include="IUserFormCollection.cs" />
- <Compile Include="IUserFormCommand.cs" />
- <Compile Include="IUserFormField.cs" />
- <Compile Include="IUserFormFieldCollection.cs" />
- <Compile Include="IUserFormHeader.cs" />
- <Compile Include="IUserFormInfo.cs" />
- <Compile Include="IUserFormProvider.cs" />
- <Compile Include="ListBox.cs" />
- <Compile Include="ListControlTool.cs" />
- <Compile Include="LookupComboBox.cs" />
- <Compile Include="LookupDropDownList.cs" />
- <Compile Include="LookupFieldCollector.cs" />
- <Compile Include="LookupFieldDesigner.cs" />
- <Compile Include="LookupListBox.cs" />
- <Compile Include="PropertiesAssemblyInfo.cs" />
- <Compile Include="RadioButton.cs" />
- <Compile Include="RadioButtonList.cs" />
- <Compile Include="ResFinder.cs" />
- <Compile Include="TextBox.cs" />
- <Compile Include="TimePicker.cs" />
- <Compile Include="UserForm.cs" />
- <Compile Include="UserFormCodeVaildator.cs" />
- <Compile Include="UserFormCollection.cs" />
- <Compile Include="UserFormCollector.cs" />
- <Compile Include="UserFormCommandDesigner.cs" />
- <Compile Include="UserFormCommandManager.cs" />
- <Compile Include="UserFormFieldCollection.cs" />
- <Compile Include="UserFormFieldDesigner.cs" />
- <Compile Include="UserFormHeader.cs" />
- <Compile Include="UserFormHeaderBuilder.cs" />
- <Compile Include="UserFormHeaderDesigner.cs" />
- <Compile Include="UserFormInfo.cs" />
- <Compile Include="UserFormInfoControl.cs" />
- <Compile Include="UserFormInfoDesigner.cs" />
- <Compile Include="UserFormInfoRenderer.cs" />
- <Compile Include="UserFormLoader.cs" />
- <Compile Include="UserFormVisitor.cs" />
- <Compile Include="ValidatorEnabler.cs" />
- <Compile Include="VisibleVariable.cs" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="ImagesCalendar.png" />
- <EmbeddedResource Include="ImagesCheckBox.png" />
- <EmbeddedResource Include="ImagesCheckBoxList.png" />
- <EmbeddedResource Include="ImagesComboBox.png" />
- <EmbeddedResource Include="ImagesDatePicker.png" />
- <EmbeddedResource Include="ImagesDropDownList.png" />
- <EmbeddedResource Include="ImagesHiddenVariable.png" />
- <EmbeddedResource Include="ImagesListBox.png" />
- <EmbeddedResource Include="ImagesLookupComboBox.png" />
- <EmbeddedResource Include="ImagesLookupDropDownList.png" />
- <EmbeddedResource Include="ImagesLookupListBox.png" />
- <EmbeddedResource Include="ImagesRadioButton.png" />
- <EmbeddedResource Include="ImagesRadioButtonList.png" />
- <EmbeddedResource Include="ImagesTextEdit.png" />
- <EmbeddedResource Include="ImagesTimePicker.png" />
- <EmbeddedResource Include="ImagesUserForm.png" />
- <EmbeddedResource Include="ImagesUserFormInfo.png" />
- <EmbeddedResource Include="ImagesVisibleVariable.png" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>