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 =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProductVersion >8.0.30703</ProductVersion >
8+ <SchemaVersion >2.0</SchemaVersion >
9+ <ProjectGuid >{F8F3F6D2-B7A6-4980-AC4B-9D4D8C5695BC}</ProjectGuid >
10+ <OutputType >Library</OutputType >
11+ <AppDesignerFolder >Properties</AppDesignerFolder >
12+ <RootNamespace >CodeFactory.Automation.Data.Sql.EF.Logic</RootNamespace >
13+ <AssemblyName >CodeFactory.Automation.Data.Sql.EF.Logic</AssemblyName >
14+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
15+ <FileAlignment >512</FileAlignment >
16+ <StartAction >Program</StartAction >
17+ <StartProgram Condition =" '$(DevEnvDir)' != ''" >$(DevEnvDir)devenv.exe</StartProgram >
18+ </PropertyGroup >
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20+ <DebugSymbols >true</DebugSymbols >
21+ <DebugType >full</DebugType >
22+ <Optimize >false</Optimize >
23+ <OutputPath >bin\Debug\</OutputPath >
24+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
27+ <DocumentationFile >bin\Debug\CodeFactory.Automation.Data.Sql.EF.Logic.xml</DocumentationFile >
28+ </PropertyGroup >
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30+ <DebugType >pdbonly</DebugType >
31+ <Optimize >true</Optimize >
32+ <OutputPath >bin\Release\</OutputPath >
33+ <DefineConstants >TRACE</DefineConstants >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >4</WarningLevel >
36+ </PropertyGroup >
37+ <ItemGroup >
38+ <PackageReference Include =" CodeFactory.Automation.Standard.Logic" >
39+ <Version >2.23159.1-PreRelease</Version >
40+ </PackageReference >
41+ <PackageReference Include =" CodeFactory.Automation.Standard.NDF.Logic" >
42+ <Version >2.23159.1-PreRelease</Version >
43+ </PackageReference >
44+ <PackageReference Include =" CodeFactory.WinVs.SDK" Version =" 2.23160.1-PreRelease" />
45+ <Reference Include =" System" />
46+ <Reference Include =" System.Core" />
47+ <Reference Include =" System.Xml.Linq" />
48+ <Reference Include =" System.Data.DataSetExtensions" />
49+ <Reference Include =" Microsoft.CSharp" />
50+ <Reference Include =" System.Data" />
51+ <Reference Include =" System.Xml" />
52+ <Reference Include =" PresentationCore" />
53+ <Reference Include =" PresentationFramework" />
54+ <Reference Include =" System.Xaml" />
55+ <Reference Include =" WindowsBase" />
56+ </ItemGroup >
57+ <ItemGroup >
58+ <Compile Include =" DBContextAutomation.cs" />
59+ <Compile Include =" EntityTransformAutomation.cs" />
60+ <Compile Include =" ProjectExtensions.cs" />
61+ <Compile Include =" Properties\AssemblyInfo.cs" />
62+ <Compile Include =" RepositoryAutomation.cs" />
63+ <Compile Include =" SharedData.cs" />
64+ </ItemGroup >
65+ <ItemGroup >
66+ <None Include =" CodeFactory.Automation.Data.Sql.Ef.Logic.nuspec" />
67+ </ItemGroup >
68+ <ItemGroup >
69+ <None Include =" Images\CFLogo128.png" />
70+ </ItemGroup >
71+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
72+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
73+ Other similar extension points exist, see Microsoft.Common.targets.
74+ <Target Name="BeforeBuild">
75+ </Target>
76+ <Target Name="AfterBuild">
77+ </Target> -->
78+ </Project >
0 commit comments