123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
- <PropertyGroup>
- <ProjectGuid>{3C080744-AF01-46FB-8476-5F7AEFACB174}</ProjectGuid>
- <ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <OutputType>Library</OutputType>
- <RootNamespace>DymWebForm</RootNamespace>
- <AssemblyName>DymWebForm</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <SccProjectName>Svn</SccProjectName>
- <SccLocalPath>Svn</SccLocalPath>
- <SccAuxPath>Svn</SccAuxPath>
- <SccProvider>SubversionScc</SccProvider>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <OutputPath>bin\Debug\</OutputPath>
- <DebugSymbols>True</DebugSymbols>
- <DebugType>Full</DebugType>
- <Optimize>False</Optimize>
- <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <OutputPath>bin\Release\</OutputPath>
- <DebugSymbols>False</DebugSymbols>
- <DebugType>None</DebugType>
- <Optimize>True</Optimize>
- <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
- <DefineConstants>TRACE</DefineConstants>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Extensions" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Xml.Linq">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Attributes.cs" />
- <Compile Include="Common\Attributes\Extensions.cs" />
- <Compile Include="Common\BasicDataType\Extensions.cs" />
- <Compile Include="Common\Linq\Extensions.cs" />
- <Compile Include="Common\Reflection\Extensions.cs" />
- <Compile Include="Common\TypeParser.cs" />
- <Compile Include="Common\Web\Extensions.cs" />
- <Compile Include="Controls\DateTimeTextBox.cs" />
- <Compile Include="Controls\TextArea.cs" />
- <Compile Include="DymWebFormBuilder.cs" />
- <Compile Include="DymWebFormControlMappnig.cs" />
- <Compile Include="FieldFK.cs" />
- <Compile Include="FormField.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Resources\ResourceList.cs" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Resources\Calendar.Icon.Hove.bmp" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Resources\Calendar.Icon.Norm.bmp" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Resources\Calendar.js" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|