root/plot/Pybrary.Plot/Pybrary.Plot.csproj

Revision 756, 4.0 kB (checked in by mfenniak, 2 years ago)

--

Line 
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>8.0.50727</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{D3370796-382F-491A-928F-897C6D26A74F}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>Pybrary.Plot</RootNamespace>
11     <AssemblyName>Pybrary.Plot</AssemblyName>
12   </PropertyGroup>
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14     <DebugSymbols>true</DebugSymbols>
15     <DebugType>full</DebugType>
16     <Optimize>false</Optimize>
17     <OutputPath>bin\Debug\</OutputPath>
18     <DefineConstants>DEBUG;TRACE</DefineConstants>
19     <ErrorReport>prompt</ErrorReport>
20     <WarningLevel>4</WarningLevel>
21     <PlatformTarget>AnyCPU</PlatformTarget>
22   </PropertyGroup>
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24     <DebugType>pdbonly</DebugType>
25     <Optimize>true</Optimize>
26     <OutputPath>bin\Release\</OutputPath>
27     <DefineConstants>TRACE</DefineConstants>
28     <ErrorReport>prompt</ErrorReport>
29     <WarningLevel>4</WarningLevel>
30   </PropertyGroup>
31   <ItemGroup>
32     <Reference Include="System" />
33     <Reference Include="System.Data" />
34     <Reference Include="System.Drawing" />
35     <Reference Include="System.Windows.Forms" />
36     <Reference Include="System.Xml" />
37   </ItemGroup>
38   <ItemGroup>
39     <Compile Include="AdvancedRect.cs" />
40     <Compile Include="Annotation.cs" />
41     <Compile Include="AnnotationCollection.cs" />
42     <Compile Include="Axis.cs" />
43     <Compile Include="AxisCollection.cs" />
44     <Compile Include="BrushDescription.cs" />
45     <Compile Include="ColorFactory.cs" />
46     <Compile Include="DataBoundAnnotation.cs" />
47     <Compile Include="DataPointBoundAnnotation.cs" />
48     <Compile Include="Data\MultipointCollection.cs" />
49     <Compile Include="Data\PointCollection.cs" />
50     <Compile Include="EventObject.cs" />
51     <Compile Include="FontDescription.cs" />
52     <Compile Include="LegendEntry.cs" />
53     <Compile Include="ListEnumerator.cs" />
54     <Compile Include="ManualNumericAxisForm.cs">
55       <SubType>Form</SubType>
56     </Compile>
57     <Compile Include="ManualNumericAxisForm.Designer.cs">
58       <DependentUpon>ManualNumericAxisForm.cs</DependentUpon>
59     </Compile>
60     <Compile Include="Margins.cs" />
61     <Compile Include="DateTimeAxis.cs" />
62     <Compile Include="NumericAxis.cs" />
63     <Compile Include="PenDescription.cs" />
64     <Compile Include="Plot.cs" />
65     <Compile Include="PlotControl.cs">
66       <SubType>Component</SubType>
67     </Compile>
68     <Compile Include="Properties\AssemblyInfo.cs" />
69     <Compile Include="ScatterSeries.cs" />
70     <Compile Include="Series.cs" />
71     <Compile Include="SeriesCollection.cs" />
72     <Compile Include="StackedSeries.cs" />
73     <Compile Include="Symbol.cs" />
74     <Compile Include="SymbolDescription.cs" />
75     <Compile Include="TimespanAxis.cs" />
76     <Compile Include="XAxis.cs" />
77     <Compile Include="YAxis.cs" />
78     <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
79   </ItemGroup>
80   <ItemGroup>
81     <EmbeddedResource Include="ManualNumericAxisForm.resx">
82       <SubType>Designer</SubType>
83       <DependentUpon>ManualNumericAxisForm.cs</DependentUpon>
84     </EmbeddedResource>
85     <EmbeddedResource Include="PlotControl.resx">
86       <SubType>Designer</SubType>
87       <DependentUpon>PlotControl.cs</DependentUpon>
88     </EmbeddedResource>
89   </ItemGroup>
90   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
91   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
92        Other similar extension points exist, see Microsoft.Common.targets.
93   <Target Name="BeforeBuild">
94   </Target>
95   <Target Name="AfterBuild">
96   </Target>
97   -->
98 </Project>
Note: See TracBrowser for help on using the browser.