| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <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>{BD39CDEE-5C12-4D7E-88BE-65DFC27AF5A1}</ProjectGuid>
- <OutputType>Library</OutputType>
- <RootNamespace>Test1</RootNamespace>
- <AssemblyName>Test1</AssemblyName>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>TRACE;DEBUG;NET_2_0;VISUAL_STUDIO</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
- <Reference Include="System" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Class1.cs" />
- <Compile Include="..\..\..\System.Web.UI.WebControls\FileUploadTest.cs">
- <Link>FileUploadTest.cs</Link>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\NunitWeb\NunitWeb.csproj">
- <Project>{F5AECAA2-C599-419D-853E-391F6AEA70A1}</Project>
- <Name>NunitWeb</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Resources\MyPageWithTheme.aspx">
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Resources\Default.skin">
- <SubType>ASPXCodeBehind</SubType>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="..\..\NunitWebResources\PageWithStyleSheet.aspx">
- <Link>Resources\PageWithStyleSheet.aspx</Link>
- </EmbeddedResource>
- <EmbeddedResource Include="..\..\NunitWebResources\PageWithTheme.aspx">
- <Link>Resources\PageWithTheme.aspx</Link>
- </EmbeddedResource>
- <EmbeddedResource Include="..\..\NunitWebResources\RunTimeSetTheme.aspx">
- <Link>Resources\RunTimeSetTheme.aspx</Link>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="..\..\NunitWebResources\Theme1.skin">
- <Link>Resources\Theme1.skin</Link>
- </EmbeddedResource>
- <EmbeddedResource Include="..\..\NunitWebResources\Web.sitemap">
- <Link>Resources\Web.sitemap</Link>
- </EmbeddedResource>
- </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>
|