1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" ..\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.props" Condition =" Exists('..\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.props')" />
4+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5+ <PropertyGroup >
6+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8+ <ProjectGuid >{17CE85B1-B182-4BEA-90A8-F8D110B1CFCE}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >FastReport.ReportBuilder.UnitTest</RootNamespace >
12+ <AssemblyName >FastReport.ReportBuilder.UnitTest</AssemblyName >
13+ <TargetFrameworkVersion >v4.7.1</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
16+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >15.0</VisualStudioVersion >
17+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
18+ <ReferencePath >$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath >
19+ <IsCodedUITest >False</IsCodedUITest >
20+ <TestProjectType >UnitTest</TestProjectType >
21+ <NuGetPackageImportStamp >
22+ </NuGetPackageImportStamp >
23+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
25+ <DebugSymbols >true</DebugSymbols >
26+ <DebugType >full</DebugType >
27+ <Optimize >false</Optimize >
28+ <OutputPath >bin\Debug\</OutputPath >
29+ <DefineConstants >DEBUG;TRACE</DefineConstants >
30+ <ErrorReport >prompt</ErrorReport >
31+ <WarningLevel >4</WarningLevel >
32+ </PropertyGroup >
33+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
34+ <DebugType >pdbonly</DebugType >
35+ <Optimize >true</Optimize >
36+ <OutputPath >bin\Release\</OutputPath >
37+ <DefineConstants >TRACE</DefineConstants >
38+ <ErrorReport >prompt</ErrorReport >
39+ <WarningLevel >4</WarningLevel >
40+ </PropertyGroup >
41+ <ItemGroup >
42+ <Reference Include =" Accessibility" />
43+ <Reference Include =" FastReport, Version=2021.1.0.0, Culture=neutral, PublicKeyToken=5ceb240df42bf6e8, processorArchitecture=MSIL" >
44+ <HintPath >..\..\..\packages\FastReport.OpenSource.2021.1.0\lib\net40\FastReport.dll</HintPath >
45+ </Reference >
46+ <Reference Include =" FastReport.Compat, Version=2020.4.2.0, Culture=neutral, PublicKeyToken=406e1f4c3c8ef97e, processorArchitecture=MSIL" >
47+ <HintPath >..\..\..\packages\FastReport.Compat.2020.4.2\lib\net40\FastReport.Compat.dll</HintPath >
48+ </Reference >
49+ <Reference Include =" FastReport.OpenSource.Export.PdfSimple, Version=2021.1.2.0, Culture=neutral, PublicKeyToken=b33a9a06fcc00c4c, processorArchitecture=MSIL" >
50+ <HintPath >..\..\..\packages\FastReport.OpenSource.Export.PdfSimple.2021.1.2\lib\net40\FastReport.OpenSource.Export.PdfSimple.dll</HintPath >
51+ </Reference >
52+ <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
53+ <HintPath >..\packages\MSTest.TestFramework.2.1.1\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
54+ </Reference >
55+ <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
56+ <HintPath >..\packages\MSTest.TestFramework.2.1.1\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
57+ </Reference >
58+ <Reference Include =" System" />
59+ <Reference Include =" System.ComponentModel.Annotations, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
60+ <HintPath >..\..\..\packages\System.ComponentModel.Annotations.4.1.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath >
61+ </Reference >
62+ <Reference Include =" System.ComponentModel.DataAnnotations" />
63+ <Reference Include =" System.Core" />
64+ <Reference Include =" System.Data" />
65+ <Reference Include =" System.Drawing" />
66+ <Reference Include =" System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
67+ <HintPath >..\..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath >
68+ </Reference >
69+ <Reference Include =" System.Security" />
70+ <Reference Include =" System.Windows.Forms" />
71+ <Reference Include =" System.Xml" />
72+ </ItemGroup >
73+ <ItemGroup >
74+ <Compile Include =" Person.cs" />
75+ <Compile Include =" ReportTest.cs" />
76+ <Compile Include =" Properties\AssemblyInfo.cs" />
77+ </ItemGroup >
78+ <ItemGroup >
79+ <None Include =" packages.config" />
80+ </ItemGroup >
81+ <ItemGroup >
82+ <ProjectReference Include =" ..\FastReport.ReportBuilder\FastReport.ReportBuilder.csproj" >
83+ <Project >{abfbdac5-ac9e-44b4-9201-fe8bfbd5db0a}</Project >
84+ <Name >FastReport.ReportBuilder</Name >
85+ </ProjectReference >
86+ </ItemGroup >
87+ <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
88+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
89+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
90+ <PropertyGroup >
91+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
92+ </PropertyGroup >
93+ <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.props'))" />
94+ <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.targets'))" />
95+ <Error Condition =" !Exists('..\..\..\packages\FastReport.Compat.2020.4.2\build\FastReport.Compat.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\..\packages\FastReport.Compat.2020.4.2\build\FastReport.Compat.targets'))" />
96+ </Target >
97+ <Import Project =" ..\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.targets" Condition =" Exists('..\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.targets')" />
98+ <Import Project =" ..\..\..\packages\FastReport.Compat.2020.4.2\build\FastReport.Compat.targets" Condition =" Exists('..\..\..\packages\FastReport.Compat.2020.4.2\build\FastReport.Compat.targets')" />
99+ </Project >
0 commit comments