Test1.csproj 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>8.0.50727</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{BD39CDEE-5C12-4D7E-88BE-65DFC27AF5A1}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>Test1</RootNamespace>
  10. <AssemblyName>Test1</AssemblyName>
  11. </PropertyGroup>
  12. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  13. <DebugSymbols>true</DebugSymbols>
  14. <DebugType>full</DebugType>
  15. <Optimize>false</Optimize>
  16. <OutputPath>bin\Debug\</OutputPath>
  17. <DefineConstants>TRACE;DEBUG;NET_2_0;VISUAL_STUDIO</DefineConstants>
  18. <ErrorReport>prompt</ErrorReport>
  19. <WarningLevel>4</WarningLevel>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  22. <DebugType>pdbonly</DebugType>
  23. <Optimize>true</Optimize>
  24. <OutputPath>bin\Release\</OutputPath>
  25. <DefineConstants>TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <ItemGroup>
  30. <Reference Include="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
  31. <Reference Include="System" />
  32. <Reference Include="System.Drawing" />
  33. <Reference Include="System.Web" />
  34. <Reference Include="System.Xml" />
  35. </ItemGroup>
  36. <ItemGroup>
  37. <Compile Include="Class1.cs" />
  38. <Compile Include="..\..\..\System.Web.UI.WebControls\FileUploadTest.cs">
  39. <Link>FileUploadTest.cs</Link>
  40. </Compile>
  41. </ItemGroup>
  42. <ItemGroup>
  43. <ProjectReference Include="..\NunitWeb\NunitWeb.csproj">
  44. <Project>{F5AECAA2-C599-419D-853E-391F6AEA70A1}</Project>
  45. <Name>NunitWeb</Name>
  46. </ProjectReference>
  47. </ItemGroup>
  48. <ItemGroup>
  49. <EmbeddedResource Include="Resources\MyPageWithTheme.aspx">
  50. </EmbeddedResource>
  51. </ItemGroup>
  52. <ItemGroup>
  53. <EmbeddedResource Include="Resources\Default.skin">
  54. <SubType>ASPXCodeBehind</SubType>
  55. </EmbeddedResource>
  56. </ItemGroup>
  57. <ItemGroup>
  58. <EmbeddedResource Include="..\..\NunitWebResources\PageWithStyleSheet.aspx">
  59. <Link>Resources\PageWithStyleSheet.aspx</Link>
  60. </EmbeddedResource>
  61. <EmbeddedResource Include="..\..\NunitWebResources\PageWithTheme.aspx">
  62. <Link>Resources\PageWithTheme.aspx</Link>
  63. </EmbeddedResource>
  64. <EmbeddedResource Include="..\..\NunitWebResources\RunTimeSetTheme.aspx">
  65. <Link>Resources\RunTimeSetTheme.aspx</Link>
  66. </EmbeddedResource>
  67. </ItemGroup>
  68. <ItemGroup>
  69. <EmbeddedResource Include="..\..\NunitWebResources\Theme1.skin">
  70. <Link>Resources\Theme1.skin</Link>
  71. </EmbeddedResource>
  72. <EmbeddedResource Include="..\..\NunitWebResources\Web.sitemap">
  73. <Link>Resources\Web.sitemap</Link>
  74. </EmbeddedResource>
  75. </ItemGroup>
  76. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  77. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  78. Other similar extension points exist, see Microsoft.Common.targets.
  79. <Target Name="BeforeBuild">
  80. </Target>
  81. <Target Name="AfterBuild">
  82. </Target>
  83. -->
  84. </Project>