0
|
1 <Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion>
|
|
6 <SchemaVersion>2.0</SchemaVersion>
|
|
7 <ProjectGuid>{16272F10-9E3D-4C24-8761-8A43E9FB525F}</ProjectGuid>
|
|
8 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
9 <OutputType>Library</OutputType>
|
|
10 <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
11 <RootNamespace>Partial.Trust.Asp.Net</RootNamespace>
|
|
12 <AssemblyName>Partial.Trust.Asp.Net</AssemblyName>
|
|
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
14 </PropertyGroup>
|
|
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
16 <DebugSymbols>true</DebugSymbols>
|
|
17 <DebugType>full</DebugType>
|
|
18 <Optimize>false</Optimize>
|
|
19 <OutputPath>bin\</OutputPath>
|
|
20 <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
21 <ErrorReport>prompt</ErrorReport>
|
|
22 <WarningLevel>4</WarningLevel>
|
|
23 </PropertyGroup>
|
|
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
25 <DebugType>pdbonly</DebugType>
|
|
26 <Optimize>true</Optimize>
|
|
27 <OutputPath>bin\</OutputPath>
|
|
28 <DefineConstants>TRACE</DefineConstants>
|
|
29 <ErrorReport>prompt</ErrorReport>
|
|
30 <WarningLevel>4</WarningLevel>
|
|
31 </PropertyGroup>
|
|
32 <ItemGroup>
|
|
33 <Reference Include="System" />
|
|
34 <Reference Include="System.Data" />
|
|
35 <Reference Include="System.Core">
|
|
36 <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
37 </Reference>
|
|
38 <Reference Include="System.Data.DataSetExtensions">
|
|
39 <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
40 </Reference>
|
|
41 <Reference Include="System.Web.Extensions">
|
|
42 <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
43 </Reference>
|
|
44 <Reference Include="System.Xml.Linq">
|
|
45 <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
46 </Reference>
|
|
47 <Reference Include="System.Drawing" />
|
|
48 <Reference Include="System.Web" />
|
|
49 <Reference Include="System.Xml" />
|
|
50 <Reference Include="System.Configuration" />
|
|
51 <Reference Include="System.Web.Services" />
|
|
52 <Reference Include="System.EnterpriseServices" />
|
|
53 <Reference Include="System.Web.Mobile" />
|
|
54 </ItemGroup>
|
|
55 <ItemGroup>
|
|
56 <Content Include="Default.aspx" />
|
|
57 <Content Include="Web.config" />
|
|
58 </ItemGroup>
|
|
59 <ItemGroup>
|
|
60 <Compile Include="Default.aspx.cs">
|
|
61 <SubType>ASPXCodeBehind</SubType>
|
|
62 <DependentUpon>Default.aspx</DependentUpon>
|
|
63 </Compile>
|
|
64 <Compile Include="Default.aspx.designer.cs">
|
|
65 <DependentUpon>Default.aspx</DependentUpon>
|
|
66 </Compile>
|
|
67 <Compile Include="Properties\AssemblyInfo.cs" />
|
|
68 </ItemGroup>
|
|
69 <ItemGroup>
|
|
70 <ProjectReference Include="..\..\..\Source\BLToolkit.3.csproj">
|
|
71 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
|
|
72 <Name>BLToolkit.3</Name>
|
|
73 </ProjectReference>
|
|
74 <ProjectReference Include="..\Components\Partial.Trust.Components.csproj">
|
|
75 <Project>{3BCB17AC-9941-4460-858B-2B7BC3BEDDE7}</Project>
|
|
76 <Name>Partial.Trust.Components.2008</Name>
|
|
77 </ProjectReference>
|
|
78 </ItemGroup>
|
|
79 <ItemGroup>
|
|
80 <Folder Include="App_Data\" />
|
|
81 </ItemGroup>
|
|
82 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
83 <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
|
|
84 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
85 Other similar extension points exist, see Microsoft.Common.targets.
|
|
86 <Target Name="BeforeBuild">
|
|
87 </Target>
|
|
88 <Target Name="AfterBuild">
|
|
89 </Target>
|
|
90 -->
|
|
91 <ProjectExtensions>
|
|
92 <VisualStudio>
|
|
93 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
94 <WebProjectProperties>
|
|
95 <UseIIS>False</UseIIS>
|
|
96 <AutoAssignPort>True</AutoAssignPort>
|
|
97 <DevelopmentServerPort>61649</DevelopmentServerPort>
|
|
98 <DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
99 <IISUrl>
|
|
100 </IISUrl>
|
|
101 <NTLMAuthentication>False</NTLMAuthentication>
|
|
102 <UseCustomServer>False</UseCustomServer>
|
|
103 <CustomServerUrl>
|
|
104 </CustomServerUrl>
|
|
105 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
106 </WebProjectProperties>
|
|
107 </FlavorProperties>
|
|
108 </VisualStudio>
|
|
109 </ProjectExtensions>
|
|
110 </Project> |