DymWebForm.csproj 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
  3. <PropertyGroup>
  4. <ProjectGuid>{3C080744-AF01-46FB-8476-5F7AEFACB174}</ProjectGuid>
  5. <ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>DymWebForm</RootNamespace>
  10. <AssemblyName>DymWebForm</AssemblyName>
  11. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <SccProjectName>Svn</SccProjectName>
  14. <SccLocalPath>Svn</SccLocalPath>
  15. <SccAuxPath>Svn</SccAuxPath>
  16. <SccProvider>SubversionScc</SccProvider>
  17. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DebugSymbols>True</DebugSymbols>
  25. <DebugType>Full</DebugType>
  26. <Optimize>False</Optimize>
  27. <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DebugSymbols>False</DebugSymbols>
  33. <DebugType>None</DebugType>
  34. <Optimize>True</Optimize>
  35. <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
  36. <DefineConstants>TRACE</DefineConstants>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="System" />
  40. <Reference Include="System.Core">
  41. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  42. </Reference>
  43. <Reference Include="System.Drawing" />
  44. <Reference Include="System.Web" />
  45. <Reference Include="System.Web.Extensions" />
  46. <Reference Include="System.Xml" />
  47. <Reference Include="System.Xml.Linq">
  48. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  49. </Reference>
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="Attributes.cs" />
  53. <Compile Include="Common\Attributes\Extensions.cs" />
  54. <Compile Include="Common\BasicDataType\Extensions.cs" />
  55. <Compile Include="Common\Linq\Extensions.cs" />
  56. <Compile Include="Common\Reflection\Extensions.cs" />
  57. <Compile Include="Common\TypeParser.cs" />
  58. <Compile Include="Common\Web\Extensions.cs" />
  59. <Compile Include="Controls\DateTimeTextBox.cs" />
  60. <Compile Include="Controls\TextArea.cs" />
  61. <Compile Include="DymWebFormBuilder.cs" />
  62. <Compile Include="DymWebFormControlMappnig.cs" />
  63. <Compile Include="FieldFK.cs" />
  64. <Compile Include="FormField.cs" />
  65. <Compile Include="Properties\AssemblyInfo.cs" />
  66. <Compile Include="Resources\ResourceList.cs" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <EmbeddedResource Include="Resources\Calendar.Icon.Hove.bmp" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <EmbeddedResource Include="Resources\Calendar.Icon.Norm.bmp" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <EmbeddedResource Include="Resources\Calendar.js" />
  76. </ItemGroup>
  77. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  78. </Project>