git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@50 52acb1d6-8a22-11de-b505-999d5b087335
54 lines
2.4 KiB
XML
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> |