diff options
Diffstat (limited to 'Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphEx.csproj')
| -rw-r--r-- | Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphEx.csproj | 225 |
1 files changed, 225 insertions, 0 deletions
diff --git a/Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphEx.csproj b/Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphEx.csproj new file mode 100644 index 000000000..dd332943a --- /dev/null +++ b/Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphEx.csproj @@ -0,0 +1,225 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProjectGuid>{B9AE25D6-BE35-492F-9079-21A7F3E6F7CC}</ProjectGuid> + <OutputType>library</OutputType> + <AppDesignerFolder>Properties</AppDesignerFolder> + <RootNamespace>RealTimeGraphEx</RootNamespace> + <AssemblyName>RealTimeGraphEx</AssemblyName> + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> + <FileAlignment>512</FileAlignment> + <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> + <WarningLevel>4</WarningLevel> + <SccProjectName>SAK</SccProjectName> + <SccLocalPath>SAK</SccLocalPath> + <SccAuxPath>SAK</SccAuxPath> + <SccProvider>SAK</SccProvider> + <NuGetPackageImportStamp> + </NuGetPackageImportStamp> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\Debug\</OutputPath> + <DefineConstants>TRACE;DEBUG;WPF</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <DocumentationFile> + </DocumentationFile> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <DebugType>pdbonly</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\Release\</OutputPath> + <DefineConstants>TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + </PropertyGroup> + <ItemGroup> + <Reference Include="Costura, Version=1.6.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Costura.Fody.1.6.2\lib\dotnet\Costura.dll</HintPath> + <Private>False</Private> + </Reference> + <Reference Include="SharpDX, Version=2.6.3.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>Referenced Assemblies\SharpDX.dll</HintPath> + </Reference> + <Reference Include="SharpDX.Direct2D1, Version=2.6.3.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>Referenced Assemblies\SharpDX.Direct2D1.dll</HintPath> + </Reference> + <Reference Include="SharpDX.Direct3D10, Version=2.6.3.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>Referenced Assemblies\SharpDX.Direct3D10.dll</HintPath> + </Reference> + <Reference Include="SharpDX.Direct3D9, Version=2.6.3.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>Referenced Assemblies\SharpDX.Direct3D9.dll</HintPath> + </Reference> + <Reference Include="SharpDX.DXGI, Version=2.6.3.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>Referenced Assemblies\SharpDX.DXGI.dll</HintPath> + </Reference> + <Reference Include="System" /> + <Reference Include="System.Data" /> + <Reference Include="System.Drawing" /> + <Reference Include="System.Xml" /> + <Reference Include="Microsoft.CSharp" /> + <Reference Include="System.Core" /> + <Reference Include="System.Xml.Linq" /> + <Reference Include="System.Data.DataSetExtensions" /> + <Reference Include="System.Xaml"> + <RequiredTargetFramework>4.0</RequiredTargetFramework> + </Reference> + <Reference Include="WindowsBase" /> + <Reference Include="PresentationCore" /> + <Reference Include="PresentationFramework" /> + </ItemGroup> + <ItemGroup> + <Compile Include="Components\ComponentLocationEnum.cs" /> + <Compile Include="Components\GridLines.cs" /> + <Compile Include="Components\ComponentBase.cs" /> + <Compile Include="ComponentsItems\YAxisBigTick.cs" /> + <Compile Include="ComponentsItems\YAxisLabel.cs" /> + <Compile Include="ComponentsItems\YAxisLegend.cs" /> + <Compile Include="Components\MouseValueToolTip.cs" /> + <Compile Include="Components\YAxisLegends.cs" /> + <Compile Include="ComponentsItems\YAxisSmallTick.cs" /> + <Compile Include="Components\YAxisTicks.cs" /> + <Compile Include="Components\YAxisWave.cs" /> + <Compile Include="Controllers\GraphControllerBase.cs" /> + <Compile Include="Controllers\GraphController.cs" /> + <Compile Include="Controllers\GraphMultiController.cs" /> + <Compile Include="DirectXGraphs\RealTimeGraphExDirectXLineErase.cs" /> + <Compile Include="DirectXGraphs\RealTimeGraphExDirectXLineScroll.cs" /> + <Compile Include="DirectXGraphs\RealTimeGraphExDirectXMultiLineErase.cs" /> + <Compile Include="DirectXGraphs\RealTimeGraphExDirectXMultiLineScroll.cs" /> + <Compile Include="DX2D\Direct2DControl.cs" /> + <Compile Include="DX2D\Disposer.cs" /> + <Compile Include="DX2D\DX10ImageSource.cs" /> + <Compile Include="DX2D\DXGraphSurfaceMultiErase.cs" /> + <Compile Include="DX2D\DXGraphSurfaceSingleErase.cs" /> + <Compile Include="DX2D\DXGraphSurfaceMultiScroll.cs" /> + <Compile Include="DX2D\NativeMethods.cs" /> + <Compile Include="DX2D\DXGraphSurfaceSingleScroll.cs" /> + <Compile Include="Enums\ZoomDirectionEnum.cs" /> + <Compile Include="ExtensionMethods\BrushExtensions.cs" /> + <Compile Include="ExtensionMethods\ColorExtensions.cs" /> + <Compile Include="ExtensionMethods\RenderTargetExtensions.cs" /> + <Compile Include="Models\ConcurrentPointsList.cs" /> + <Compile Include="RealTimeGraphExMultiBase.cs" /> + <Compile Include="Synchronization\SyncManager.cs" /> + <Compile Include="WriteableBitmap\BitmapContext.cs" /> + <Compile Include="WriteableBitmap\BitmapFactory.cs" /> + <Compile Include="WriteableBitmap\NativeMethods.cs" /> + <Compile Include="WriteableBitmap\WriteableBitmapAntialiasingExtensions.cs" /> + <Compile Include="WriteableBitmap\WriteableBitmapBaseExtensions.cs" /> + <Compile Include="WriteableBitmap\WriteableBitmapBlitExtensions.cs" /> + <Compile Include="WriteableBitmap\WriteableBitmapContextExtensions.cs" /> + <Compile Include="WriteableBitmap\WriteableBitmapConvertExtensions.cs" /> + <Compile Include="WriteableBitmap\WriteableBitmapFillExtensions.cs" /> + <Compile Include="WriteableBitmap\WriteableBitmapFilterExtensions.cs" /> + <Compile Include="WriteableBitmap\WriteableBitmapLineExtensions.cs" /> + <Compile Include="WriteableBitmap\WriteableBitmapShapeExtensions.cs" /> + <Compile Include="WriteableBitmap\WriteableBitmapSplineExtensions.cs" /> + <Compile Include="WriteableBitmap\WriteableBitmapTransformationExtensions.cs" /> + <Compile Include="DataSeries\DataYSeries.cs" /> + <Compile Include="Enums\ZoomModeEnum.cs" /> + <Compile Include="Enums\OpacityTypeEnum.cs" /> + <Compile Include="Models\RealTimeGraphExReachPolygon.cs" /> + <Compile Include="Models\RangeData.cs" /> + <Compile Include="Properties\AssemblyInfo.cs"> + <SubType>Code</SubType> + </Compile> + <Compile Include="Properties\Resources.Designer.cs"> + <AutoGen>True</AutoGen> + <DesignTime>True</DesignTime> + <DependentUpon>Resources.resx</DependentUpon> + </Compile> + <Compile Include="Properties\Settings.Designer.cs"> + <AutoGen>True</AutoGen> + <DependentUpon>Settings.settings</DependentUpon> + <DesignTimeSharedInput>True</DesignTimeSharedInput> + </Compile> + <Compile Include="Models\RealTimeGraphColumnsCollection.cs" /> + <Compile Include="Models\RealTimeGraphExColumn.cs" /> + <Compile Include="ReachGraphs\RealTimeGraphExReachCircle.cs" /> + <Compile Include="ReachGraphs\RealTimeGraphExReachLineErase.cs" /> + <Compile Include="ReachGraphs\RealTimeGraphExReachLineScroll.cs" /> + <Compile Include="ReachGraphs\RealTimeGraphExReachMultiLineErase.cs" /> + <Compile Include="ReachGraphs\RealTimeGraphExReachMultiLineScroll.cs" /> + <Compile Include="ReachGraphs\RealTimeGraphExReachVUMeter.cs" /> + <Compile Include="ReachGraphs\RealTimeGraphExReachWaveScroll.cs" /> + <Compile Include="RealTimeGraphExBase.cs" /> + <Compile Include="FastGraphs\RealTimeGraphExEllipseScroll.cs" /> + <Compile Include="FastGraphs\RealTimeGraphExLineScroll.cs" /> + <Compile Include="FastGraphs\RealTimeGraphExMultiLineScroll.cs" /> + <Compile Include="Models\RealTimeGraphExPoint.cs" /> + <Compile Include="Models\RealTimeGraphExPolygon.cs" /> + <Compile Include="FastGraphs\RealTimeGraphExShapeErase.cs" /> + <Compile Include="FastGraphs\RealTimeGraphExShapeScroll.cs" /> + <Compile Include="FastGraphs\RealTimeGraphExWaveErase.cs" /> + <Compile Include="FastGraphs\RealTimeGraphExWaveScroll.cs" /> + <Compile Include="FastGraphs\RealTimeGraphExLineErase.cs" /> + <Compile Include="Components\YAxisScroll.cs" /> + <Compile Include="FastGraphs\RealTimeGraphExMultiLineErase.cs" /> + <Compile Include="FastGraphs\ShapeTypeEnum.cs" /> + <EmbeddedResource Include="Properties\Resources.resx"> + <Generator>ResXFileCodeGenerator</Generator> + <LastGenOutput>Resources.Designer.cs</LastGenOutput> + </EmbeddedResource> + <None Include="packages.config" /> + <None Include="Properties\Settings.settings"> + <Generator>SettingsSingleFileGenerator</Generator> + <LastGenOutput>Settings.Designer.cs</LastGenOutput> + </None> + <AppDesigner Include="Properties\" /> + </ItemGroup> + <ItemGroup> + <None Include="FodyWeavers.xml" /> + <Content Include="Referenced Assemblies\SharpDX.Direct2D1.dll" /> + <Resource Include="Referenced Assemblies\SharpDX.Direct2D1.xml" /> + <Content Include="Referenced Assemblies\SharpDX.Direct3D10.dll" /> + <Resource Include="Referenced Assemblies\SharpDX.Direct3D10.xml" /> + <Content Include="Referenced Assemblies\SharpDX.Direct3D9.dll" /> + <Resource Include="Referenced Assemblies\SharpDX.Direct3D9.xml" /> + <Content Include="Referenced Assemblies\SharpDX.dll" /> + <Content Include="Referenced Assemblies\SharpDX.DXGI.dll" /> + <Resource Include="Referenced Assemblies\SharpDX.DXGI.xml" /> + <Resource Include="Referenced Assemblies\SharpDX.xml" /> + </ItemGroup> + <ItemGroup> + <Page Include="Resources\Resources.xaml"> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + </Page> + </ItemGroup> + <ItemGroup> + <Folder Include="ComponentsData\" /> + </ItemGroup> + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> + <PropertyGroup> + <PreBuildEvent>(if exist "$(TargetDir)*old.pdb" del "$(TargetDir)*old.pdb") & (if exist "$(TargetDir)*.pdb" ren "$(TargetDir)*.pdb" *.old.pdb)</PreBuildEvent> + </PropertyGroup> + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> + <PropertyGroup> + <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> + </PropertyGroup> + <Error Condition="!Exists('..\..\packages\Fody.2.0.0\build\dotnet\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Fody.2.0.0\build\dotnet\Fody.targets'))" /> + <Error Condition="!Exists('..\..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets'))" /> + </Target> + <Import Project="..\..\packages\Fody.2.0.0\build\dotnet\Fody.targets" Condition="Exists('..\..\packages\Fody.2.0.0\build\dotnet\Fody.targets')" /> + <Import Project="..\..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets" Condition="Exists('..\..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets')" /> + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. + Other similar extension points exist, see Microsoft.Common.targets. + <Target Name="BeforeBuild"> + </Target> + <Target Name="AfterBuild"> + </Target> + --> +</Project>
\ No newline at end of file |
