|
|
@@ -0,0 +1,130 @@
|
|
|
+<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>{7D5A1B1C-4B8C-462B-86C8-0961A838A39D}</ProjectGuid>
|
|
|
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
+ <ApplicationIcon>
|
|
|
+ </ApplicationIcon>
|
|
|
+ <AssemblyKeyContainerName>
|
|
|
+ </AssemblyKeyContainerName>
|
|
|
+ <AssemblyName>xslt</AssemblyName>
|
|
|
+ <AssemblyOriginatorKeyFile>
|
|
|
+ </AssemblyOriginatorKeyFile>
|
|
|
+ <DefaultClientScript>JScript</DefaultClientScript>
|
|
|
+ <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|
|
+ <DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|
|
+ <DelaySign>false</DelaySign>
|
|
|
+ <OutputType>Library</OutputType>
|
|
|
+ <RootNamespace>xslt</RootNamespace>
|
|
|
+ <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
|
+ <StartupObject>
|
|
|
+ </StartupObject>
|
|
|
+ <FileUpgradeFlags>
|
|
|
+ </FileUpgradeFlags>
|
|
|
+ <UpgradeBackupLocation>
|
|
|
+ </UpgradeBackupLocation>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
|
|
|
+ <OutputPath>.\</OutputPath>
|
|
|
+ <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
|
+ <BaseAddress>285212672</BaseAddress>
|
|
|
+ <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
|
+ <ConfigurationOverrideFile>
|
|
|
+ </ConfigurationOverrideFile>
|
|
|
+ <DefineConstants>DEBUG;TRACE;TARGET_JVM</DefineConstants>
|
|
|
+ <DocumentationFile>
|
|
|
+ </DocumentationFile>
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <FileAlignment>4096</FileAlignment>
|
|
|
+ <NoStdLib>false</NoStdLib>
|
|
|
+ <NoWarn>1595</NoWarn>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <RegisterForComInterop>false</RegisterForComInterop>
|
|
|
+ <RemoveIntegerChecks>false</RemoveIntegerChecks>
|
|
|
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java|AnyCPU' ">
|
|
|
+ <OutputPath>bin\Release_Java\</OutputPath>
|
|
|
+ <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
|
+ <BaseAddress>285212672</BaseAddress>
|
|
|
+ <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
|
+ <ConfigurationOverrideFile>
|
|
|
+ </ConfigurationOverrideFile>
|
|
|
+ <DefineConstants>TRACE;TARGET_JVM</DefineConstants>
|
|
|
+ <DocumentationFile>
|
|
|
+ </DocumentationFile>
|
|
|
+ <DebugSymbols>false</DebugSymbols>
|
|
|
+ <FileAlignment>4096</FileAlignment>
|
|
|
+ <NoStdLib>false</NoStdLib>
|
|
|
+ <NoWarn>1595</NoWarn>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ <RegisterForComInterop>false</RegisterForComInterop>
|
|
|
+ <RemoveIntegerChecks>false</RemoveIntegerChecks>
|
|
|
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <DebugType>none</DebugType>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
+ <OutputPath>.\</OutputPath>
|
|
|
+ <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
|
+ <BaseAddress>285212672</BaseAddress>
|
|
|
+ <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
|
+ <ConfigurationOverrideFile>
|
|
|
+ </ConfigurationOverrideFile>
|
|
|
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
+ <DocumentationFile>
|
|
|
+ </DocumentationFile>
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <FileAlignment>4096</FileAlignment>
|
|
|
+ <NoStdLib>false</NoStdLib>
|
|
|
+ <NoWarn>1595</NoWarn>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <RegisterForComInterop>false</RegisterForComInterop>
|
|
|
+ <RemoveIntegerChecks>false</RemoveIntegerChecks>
|
|
|
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="System">
|
|
|
+ <Name>System</Name>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System.XML" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Include="XmlCompare.cs">
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="xslttest.cs">
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="XsltTestUtils.cs">
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </Compile>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\..\..\..\..\nunit20\core\nunit.core.dll20.csproj">
|
|
|
+ <Project>{EBD43A7F-AFCA-4281-BB53-5CDD91F966A3}</Project>
|
|
|
+ <Name>nunit.core.dll20</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\..\..\..\..\nunit20\framework\nunit.framework.dll20.csproj">
|
|
|
+ <Project>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</Project>
|
|
|
+ <Name>nunit.framework.dll20</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
+ <PropertyGroup>
|
|
|
+ <PreBuildEvent>
|
|
|
+ </PreBuildEvent>
|
|
|
+ <PostBuildEvent>
|
|
|
+ </PostBuildEvent>
|
|
|
+ </PropertyGroup>
|
|
|
+</Project>
|