Files
nplot/demo/csharp/NPlotDemo.csproj
2016-09-05 17:51:16 -07:00

153 lines
6.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{7427C7A7-6CB0-4CB3-A0DB-F11603C5C29A}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>resources\NPlotDemo-icon.ico</ApplicationIcon>
<AssemblyName>NPlotDemo</AssemblyName>
<DelaySign>false</DelaySign>
<OutputType>WinExe</OutputType>
<RootNamespace>NPlotDemo</RootNamespace>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<PlatformTarget>AnyCPU</PlatformTarget>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<ErrorReport>prompt</ErrorReport>
<BaseFX1_1OutputPath>bin\net\1.1\</BaseFX1_1OutputPath>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
<TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\net\2.0\debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;CHECK_ERRORS</DefineConstants>
<DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize>
<DebugType>Full</DebugType>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\net\2.0\release\</OutputPath>
<DefineConstants>TRACE;RELEASE</DefineConstants>
<DocumentationFile>NPlot.xml</DocumentationFile>
<DebugSymbols>false</DebugSymbols>
<Optimize>true</Optimize>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="NPlot">
<HintPath>..\..\bin\NPlot.dll</HintPath>
</Reference>
<Reference Include="System">
<Name>System</Name>
</Reference>
<Reference Include="System.Data">
<Name>System.Data</Name>
</Reference>
<Reference Include="System.Design">
<Name>System.Design</Name>
</Reference>
<Reference Include="System.Drawing">
<Name>System.Drawing</Name>
</Reference>
<Reference Include="System.Web">
<Name>System.Web</Name>
</Reference>
<Reference Include="System.Windows.Forms">
<Name>System.Windows.Forms</Name>
</Reference>
<Reference Include="System.Xml">
<Name>System.XML</Name>
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="resources\NPlotDemo-icon.ico" />
<Compile Include="src\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="src\AxisTestsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="src\FinancialDemo.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="src\MenuForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="src\PlotSurface2DDemo.cs">
<SubType>Form</SubType>
</Compile>
<EmbeddedResource Include="resources\asx_jbh.xml">
<LogicalName>NPlotDemo.resources.asx_jbh.xml</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="resources\AxisTestsForm.resx">
<LogicalName>AxisTestsForm.resources</LogicalName>
<DependentUpon>..\src\AxisTestsForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="resources\FinancialDemo.resx">
<LogicalName>FinancialDemo.resources</LogicalName>
<DependentUpon>..\src\FinancialDemo.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="resources\light.wav">
<LogicalName>NPlotDemo.resources.light.wav</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="resources\MenuForm.resx">
<LogicalName>MenuForm.resources</LogicalName>
<DependentUpon>..\src\MenuForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="resources\pattern01.jpg">
<LogicalName>NPlotDemo.resources.pattern01.jpg</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="resources\PlotSurface2DDemo.resx">
<LogicalName>PlotSurface2DDemo.resources</LogicalName>
<DependentUpon>..\src\PlotSurface2DDemo.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" Condition="'$(SharpDevelopBinPath)'==''" />
<Import Project="$(MSBuildExtensionsPath)\MSBee\MSBuildExtras.FX1_1.CSharp.targets" Condition="'$(SharpDevelopBinPath)'=='' AND '$(TargetFrameworkVersion)'=='v1.1' and Exists('$(MSBuildExtensionsPath)\MSBee\MSBuildExtras.FX1_1.CSharp.targets')" />
<Import Project="$(SharpDevelopBinPath)\SharpDevelop.Build.CSharp.targets" Condition="'$(SharpDevelopBinPath)'!=''" />
</Project>