Runtime2005.csproj
上传用户:husern
上传日期:2022-03-24
资源大小:534k
文件大小:3k
- <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>{9F5235D3-C1B6-47E7-89D9-640D5E2F7610}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Itenso.WebUserForms.Runtime</RootNamespace>
- <AssemblyName>Itenso.WebUserForms.Runtime</AssemblyName>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..publicDebugBin</OutputPath>
- <DefineConstants>DEBUG;TRACE</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</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="LookupAdapter.cs" />
- <Compile Include="PropertiesAssemblyInfo.cs" />
- <Compile Include="RuntimeControlsAdapter.cs" />
- <Compile Include="UserFormAdapter.cs" />
- <Compile Include="UserFormAdapterException.cs" />
- <Compile Include="UserFormXmlInfoControl.cs" />
- <Compile Include="UserFormXmlInfoRenderer.cs" />
- <Compile Include="VariableAdapter.cs" />
- <Compile Include="VirtualUserFormFile.cs" />
- <Compile Include="VirtualUserFormFileProvider.cs" />
- <Compile Include="VirtualUserFormProvider.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..ControlsControls2005.csproj">
- <Project>{05C1A07A-6876-49D2-8C08-4AB9A25BBA9B}</Project>
- <Name>Controls2005</Name>
- </ProjectReference>
- <ProjectReference Include="..DataData2005.csproj">
- <Project>{D1163042-27A6-43D8-B98E-1E5807639BF8}</Project>
- <Name>Data2005</Name>
- </ProjectReference>
- </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>