Skip to content

Commit 7ebd983

Browse files
authored
Merge pull request #10 from CodeFactoryLLC/SQLEF
Sqlef
2 parents e9f55a7 + fbfc93f commit 7ebd983

35 files changed

+3547
-2
lines changed
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
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>
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3+
<metadata>
4+
<id>CodeFactory.Automation.Data.Sql.EF.Logic</id>
5+
<version>2.23163.1-PreRelease</version>
6+
<title>Repositry automation for MS SQL using Entity Framework Core.</title>
7+
<authors>CodeFactory, LLC.</authors>
8+
<owners>CodeFactory, LLC.</owners>
9+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10+
<description>Entity framework SQL automation logic to be used with CodeFactory commands built with Visual Studio - Windows.</description>
11+
<projectUrl>https://github.com/CodeFactoryLLC/CodeFactoryPackages</projectUrl>
12+
<license type="expression">MIT</license>
13+
<repository type="git" url="https://github.com/CodeFactoryLLC/CodeFactoryPackages.git" branch="main" />
14+
<releaseNotes>
15+
Initial release of automation logic.
16+
</releaseNotes>
17+
<copyright>Copyright © 2023 CodeFactory, LLC.</copyright>
18+
<tags>Factory Automation</tags>
19+
<dependencies>
20+
<dependency id="CodeFactory.WinVs.SDK" version="2.23160.1-PreRelease"/>
21+
<dependency id="CodeFactory.Automation.Standard.Logic" version="2.23159.1-PreRelease"/>
22+
<dependency id="CodeFactory.Automation.Standard.NDF.Logic" version="2.23159.1-PreRelease"/>
23+
</dependencies>
24+
<icon>CFLogo128.png</icon>
25+
</metadata>
26+
<files>
27+
<file src="Images\CFLogo128.png" target=""/>
28+
<file src="bin\Debug\CodeFactory.Automation.Data.Sql.EF.Logic.dll" target="lib/net48/"/>
29+
<file src="bin\Debug\CodeFactory.Automation.Data.Sql.EF.Logic.xml" target="lib/net48/"/>
30+
<file src="bin\Debug\CodeFactory.Automation.Data.Sql.EF.Logic.pdb" target="lib/net48/"/>
31+
</files>
32+
</package>

0 commit comments

Comments
 (0)