Files
aistudio-wpf-diagram/Others/Live-Charts-master/Examples/WinForms/Winforms.csproj
2023-04-16 20:11:40 +08:00

489 lines
22 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.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>{CA7BA22C-ECB7-4930-9981-E9B121588401}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Winforms</RootNamespace>
<AssemblyName>Winforms</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'r86|AnyCPU'">
<OutputPath>bin\r86\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'r64|AnyCPU'">
<OutputPath>bin\r64\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'arm|AnyCPU'">
<OutputPath>bin\arm\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
<Reference Include="WindowsFormsIntegration" />
</ItemGroup>
<ItemGroup>
<Compile Include="Cartesian\Basic Stacked Bar\BasicsStackedRowExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\Basic Stacked Bar\BasicsStackedRowExample.Designer.cs">
<DependentUpon>BasicsStackedRowExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\Basic Stacked Bar\BasicStackedColumnExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\Basic Stacked Bar\BasicStackedColumnExample.Designer.cs">
<DependentUpon>BasicStackedColumnExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\BasicBar\BasicColumnExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\BasicBar\BasicColumnExample.Designer.cs">
<DependentUpon>BasicColumnExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\BasicBar\BasicRowExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\BasicBar\BasicRowExample.Designer.cs">
<DependentUpon>BasicRowExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\BasicBubbles\BasicBubblesExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\BasicBubbles\BasicBubblesExample.Designer.cs">
<DependentUpon>BasicBubblesExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\BasicLine\BasicLineExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\BasicLine\BasicLineExample.Designer.cs">
<DependentUpon>BasicLineExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\ConstantChanges\ConstantChanges.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\ConstantChanges\ConstantChanges.Designer.cs">
<DependentUpon>ConstantChanges.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\ConstantChanges\MeasureModel.cs" />
<Compile Include="Cartesian\Customized Series\Customized Line Series.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\Customized Series\Customized Line Series.Designer.cs">
<DependentUpon>Customized Line Series.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\DataPagination\DataPaginationExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\DataPagination\DataPaginationExample.Designer.cs">
<DependentUpon>DataPaginationExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\DateTime\DateTimeExample.cs" />
<Compile Include="Cartesian\DateTime\DateTimeExample.Designer.cs">
<DependentUpon>DateTimeExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\DynamicVisibility\DynamicVisibiltyExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\DynamicVisibility\DynamicVisibiltyExample.Designer.cs">
<DependentUpon>DynamicVisibiltyExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\Events\EventsExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\Events\EventsExample.Designer.cs">
<DependentUpon>EventsExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\Financial\FinancialExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\Financial\FinancialExample.Designer.cs">
<DependentUpon>FinancialExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\FullyResponsive\FullyResponsive.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\FullyResponsive\FullyResponsive.Designer.cs">
<DependentUpon>FullyResponsive.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\FunnelChart\FunnelExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\FunnelChart\FunnelExample.Designer.cs">
<DependentUpon>FunnelExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\GanttChart\GanttExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\GanttChart\GanttExample.Designer.cs">
<DependentUpon>GanttExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\HeatSeriesExample\HeatSeriesExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\HeatSeriesExample\HeatSeriesExample.Designer.cs">
<DependentUpon>HeatSeriesExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\Inverted Series\InvertedSeries.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\Inverted Series\InvertedSeries.Designer.cs">
<DependentUpon>InvertedSeries.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\Irregular Intervals\IrregularIntervalsExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\Irregular Intervals\IrregularIntervalsExample.Designer.cs">
<DependentUpon>IrregularIntervalsExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\Labels\Labels.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\Labels\Labels.Designer.cs">
<DependentUpon>Labels.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\Linq\City.cs" />
<Compile Include="Cartesian\Linq\DataBase.cs" />
<Compile Include="Cartesian\Linq\LinqExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\Linq\LinqExample.Designer.cs">
<DependentUpon>LinqExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\LogarithmScale\LogarithmSacale.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\LogarithmScale\LogarithmSacale.Designer.cs">
<DependentUpon>LogarithmSacale.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\MissingPoints\MissingPoint.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\MissingPoints\MissingPoint.Designer.cs">
<DependentUpon>MissingPoint.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\MultiAxes\MultipleAxesExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\MultiAxes\MultipleAxesExample.Designer.cs">
<DependentUpon>MultipleAxesExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\NegativeStackedRow\NegativeStackedRow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\NegativeStackedRow\NegativeStackedRow.Designer.cs">
<DependentUpon>NegativeStackedRow.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\PointState\PointState.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\PointState\PointState.Designer.cs">
<DependentUpon>PointState.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\ScatterExample\ScatterForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\ScatterExample\ScatterForm.Designer.cs">
<DependentUpon>ScatterForm.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\Sections\SectionsExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\Sections\SectionsExample.Designer.cs">
<DependentUpon>SectionsExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\StackedArea\StackedAreaExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\StackedArea\StackedAreaExample.Designer.cs">
<DependentUpon>StackedAreaExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\StepLine\StepLineExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\StepLine\StepLineExample.Designer.cs">
<DependentUpon>StepLineExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\UielementsExample\UielementsExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\UielementsExample\UielementsExample.Designer.cs">
<DependentUpon>UielementsExample.cs</DependentUpon>
</Compile>
<Compile Include="Cartesian\Zooming and Panning\ZomingAndPanningExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cartesian\Zooming and Panning\ZomingAndPanningExample.Designer.cs">
<DependentUpon>ZomingAndPanningExample.cs</DependentUpon>
</Compile>
<Compile Include="Gauge\360\Gauge360Example.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Gauge\360\Gauge360Example.Designer.cs">
<DependentUpon>Gauge360Example.cs</DependentUpon>
</Compile>
<Compile Include="Gauge\AngularGauge\AngularGugeForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Gauge\AngularGauge\AngularGugeForm.Designer.cs">
<DependentUpon>AngularGugeForm.cs</DependentUpon>
</Compile>
<Compile Include="Main.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Main.Designer.cs">
<DependentUpon>Main.cs</DependentUpon>
</Compile>
<Compile Include="Maps\GeoMapExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Maps\GeoMapExample.Designer.cs">
<DependentUpon>GeoMapExample.cs</DependentUpon>
</Compile>
<Compile Include="PieChart\DoughnutExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PieChart\DoughnutExample.Designer.cs">
<DependentUpon>DoughnutExample.cs</DependentUpon>
</Compile>
<Compile Include="PieChart\PieChartExample.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PieChart\PieChartExample.Designer.cs">
<DependentUpon>PieChartExample.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Content Include="Cartesian\FunnelChart\Resources\fingerprint.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Cartesian\FunnelChart\Resources\user.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Cartesian\FunnelChart\Resources\view.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Maps\World.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<EmbeddedResource Include="Cartesian\Basic Stacked Bar\BasicsStackedRowExample.resx">
<DependentUpon>BasicsStackedRowExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\Basic Stacked Bar\BasicStackedColumnExample.resx">
<DependentUpon>BasicStackedColumnExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\BasicBar\BasicColumnExample.resx">
<DependentUpon>BasicColumnExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\BasicBar\BasicRowExample.resx">
<DependentUpon>BasicRowExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\BasicBubbles\BasicBubblesExample.resx">
<DependentUpon>BasicBubblesExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\BasicLine\BasicLineExample.resx">
<DependentUpon>BasicLineExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\ConstantChanges\ConstantChanges.resx">
<DependentUpon>ConstantChanges.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\Customized Series\Customized Line Series.resx">
<DependentUpon>Customized Line Series.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\DataPagination\DataPaginationExample.resx">
<DependentUpon>DataPaginationExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\DateTime\DateTimeExample.resx">
<DependentUpon>DateTimeExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\DynamicVisibility\DynamicVisibiltyExample.resx">
<DependentUpon>DynamicVisibiltyExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\Events\EventsExample.resx">
<DependentUpon>EventsExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\Financial\FinancialExample.resx">
<DependentUpon>FinancialExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\FullyResponsive\FullyResponsive.resx">
<DependentUpon>FullyResponsive.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\FunnelChart\FunnelExample.resx">
<DependentUpon>FunnelExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\GanttChart\GanttExample.resx">
<DependentUpon>GanttExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\HeatSeriesExample\HeatSeriesExample.resx">
<DependentUpon>HeatSeriesExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\Inverted Series\InvertedSeries.resx">
<DependentUpon>InvertedSeries.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\Irregular Intervals\IrregularIntervalsExample.resx">
<DependentUpon>IrregularIntervalsExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\Labels\Labels.resx">
<DependentUpon>Labels.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\Linq\LinqExample.resx">
<DependentUpon>LinqExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\LogarithmScale\LogarithmSacale.resx">
<DependentUpon>LogarithmSacale.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\MissingPoints\MissingPoint.resx">
<DependentUpon>MissingPoint.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\MultiAxes\MultipleAxesExample.resx">
<DependentUpon>MultipleAxesExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\NegativeStackedRow\NegativeStackedRow.resx">
<DependentUpon>NegativeStackedRow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\PointState\PointState.resx">
<DependentUpon>PointState.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\ScatterExample\ScatterForm.resx">
<DependentUpon>ScatterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\Sections\SectionsExample.resx">
<DependentUpon>SectionsExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\StackedArea\StackedAreaExample.resx">
<DependentUpon>StackedAreaExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\StepLine\StepLineExample.resx">
<DependentUpon>StepLineExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\UielementsExample\UielementsExample.resx">
<DependentUpon>UielementsExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Cartesian\Zooming and Panning\ZomingAndPanningExample.resx">
<DependentUpon>ZomingAndPanningExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Gauge\360\Gauge360Example.resx">
<DependentUpon>Gauge360Example.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Gauge\AngularGauge\AngularGugeForm.resx">
<DependentUpon>AngularGugeForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Main.resx">
<DependentUpon>Main.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Maps\GeoMapExample.resx">
<DependentUpon>GeoMapExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="PieChart\DoughnutExample.resx">
<DependentUpon>DoughnutExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="PieChart\PieChartExample.resx">
<DependentUpon>PieChartExample.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<Content Include="Cartesian\UielementsExample\warning.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="cities.csv">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Core.csproj">
<Project>{d447642c-a85f-4ab0-96d9-c66cff91aada}</Project>
<Name>Core</Name>
</ProjectReference>
<ProjectReference Include="..\..\WinFormsView\WinFormsView.csproj">
<Project>{45e67c4f-88df-4617-acb1-b54c5dbf8390}</Project>
<Name>WinFormsView</Name>
</ProjectReference>
<ProjectReference Include="..\..\WpfView\WpfView.csproj">
<Project>{4d253423-ae05-47f6-a59d-9162ec0bb1f2}</Project>
<Name>WpfView</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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>