[System.Net] Add support for .pac proxy config scripts on mac
[mono.git] / mcs / class / System.Web.Extensions / System.Web.Extensions.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>8.0.50727</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{3D36DB5F-6DBC-4B95-8CA0-9B627357C7BD}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>System.Web.Extensions</RootNamespace>\r
11     <AssemblyName>System.Web.Extensions</AssemblyName>\r
12   </PropertyGroup>\r
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
14     <DebugSymbols>true</DebugSymbols>\r
15     <DebugType>full</DebugType>\r
16     <Optimize>false</Optimize>\r
17     <OutputPath>bin\Debug\</OutputPath>\r
18     <DefineConstants>TRACE;DEBUG;SYSTEM_WEB_EXTENSIONS;NET_2_0;NET_1_1</DefineConstants>\r
19     <ErrorReport>prompt</ErrorReport>\r
20     <WarningLevel>4</WarningLevel>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
23     <DebugType>pdbonly</DebugType>\r
24     <Optimize>true</Optimize>\r
25     <OutputPath>bin\Release\</OutputPath>\r
26     <DefineConstants>TRACE;SYSTEM_WEB_EXTENSIONS;NET_2_0;NET_1_1</DefineConstants>\r
27     <ErrorReport>prompt</ErrorReport>\r
28     <WarningLevel>4</WarningLevel>\r
29   </PropertyGroup>\r
30   <ItemGroup>\r
31     <Reference Include="System" />\r
32     <Reference Include="System.configuration" />\r
33     <Reference Include="System.Data" />\r
34     <Reference Include="System.Drawing" />\r
35     <Reference Include="System.Web" />\r
36     <Reference Include="System.Web.Services" />\r
37     <Reference Include="System.Xml" />\r
38   </ItemGroup>\r
39   <ItemGroup>\r
40     <Compile Include="..\..\build\common\Consts.cs">\r
41       <Link>Assembly\Consts.cs</Link>\r
42     </Compile>\r
43     <Compile Include="..\..\build\common\Locale.cs">\r
44       <Link>Assembly\Locale.cs</Link>\r
45     </Compile>\r
46     <Compile Include="..\..\build\common\MonoTODOAttribute.cs">\r
47       <Link>Assembly\MonoTODOAttribute.cs</Link>\r
48     </Compile>\r
49     <Compile Include="..\System.Web\System.Web.Handlers\AssemblyResourceLoader.cs">\r
50       <Link>System.Web.Handlers\AssemblyResourceLoader.cs</Link>\r
51     </Compile>\r
52     <Compile Include="Assembly\AssemblyInfo.cs" />\r
53     <Compile Include="System.Web.Configuration\Converter.cs" />\r
54     <Compile Include="System.Web.Configuration\ConvertersCollection.cs" />\r
55     <Compile Include="System.Web.Configuration\ScriptingAuthenticationServiceSection.cs" />\r
56     <Compile Include="System.Web.Configuration\ScriptingJsonSerializationSection.cs" />\r
57     <Compile Include="System.Web.Configuration\ScriptingProfileServiceSection.cs" />\r
58     <Compile Include="System.Web.Configuration\ScriptingScriptResourceHandlerSection.cs" />\r
59     <Compile Include="System.Web.Configuration\ScriptingSectionGroup.cs" />\r
60     <Compile Include="System.Web.Configuration\ScriptingWebServicesSectionGroup.cs" />\r
61     <Compile Include="System.Web.Configuration\SystemWebExtensionsSectionGroup.cs" />\r
62     <Compile Include="System.Web.Handlers\ScriptModule.cs" />\r
63     <Compile Include="System.Web.Handlers\ScriptResourceHandler.cs" />\r
64     <Compile Include="System.Web.Script.Serialization\JSON\CountingTextWriter.cs" />\r
65     <Compile Include="System.Web.Script.Serialization\JSON\JavaScriptConstructor.cs">\r
66       <SubType>Code</SubType>\r
67     </Compile>\r
68     <Compile Include="System.Web.Script.Serialization\JSON\JavaScriptConvert.cs" />\r
69     <Compile Include="System.Web.Script.Serialization\JavaScriptConverter.cs" />\r
70     <Compile Include="System.Web.Script.Serialization\JSON\JavaScriptParameters.cs" />\r
71     <Compile Include="System.Web.Script.Serialization\JavaScriptSerializer.cs" />\r
72     <Compile Include="System.Web.Script.Serialization\JavaScriptTypeResolver.cs" />\r
73     <Compile Include="System.Web.Script.Serialization\JSON\JavaScriptUtils.cs" />\r
74     <Compile Include="System.Web.Script.Serialization\JSON\JsonReader.cs" />\r
75     <Compile Include="System.Web.Script.Serialization\JSON\JsonReaderException.cs">\r
76       <SubType>Code</SubType>\r
77     </Compile>\r
78     <Compile Include="System.Web.Script.Serialization\JSON\JsonSerializationException.cs" />\r
79     <Compile Include="System.Web.Script.Serialization\JSON\JsonSerializer.cs" />\r
80     <Compile Include="System.Web.Script.Serialization\JSON\JsonToken.cs" />\r
81     <Compile Include="System.Web.Script.Serialization\JSON\JsonWriter.cs" />\r
82     <Compile Include="System.Web.Script.Serialization\JSON\JsonWriterException.cs" />\r
83     <Compile Include="System.Web.Script.Serialization\JSON\ReflectionUtils.cs" />\r
84     <Compile Include="System.Web.Script.Serialization\ScriptIgnoreAttribute.cs" />\r
85     <Compile Include="System.Web.Script.Serialization\SimpleTypeResolver.cs" />\r
86     <Compile Include="System.Web.Script.Services\ClientProxyHandler.cs" />\r
87     <Compile Include="System.Web.Script.Services\GenerateScriptTypeAttribute.cs" />\r
88     <Compile Include="System.Web.Script.Services\LogicalTypeInfo.cs" />\r
89     <Compile Include="System.Web.Script.Services\ProfileService.cs" />\r
90     <Compile Include="System.Web.Script.Services\ResponseFormat.cs" />\r
91     <Compile Include="System.Web.Script.Services\RestHandler.cs" />\r
92     <Compile Include="System.Web.Script.Services\ScriptHandlerFactory.cs" />\r
93     <Compile Include="System.Web.Script.Services\ScriptMethodAttribute.cs" />\r
94     <Compile Include="System.Web.Script.Services\ScriptServiceAttribute.cs" />\r
95     <Compile Include="System.Web.UI\AsyncPostBackErrorEventArgs.cs" />\r
96     <Compile Include="System.Web.UI\AsyncPostBackTrigger.cs" />\r
97     <Compile Include="System.Web.UI\AuthenticationServiceManager.cs" />\r
98     <Compile Include="System.Web.UI\ExtenderControl.cs" />\r
99     <Compile Include="System.Web.UI\IExtenderControl.cs" />\r
100     <Compile Include="System.Web.UI\IScriptControl.cs" />\r
101     <Compile Include="System.Web.UI\PostBackTrigger.cs" />\r
102     <Compile Include="System.Web.UI\ProfileServiceManager.cs" />\r
103     <Compile Include="System.Web.UI\ScriptBehaviorDescriptor.cs" />\r
104     <Compile Include="System.Web.UI\ScriptComponentDescriptor.cs" />\r
105     <Compile Include="System.Web.UI\ScriptControl.cs" />\r
106     <Compile Include="System.Web.UI\ScriptControlDescriptor.cs" />\r
107     <Compile Include="System.Web.UI\ScriptDescriptor.cs" />\r
108     <Compile Include="System.Web.UI\ScriptManager.cs" />\r
109     <Compile Include="System.Web.UI\ScriptManagerProxy.cs" />\r
110     <Compile Include="System.Web.UI\ScriptMode.cs" />\r
111     <Compile Include="System.Web.UI\ScriptReference.cs" />\r
112     <Compile Include="System.Web.UI\ScriptReferenceCollection.cs" />\r
113     <Compile Include="System.Web.UI\ScriptReferenceEventArgs.cs" />\r
114     <Compile Include="System.Web.UI\ScriptResourceAttribute.cs" />\r
115     <Compile Include="System.Web.UI\ServiceReference.cs" />\r
116     <Compile Include="System.Web.UI\ServiceReferenceCollection.cs" />\r
117     <Compile Include="System.Web.UI\TargetControlTypeAttribute.cs" />\r
118     <Compile Include="System.Web.UI\Timer.cs" />\r
119     <Compile Include="System.Web.UI\UpdatePanel.cs" />\r
120     <Compile Include="System.Web.UI\UpdatePanelControlTrigger.cs" />\r
121     <Compile Include="System.Web.UI\UpdatePanelRenderMode.cs" />\r
122     <Compile Include="System.Web.UI\UpdatePanelTrigger.cs" />\r
123     <Compile Include="System.Web.UI\UpdatePanelTriggerCollection.cs" />\r
124     <Compile Include="System.Web.UI\UpdatePanelUpdateMode.cs" />\r
125     <Compile Include="System.Web.UI\UpdateProgress.cs" />\r
126   </ItemGroup>\r
127   <ItemGroup>\r
128     <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\MicrosoftAjax.debug.js">\r
129       <Link>Resources\MicrosoftAjax.debug.js</Link>\r
130       <LogicalName>MicrosoftAjax.debug.js</LogicalName>\r
131     </EmbeddedResource>\r
132     <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\MicrosoftAjax.js">\r
133       <Link>Resources\MicrosoftAjax.js</Link>\r
134       <LogicalName>MicrosoftAjax.js</LogicalName>\r
135     </EmbeddedResource>\r
136     <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\MicrosoftAjaxTimer.debug.js">\r
137       <Link>Resources\MicrosoftAjaxTimer.debug.js</Link>\r
138       <LogicalName>MicrosoftAjaxTimer.debug.js</LogicalName>\r
139     </EmbeddedResource>\r
140     <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\MicrosoftAjaxTimer.js">\r
141       <Link>Resources\MicrosoftAjaxTimer.js</Link>\r
142       <LogicalName>MicrosoftAjaxTimer.js</LogicalName>\r
143     </EmbeddedResource>\r
144     <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\MicrosoftAjaxWebForms.debug.js">\r
145       <Link>Resources\MicrosoftAjaxWebForms.debug.js</Link>\r
146       <LogicalName>MicrosoftAjaxWebForms.debug.js</LogicalName>\r
147     </EmbeddedResource>\r
148     <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\MicrosoftAjaxWebForms.js">\r
149       <Link>Resources\MicrosoftAjaxWebForms.js</Link>\r
150       <LogicalName>MicrosoftAjaxWebForms.js</LogicalName>\r
151     </EmbeddedResource>\r
152   </ItemGroup>\r
153   <ItemGroup>\r
154     <Folder Include="Properties\" />\r
155   </ItemGroup>\r
156   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
157   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
158        Other similar extension points exist, see Microsoft.Common.targets.\r
159   <Target Name="BeforeBuild">\r
160   </Target>\r
161   <Target Name="AfterBuild">\r
162   </Target>\r
163   -->\r
164 </Project>