git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@50 52acb1d6-8a22-11de-b505-999d5b087335
62 lines
2.7 KiB
XML
62 lines
2.7 KiB
XML
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{410F8877-F1E1-4696-ABC7-4339189EECC3}</ProjectGuid>
|
|
<RootNamespace>XmlRpcCS</RootNamespace>
|
|
<AssemblyName>XmlRpcCS</AssemblyName>
|
|
<OutputType>Library</OutputType>
|
|
<RunPostBuildEvent>OnSuccessfulBuild</RunPostBuildEvent>
|
|
<NoConfig>false</NoConfig>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<NoStdLib>false</NoStdLib>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<Optimize>false</Optimize>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<OutputPath>..\bin\Debug\</OutputPath>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<NoStdLib>false</NoStdLib>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DebugSymbols>false</DebugSymbols>
|
|
<Optimize>true</Optimize>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
<Compile Include="Logger.cs" />
|
|
<Compile Include="SimpleHttpRequest.cs" />
|
|
<Compile Include="XmlRpcBoxcarRequest.cs" />
|
|
<Compile Include="XmlRpcClientProxy.cs" />
|
|
<Compile Include="XmlRpcDeserializer.cs" />
|
|
<Compile Include="XmlRpcErrorCodes.cs" />
|
|
<Compile Include="XmlRpcException.cs" />
|
|
<Compile Include="XmlRpcExposedAttribute.cs" />
|
|
<Compile Include="XmlRpcRequest.cs" />
|
|
<Compile Include="XmlRpcRequestDeserializer.cs" />
|
|
<Compile Include="XmlRpcRequestSerializer.cs" />
|
|
<Compile Include="XmlRpcResponder.cs" />
|
|
<Compile Include="XmlRpcResponse.cs" />
|
|
<Compile Include="XmlRpcResponseDeserializer.cs" />
|
|
<Compile Include="XmlRpcResponseSerializer.cs" />
|
|
<Compile Include="XmlRpcSerializer.cs" />
|
|
<Compile Include="XmlRpcServer.cs" />
|
|
<Compile Include="XmlRpcSystemObject.cs" />
|
|
<Compile Include="XmlRpcXmlTokens.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
|
</Project> |