301 lines
		
	
	
		
			17 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			301 lines
		
	
	
		
			17 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
 | |
|   <PropertyGroup>
 | |
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | |
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 | |
|     <ProjectGuid>{CAFE5CD0-C055-4C77-9253-8D5EE9558D43}</ProjectGuid>
 | |
|     <OutputType>Exe</OutputType>
 | |
|     <RootNamespace>WebServer</RootNamespace>
 | |
|     <AssemblyName>WebServer</AssemblyName>
 | |
|     <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
 | |
|     <FileAlignment>512</FileAlignment>
 | |
|     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
 | |
|     <Deterministic>true</Deterministic>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(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>
 | |
|   <PropertyGroup Condition=" '$(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>
 | |
|     <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="HtmlAgilityPack, Version=1.4.9.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\HtmlAgilityPack.CssSelectors.1.0.2\lib\net45\HtmlAgilityPack.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="HtmlAgilityPack.CssSelectors, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\HtmlAgilityPack.CssSelectors.1.0.2\lib\net45\HtmlAgilityPack.CssSelectors.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.AspNet.SignalR.Core, Version=1.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\Microsoft.AspNet.SignalR.Core.1.2.2\lib\net40\Microsoft.AspNet.SignalR.Core.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.AspNet.SignalR.Owin, Version=1.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\Microsoft.AspNet.SignalR.Owin.1.2.2\lib\net45\Microsoft.AspNet.SignalR.Owin.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Owin, Version=4.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\Microsoft.Owin.4.2.0\lib\net45\Microsoft.Owin.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Owin.Cors, Version=4.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\Microsoft.Owin.Cors.4.2.0\lib\net45\Microsoft.Owin.Cors.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Owin.Diagnostics, Version=4.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\Microsoft.Owin.Diagnostics.4.2.0\lib\net45\Microsoft.Owin.Diagnostics.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Owin.FileSystems, Version=4.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\Microsoft.Owin.FileSystems.4.2.0\lib\net45\Microsoft.Owin.FileSystems.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Owin.Host.HttpListener, Version=4.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\Microsoft.Owin.Host.HttpListener.4.2.0\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Owin.Hosting, Version=4.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\Microsoft.Owin.Hosting.4.2.0\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Owin.StaticFiles, Version=4.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\Microsoft.Owin.StaticFiles.4.2.0\lib\net45\Microsoft.Owin.StaticFiles.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System" />
 | |
|     <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.ComponentModel.Composition" />
 | |
|     <Reference Include="System.ComponentModel.DataAnnotations" />
 | |
|     <Reference Include="System.Core" />
 | |
|     <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Net.Http.Json, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\System.Net.Http.Json.5.0.0\lib\net461\System.Net.Http.Json.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Numerics" />
 | |
|     <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Runtime.Serialization" />
 | |
|     <Reference Include="System.Security" />
 | |
|     <Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Text.Encodings.Web, Version=5.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\System.Text.Encodings.Web.5.0.1\lib\net461\System.Text.Encodings.Web.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Text.Json, Version=5.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\System.Text.Json.5.0.2\lib\net461\System.Text.Json.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Web.Cors, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\Microsoft.AspNet.Cors.5.0.0\lib\net45\System.Web.Cors.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Web.Http.Owin, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Owin.5.2.7\lib\net45\System.Web.Http.Owin.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Xml.Linq" />
 | |
|     <Reference Include="System.Data.DataSetExtensions" />
 | |
|     <Reference Include="Microsoft.CSharp" />
 | |
|     <Reference Include="System.Data" />
 | |
|     <Reference Include="System.Xml" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Compile Include="Auth.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="BaseController.cs" />
 | |
|     <Compile Include="Common.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Controller\UserController.cs" />
 | |
|     <Compile Include="Controller\CustomerController.cs" />
 | |
|     <Compile Include="Controller\CommonController.cs" />
 | |
|     <Compile Include="Controller\APIController.cs" />
 | |
|     <Compile Include="Controller\HomeController.cs" />
 | |
|     <Compile Include="Controller\ItemController.cs" />
 | |
|     <Compile Include="Controller\JobreportController.cs" />
 | |
|     <Compile Include="Controller\ProjectController.cs" />
 | |
|     <Compile Include="Controller\PurchaseController.cs" />
 | |
|     <Compile Include="Controller\ResourceController.cs" />
 | |
|     <Compile Include="Controller\ResultController.cs" />
 | |
|     <Compile Include="Controller\SettingController.cs" />
 | |
|     <Compile Include="Customs.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="EETGW_GroupUser.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="EETGW_ProjectsSchedule.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="EETGW_Project_Layout.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="HolidayLIst.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Holyday.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Items.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="JobReport.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="LineCode.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="MailData.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="MailForm.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="MethodExtentions.cs" />
 | |
|     <Compile Include="Model1.Context.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTime>True</DesignTime>
 | |
|       <DependentUpon>Model1.Context.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Model1.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTime>True</DesignTime>
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Model1.Designer.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTime>True</DesignTime>
 | |
|       <DependentUpon>Model1.edmx</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Model\PageModel.cs" />
 | |
|     <Compile Include="OWIN\Startup.cs" />
 | |
|     <Compile Include="OWIN\StartupSSE.cs" />
 | |
|     <Compile Include="Program.cs" />
 | |
|     <Compile Include="Projects.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="ProjectsPart.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Properties\AssemblyInfo.cs" />
 | |
|     <Compile Include="Properties\Settings.Designer.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTimeSharedInput>True</DesignTimeSharedInput>
 | |
|       <DependentUpon>Settings.settings</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Purchase.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="UserGroup.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Users.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="vFindSID.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="vGroupUser.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="vJobReportForUser.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="vPurchase.cs">
 | |
|       <DependentUpon>Model1.tt</DependentUpon>
 | |
|     </Compile>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="App.config" />
 | |
|     <EntityDeploy Include="Model1.edmx">
 | |
|       <Generator>EntityModelCodeGenerator</Generator>
 | |
|       <LastGenOutput>Model1.Designer.cs</LastGenOutput>
 | |
|     </EntityDeploy>
 | |
|     <None Include="Model1.edmx.diagram">
 | |
|       <DependentUpon>Model1.edmx</DependentUpon>
 | |
|     </None>
 | |
|     <None Include="packages.config" />
 | |
|     <None Include="Properties\Settings.settings">
 | |
|       <Generator>SettingsSingleFileGenerator</Generator>
 | |
|       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
 | |
|     </None>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\FCOMMON\FCOMMON.csproj">
 | |
|       <Project>{304bd018-194b-47da-b4e0-f16df7b606da}</Project>
 | |
|       <Name>FCOMMON</Name>
 | |
|     </ProjectReference>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Content Include="Model1.Context.tt">
 | |
|       <Generator>TextTemplatingFileGenerator</Generator>
 | |
|       <LastGenOutput>Model1.Context.cs</LastGenOutput>
 | |
|       <DependentUpon>Model1.edmx</DependentUpon>
 | |
|     </Content>
 | |
|     <Content Include="Model1.tt">
 | |
|       <Generator>TextTemplatingFileGenerator</Generator>
 | |
|       <DependentUpon>Model1.edmx</DependentUpon>
 | |
|       <LastGenOutput>Model1.cs</LastGenOutput>
 | |
|     </Content>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 | |
| </Project> | 
