- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEntityCodeFirst.csproj
More file actions
Latest commit
137 lines (137 loc) · 7.44 KB
/
Copy pathEntityCodeFirst.csproj
File metadata and controls
137 lines (137 loc) · 7.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<?xml version="1.0" encoding="utf-8"?>
<ProjectToolsVersion="15.0"xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportProject="packages\EntityFramework.6.4.4\build\EntityFramework.props"Condition="Exists('packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
<ImportProject="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props"Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<ConfigurationCondition=" '$(Configuration)' == '' ">Debug</Configuration>
<PlatformCondition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{A808EE6C-7CA4-41A1-A27E-7D821941EE1E}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>EntityCodeFirst</RootNamespace>
<AssemblyName>EntityCodeFirst</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroupCondition=" '$(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>
<PropertyGroupCondition=" '$(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>
<ItemGroup>
<ReferenceInclude="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
</Reference>
<ReferenceInclude="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<ReferenceInclude="System" />
<ReferenceInclude="System.ComponentModel.DataAnnotations" />
<ReferenceInclude="System.Core" />
<ReferenceInclude="System.Xml.Linq" />
<ReferenceInclude="System.Data.DataSetExtensions" />
<ReferenceInclude="Microsoft.CSharp" />
<ReferenceInclude="System.Data" />
<ReferenceInclude="System.Deployment" />
<ReferenceInclude="System.Drawing" />
<ReferenceInclude="System.Net.Http" />
<ReferenceInclude="System.Windows.Forms" />
<ReferenceInclude="System.Xml" />
</ItemGroup>
<ItemGroup>
<CompileInclude="Entity\Category.cs" />
<CompileInclude="Entity\Context.cs" />
<CompileInclude="Entity\Customer.cs" />
<CompileInclude="Entity\Product.cs" />
<CompileInclude="Form1.cs">
<SubType>Form</SubType>
</Compile>
<CompileInclude="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<CompileInclude="Migrations\202306211944308_InitialCreate.cs" />
<CompileInclude="Migrations\202306211944308_InitialCreate.designer.cs">
<DependentUpon>202306211944308_InitialCreate.cs</DependentUpon>
</Compile>
<CompileInclude="Migrations\202306232034578_CreateCustomersTable.cs" />
<CompileInclude="Migrations\202306232034578_CreateCustomersTable.designer.cs">
<DependentUpon>202306232034578_CreateCustomersTable.cs</DependentUpon>
</Compile>
<CompileInclude="Migrations\202306232118062_CreateCustomerCityColumnInCustomersTable.cs" />
<CompileInclude="Migrations\202306232118062_CreateCustomerCityColumnInCustomersTable.designer.cs">
<DependentUpon>202306232118062_CreateCustomerCityColumnInCustomersTable.cs</DependentUpon>
</Compile>
<CompileInclude="Migrations\202306232151450_RenameCustomerSurNameToCustomerTitleInCustomerTable.cs" />
<CompileInclude="Migrations\202306232151450_RenameCustomerSurNameToCustomerTitleInCustomerTable.designer.cs">
<DependentUpon>202306232151450_RenameCustomerSurNameToCustomerTitleInCustomerTable.cs</DependentUpon>
</Compile>
<CompileInclude="Migrations\Configuration.cs" />
<CompileInclude="Program.cs" />
<CompileInclude="Properties\AssemblyInfo.cs" />
<EmbeddedResourceInclude="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResourceInclude="Migrations\202306211944308_InitialCreate.resx">
<DependentUpon>202306211944308_InitialCreate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResourceInclude="Migrations\202306232034578_CreateCustomersTable.resx">
<DependentUpon>202306232034578_CreateCustomersTable.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResourceInclude="Migrations\202306232118062_CreateCustomerCityColumnInCustomersTable.resx">
<DependentUpon>202306232118062_CreateCustomerCityColumnInCustomersTable.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResourceInclude="Migrations\202306232151450_RenameCustomerSurNameToCustomerTitleInCustomerTable.resx">
<DependentUpon>202306232151450_RenameCustomerSurNameToCustomerTitleInCustomerTable.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResourceInclude="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<CompileInclude="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<NoneInclude="packages.config" />
<NoneInclude="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<CompileInclude="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<NoneInclude="App.config" />
</ItemGroup>
<ImportProject="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<TargetName="EnsureNuGetPackageBuildImports"BeforeTargets="PrepareForBuild">
<PropertyGroup>
<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>
</PropertyGroup>
<ErrorCondition="!Exists('packages\EntityFramework.6.4.4\build\EntityFramework.props')"Text="$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
<ErrorCondition="!Exists('packages\EntityFramework.6.4.4\build\EntityFramework.targets')"Text="$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
</Target>
<ImportProject="packages\EntityFramework.6.4.4\build\EntityFramework.targets"Condition="Exists('packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
</Project>