139 lines
4.9 KiB
XML
139 lines
4.9 KiB
XML
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<ProjectType>Local</ProjectType>
|
||
|
<ProductVersion>8.0.50727</ProductVersion>
|
||
|
<SchemaVersion>2.0</SchemaVersion>
|
||
|
<ProjectGuid>{8E81D43C-0000-0000-0000-000000000000}</ProjectGuid>
|
||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||
|
<ApplicationIcon></ApplicationIcon>
|
||
|
<AssemblyKeyContainerName>
|
||
|
</AssemblyKeyContainerName>
|
||
|
<AssemblyName>XMLRPC</AssemblyName>
|
||
|
<DefaultClientScript>JScript</DefaultClientScript>
|
||
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
||
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
||
|
<DelaySign>false</DelaySign>
|
||
|
<OutputType>Library</OutputType>
|
||
|
<AppDesignerFolder></AppDesignerFolder>
|
||
|
<RootNamespace>XMLRPC</RootNamespace>
|
||
|
<StartupObject></StartupObject>
|
||
|
<FileUpgradeFlags>
|
||
|
</FileUpgradeFlags>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
||
|
<BaseAddress>285212672</BaseAddress>
|
||
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
||
|
<ConfigurationOverrideFile>
|
||
|
</ConfigurationOverrideFile>
|
||
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
||
|
<DocumentationFile></DocumentationFile>
|
||
|
<DebugSymbols>True</DebugSymbols>
|
||
|
<FileAlignment>4096</FileAlignment>
|
||
|
<Optimize>False</Optimize>
|
||
|
<OutputPath>..\bin\</OutputPath>
|
||
|
<RegisterForComInterop>False</RegisterForComInterop>
|
||
|
<RemoveIntegerChecks>False</RemoveIntegerChecks>
|
||
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
<NoWarn></NoWarn>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
||
|
<BaseAddress>285212672</BaseAddress>
|
||
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
||
|
<ConfigurationOverrideFile>
|
||
|
</ConfigurationOverrideFile>
|
||
|
<DefineConstants>TRACE</DefineConstants>
|
||
|
<DocumentationFile></DocumentationFile>
|
||
|
<DebugSymbols>False</DebugSymbols>
|
||
|
<FileAlignment>4096</FileAlignment>
|
||
|
<Optimize>True</Optimize>
|
||
|
<OutputPath>..\bin\</OutputPath>
|
||
|
<RegisterForComInterop>False</RegisterForComInterop>
|
||
|
<RemoveIntegerChecks>False</RemoveIntegerChecks>
|
||
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
<NoWarn></NoWarn>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<Reference Include="System" >
|
||
|
<HintPath>System.dll</HintPath>
|
||
|
<Private>False</Private>
|
||
|
</Reference>
|
||
|
<Reference Include="System.Xml" >
|
||
|
<HintPath>System.Xml.dll</HintPath>
|
||
|
<Private>False</Private>
|
||
|
</Reference>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="Logger.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="SimpleHttpRequest.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="XmlRpcBoxcarRequest.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="XmlRpcClientProxy.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="XmlRpcDeserializer.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="XmlRpcErrorCodes.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="XmlRpcException.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="XmlRpcExposedAttribute.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="XmlRpcRequest.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="XmlRpcRequestDeserializer.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="XmlRpcRequestSerializer.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="XmlRpcResponder.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="XmlRpcResponse.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="XmlRpcResponseDeserializer.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="XmlRpcResponseSerializer.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="XmlRpcSerializer.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="XmlRpcServer.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="XmlRpcSystemObject.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="XmlRpcXmlTokens.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
|
||
|
<PropertyGroup>
|
||
|
<PreBuildEvent>
|
||
|
</PreBuildEvent>
|
||
|
<PostBuildEvent>
|
||
|
</PostBuildEvent>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|