1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" 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+ <ProjectGuid >{09A6EEDA-57E6-483C-ACAA-CE05A9AB0B75}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <RootNamespace >EFDefaultUpdate</RootNamespace >
10+ <AssemblyName >EFDefaultUpdate</AssemblyName >
11+ <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <PlatformTarget >AnyCPU</PlatformTarget >
17+ <DebugSymbols >true</DebugSymbols >
18+ <DebugType >full</DebugType >
19+ <Optimize >false</Optimize >
20+ <OutputPath >bin\Debug\</OutputPath >
21+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22+ <ErrorReport >prompt</ErrorReport >
23+ <WarningLevel >4</WarningLevel >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26+ <PlatformTarget >AnyCPU</PlatformTarget >
27+ <DebugType >pdbonly</DebugType >
28+ <Optimize >true</Optimize >
29+ <OutputPath >bin\Release\</OutputPath >
30+ <DefineConstants >TRACE</DefineConstants >
31+ <ErrorReport >prompt</ErrorReport >
32+ <WarningLevel >4</WarningLevel >
33+ </PropertyGroup >
34+ <ItemGroup >
35+ <Reference Include =" EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
36+ <HintPath >..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath >
37+ </Reference >
38+ <Reference Include =" EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
39+ <HintPath >..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" System" />
42+ <Reference Include =" System.ComponentModel.DataAnnotations" />
43+ <Reference Include =" System.Core" />
44+ <Reference Include =" System.Runtime.Serialization" />
45+ <Reference Include =" System.Security" />
46+ <Reference Include =" System.Xml.Linq" />
47+ <Reference Include =" System.Data.DataSetExtensions" />
48+ <Reference Include =" Microsoft.CSharp" />
49+ <Reference Include =" System.Data" />
50+ <Reference Include =" System.Deployment" />
51+ <Reference Include =" System.Drawing" />
52+ <Reference Include =" System.Net.Http" />
53+ <Reference Include =" System.Windows.Forms" />
54+ <Reference Include =" System.Xml" />
55+ </ItemGroup >
56+ <ItemGroup >
57+ <Compile Include =" Book.cs" >
58+ <DependentUpon >Model1.tt</DependentUpon >
59+ </Compile >
60+ <Compile Include =" BookCategory.cs" >
61+ <DependentUpon >Model1.tt</DependentUpon >
62+ </Compile >
63+ <Compile Include =" Form1.cs" >
64+ <SubType >Form</SubType >
65+ </Compile >
66+ <Compile Include =" Form1.Designer.cs" >
67+ <DependentUpon >Form1.cs</DependentUpon >
68+ </Compile >
69+ <Compile Include =" Model1.Context.cs" >
70+ <AutoGen >True</AutoGen >
71+ <DesignTime >True</DesignTime >
72+ <DependentUpon >Model1.Context.tt</DependentUpon >
73+ </Compile >
74+ <Compile Include =" Model1.cs" >
75+ <AutoGen >True</AutoGen >
76+ <DesignTime >True</DesignTime >
77+ <DependentUpon >Model1.tt</DependentUpon >
78+ </Compile >
79+ <Compile Include =" Model1.Designer.cs" >
80+ <AutoGen >True</AutoGen >
81+ <DesignTime >True</DesignTime >
82+ <DependentUpon >Model1.edmx</DependentUpon >
83+ </Compile >
84+ <Compile Include =" Program.cs" />
85+ <Compile Include =" Properties\AssemblyInfo.cs" />
86+ <EmbeddedResource Include =" Form1.resx" >
87+ <DependentUpon >Form1.cs</DependentUpon >
88+ </EmbeddedResource >
89+ <EmbeddedResource Include =" Properties\Resources.resx" >
90+ <Generator >ResXFileCodeGenerator</Generator >
91+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
92+ <SubType >Designer</SubType >
93+ </EmbeddedResource >
94+ <Compile Include =" Properties\Resources.Designer.cs" >
95+ <AutoGen >True</AutoGen >
96+ <DependentUpon >Resources.resx</DependentUpon >
97+ </Compile >
98+ <EntityDeploy Include =" Model1.edmx" >
99+ <Generator >EntityModelCodeGenerator</Generator >
100+ <LastGenOutput >Model1.Designer.cs</LastGenOutput >
101+ </EntityDeploy >
102+ <None Include =" Model1.edmx.diagram" >
103+ <DependentUpon >Model1.edmx</DependentUpon >
104+ </None >
105+ <None Include =" packages.config" />
106+ <None Include =" Properties\Settings.settings" >
107+ <Generator >SettingsSingleFileGenerator</Generator >
108+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
109+ </None >
110+ <Compile Include =" Properties\Settings.Designer.cs" >
111+ <AutoGen >True</AutoGen >
112+ <DependentUpon >Settings.settings</DependentUpon >
113+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
114+ </Compile >
115+ </ItemGroup >
116+ <ItemGroup >
117+ <None Include =" App.config" />
118+ </ItemGroup >
119+ <ItemGroup >
120+ <Content Include =" Model1.Context.tt" >
121+ <Generator >TextTemplatingFileGenerator</Generator >
122+ <LastGenOutput >Model1.Context.cs</LastGenOutput >
123+ <DependentUpon >Model1.edmx</DependentUpon >
124+ </Content >
125+ <Content Include =" Model1.tt" >
126+ <Generator >TextTemplatingFileGenerator</Generator >
127+ <DependentUpon >Model1.edmx</DependentUpon >
128+ <LastGenOutput >Model1.cs</LastGenOutput >
129+ </Content >
130+ </ItemGroup >
131+ <ItemGroup >
132+ <Service Include =" {508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
133+ </ItemGroup >
134+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
135+ </Project >
0 commit comments