URLRewriter.csproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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. <ProjectType>Local</ProjectType>
  5. <ProductVersion>7.10.3077</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{31740848-5613-4864-8AEA-473B2483D982}</ProjectGuid>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ApplicationIcon />
  11. <AssemblyKeyContainerName />
  12. <AssemblyName>URLRewriter</AssemblyName>
  13. <AssemblyOriginatorKeyFile />
  14. <DefaultClientScript>JScript</DefaultClientScript>
  15. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  16. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  17. <DelaySign>false</DelaySign>
  18. <OutputType>Library</OutputType>
  19. <RootNamespace>URLRewriter</RootNamespace>
  20. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  21. <StartupObject />
  22. <FileUpgradeFlags>
  23. </FileUpgradeFlags>
  24. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  25. <UpgradeBackupLocation>
  26. </UpgradeBackupLocation>
  27. <OldToolsVersion>0.0</OldToolsVersion>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <OutputPath>bin\Debug\</OutputPath>
  31. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  32. <BaseAddress>285212672</BaseAddress>
  33. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  34. <ConfigurationOverrideFile />
  35. <DefineConstants>DEBUG;TRACE</DefineConstants>
  36. <DocumentationFile />
  37. <DebugSymbols>true</DebugSymbols>
  38. <FileAlignment>4096</FileAlignment>
  39. <NoStdLib>false</NoStdLib>
  40. <NoWarn />
  41. <Optimize>false</Optimize>
  42. <RegisterForComInterop>false</RegisterForComInterop>
  43. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  44. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  45. <WarningLevel>4</WarningLevel>
  46. <DebugType>full</DebugType>
  47. <ErrorReport>prompt</ErrorReport>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  50. <OutputPath>bin\Release\</OutputPath>
  51. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  52. <BaseAddress>285212672</BaseAddress>
  53. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  54. <ConfigurationOverrideFile />
  55. <DefineConstants>TRACE</DefineConstants>
  56. <DocumentationFile />
  57. <DebugSymbols>false</DebugSymbols>
  58. <FileAlignment>4096</FileAlignment>
  59. <NoStdLib>false</NoStdLib>
  60. <NoWarn />
  61. <Optimize>true</Optimize>
  62. <RegisterForComInterop>false</RegisterForComInterop>
  63. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  64. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  65. <WarningLevel>4</WarningLevel>
  66. <DebugType>none</DebugType>
  67. <ErrorReport>prompt</ErrorReport>
  68. </PropertyGroup>
  69. <ItemGroup>
  70. <Reference Include="System">
  71. <Name>System</Name>
  72. </Reference>
  73. <Reference Include="System.configuration" />
  74. <Reference Include="System.Data">
  75. <Name>System.Data</Name>
  76. </Reference>
  77. <Reference Include="System.Web">
  78. <Name>System.Web</Name>
  79. </Reference>
  80. <Reference Include="System.XML">
  81. <Name>System.XML</Name>
  82. </Reference>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Compile Include="AssemblyInfo.cs">
  86. <SubType>Code</SubType>
  87. </Compile>
  88. <Compile Include="BaseModuleRewriter.cs">
  89. <SubType>Code</SubType>
  90. </Compile>
  91. <Compile Include="Config\RewriterConfigSerializerSectionHandler.cs">
  92. <SubType>Code</SubType>
  93. </Compile>
  94. <Compile Include="Config\RewriterConfiguration.cs">
  95. <SubType>Code</SubType>
  96. </Compile>
  97. <Compile Include="Config\RewriterRule.cs">
  98. <SubType>Code</SubType>
  99. </Compile>
  100. <Compile Include="Config\RewriterRuleCollection.cs">
  101. <SubType>Code</SubType>
  102. </Compile>
  103. <Compile Include="ModuleRewriter.cs">
  104. <SubType>Code</SubType>
  105. </Compile>
  106. <Compile Include="RewriterFactoryHandler.cs">
  107. <SubType>Code</SubType>
  108. </Compile>
  109. <Compile Include="RewriterUtils.cs">
  110. <SubType>Code</SubType>
  111. </Compile>
  112. </ItemGroup>
  113. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  114. <PropertyGroup>
  115. <PreBuildEvent />
  116. <PostBuildEvent />
  117. </PropertyGroup>
  118. </Project>