RuntimeControls2008.csproj
上传用户:husern
上传日期:2022-03-24
资源大小:534k
文件大小:3k
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{DF3F1A10-3DB5-450A-A9B3-ACE18DB85DD0}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Itenso.WebUserForms.RuntimeControls</RootNamespace>
- <AssemblyName>Itenso.WebUserForms.RunntimeControls</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SignAssembly>false</SignAssembly>
- <AssemblyOriginatorKeyFile>
- </AssemblyOriginatorKeyFile>
- <SccProjectName>
- </SccProjectName>
- <SccLocalPath>
- </SccLocalPath>
- <SccAuxPath>
- </SccAuxPath>
- <SccProvider>
- </SccProvider>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..publicDebugBin</OutputPath>
- <DefineConstants>TRACE;DEBUG;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;NO_LOOKUP_FIELDS;TP_DATE_FIELDS;TP_COMBO_FIELDS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Design" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="ComboBox.cs" />
- <Compile Include="LookupComboBox.cs" />
- <Compile Include="DatePicker.cs" />
- <Compile Include="PropertiesAssemblyInfo.cs" />
- <Compile Include="TimePicker.cs" />
- <Compile Include="ControlsAdapter.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..ControlsControls2008.csproj">
- <Project>{3C9236E5-1BB8-4E68-BD1C-5FF10FB591AD}</Project>
- <Name>Controls2008</Name>
- </ProjectReference>
- <ProjectReference Include="..RuntimeRuntime2008.csproj">
- <Project>{CAE6DFA6-947D-4C4A-823E-1CC5E68A4BF8}</Project>
- <Name>Runtime2008</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)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>