Files
libremetaverse/libsecondlife-cs/JSONlib/Nii.JSON2005.csproj
2006-07-12 03:48:38 +00:00

54 lines
2.4 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>{C40EB7FD-F957-4659-A184-A1C28908D748}</ProjectGuid>
<RootNamespace>Nii.JSON</RootNamespace>
<AssemblyName>JSON</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">
<HintPath>..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dll</HintPath>
</Reference>
<Reference Include="System.Data">
<HintPath>..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dll</HintPath>
</Reference>
<Reference Include="System.Xml">
<HintPath>..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.XML.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="JSONArray.cs" />
<Compile Include="JSONFacade.cs" />
<Compile Include="JSONObject.cs" />
<Compile Include="JSONTokener.cs" />
<Compile Include="JSONUtils.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
</Project>