102 lines
3.8 KiB
XML
102 lines
3.8 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>{8CAC4F90-80FA-4DD2-9BB9-A45C76EFD69A}</ProjectGuid>
|
|||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|||
|
<ApplicationIcon>
|
|||
|
</ApplicationIcon>
|
|||
|
<AssemblyKeyContainerName>
|
|||
|
</AssemblyKeyContainerName>
|
|||
|
<AssemblyName>Compiler</AssemblyName>
|
|||
|
<AssemblyOriginatorKeyFile>
|
|||
|
</AssemblyOriginatorKeyFile>
|
|||
|
<DefaultClientScript>JScript</DefaultClientScript>
|
|||
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|||
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|||
|
<DelaySign>false</DelaySign>
|
|||
|
<OutputType>Library</OutputType>
|
|||
|
<RootNamespace>Compiler</RootNamespace>
|
|||
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|||
|
<StartupObject>
|
|||
|
</StartupObject>
|
|||
|
<FileUpgradeFlags>
|
|||
|
</FileUpgradeFlags>
|
|||
|
<UpgradeBackupLocation>
|
|||
|
</UpgradeBackupLocation>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|||
|
<OutputPath>.\</OutputPath>
|
|||
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|||
|
<BaseAddress>285212672</BaseAddress>
|
|||
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|||
|
<ConfigurationOverrideFile>
|
|||
|
</ConfigurationOverrideFile>
|
|||
|
<DefineConstants>
|
|||
|
</DefineConstants>
|
|||
|
<DocumentationFile>
|
|||
|
</DocumentationFile>
|
|||
|
<DebugSymbols>true</DebugSymbols>
|
|||
|
<FileAlignment>4096</FileAlignment>
|
|||
|
<NoStdLib>false</NoStdLib>
|
|||
|
<NoWarn>
|
|||
|
</NoWarn>
|
|||
|
<Optimize>false</Optimize>
|
|||
|
<RegisterForComInterop>false</RegisterForComInterop>
|
|||
|
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
|||
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|||
|
<WarningLevel>1</WarningLevel>
|
|||
|
<DebugType>full</DebugType>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|||
|
<OutputPath>bin\</OutputPath>
|
|||
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|||
|
<BaseAddress>285212672</BaseAddress>
|
|||
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|||
|
<ConfigurationOverrideFile>
|
|||
|
</ConfigurationOverrideFile>
|
|||
|
<DefineConstants>
|
|||
|
</DefineConstants>
|
|||
|
<DocumentationFile>
|
|||
|
</DocumentationFile>
|
|||
|
<DebugSymbols>false</DebugSymbols>
|
|||
|
<FileAlignment>4096</FileAlignment>
|
|||
|
<NoStdLib>false</NoStdLib>
|
|||
|
<NoWarn>
|
|||
|
</NoWarn>
|
|||
|
<Optimize>false</Optimize>
|
|||
|
<RegisterForComInterop>false</RegisterForComInterop>
|
|||
|
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
|||
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|||
|
<WarningLevel>1</WarningLevel>
|
|||
|
<DebugType>none</DebugType>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\base\base.csproj">
|
|||
|
<Name>base</Name>
|
|||
|
<Project>{0D2B3F34-A443-4BA5-A822-3EF35F2181E6}</Project>
|
|||
|
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
|
|||
|
</ProjectReference>
|
|||
|
<ProjectReference Include="..\parser\parser.csproj">
|
|||
|
<Name>parser</Name>
|
|||
|
<Project>{93A07240-0F2E-4868-B098-6D95B43BECED}</Project>
|
|||
|
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
|
|||
|
</ProjectReference>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="Compiler.cs">
|
|||
|
<SubType>Code</SubType>
|
|||
|
</Compile>
|
|||
|
</ItemGroup>
|
|||
|
<Target Name="Build"><Error Text="The solution and project files for csic are for editing and debugging only. Use nmake at a command line to build." /></Target>
|
|||
|
<PropertyGroup>
|
|||
|
<PreBuildEvent>
|
|||
|
</PreBuildEvent>
|
|||
|
<PostBuildEvent>
|
|||
|
</PostBuildEvent>
|
|||
|
</PropertyGroup>
|
|||
|
</Project>
|