123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <SSDTUnitTestPath Condition="'$(SSDTUnitTestPath)' == ''">$(VsInstallRoot)\Common7\IDE\Extensions\Microsoft\SQLDB</SSDTUnitTestPath>
- <PublishUrl>publish\</PublishUrl>
- <Install>true</Install>
- <InstallFrom>Disk</InstallFrom>
- <UpdateEnabled>false</UpdateEnabled>
- <UpdateMode>Foreground</UpdateMode>
- <UpdateInterval>7</UpdateInterval>
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
- <UpdatePeriodically>false</UpdatePeriodically>
- <UpdateRequired>false</UpdateRequired>
- <MapFileExtensions>true</MapFileExtensions>
- <ApplicationRevision>0</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <UseApplicationTrust>false</UseApplicationTrust>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- </PropertyGroup>
- <PropertyGroup>
- <SSDTPath Condition="'$(SSDTPath)' == ''">$(VsInstallRoot)\Common7\IDE\Extensions\Microsoft\SQLDB\DAC\130</SSDTPath>
- </PropertyGroup>
- <PropertyGroup>
- <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
- </PropertyGroup>
- <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>{BE1D5B67-E07D-4AE5-8176-9C11BDF355BA}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>BB_Grishina</RootNamespace>
- <AssemblyName>BB_Grishina</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- </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="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Core" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Security" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Deployment" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="BB_GrishinaDataSet.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>BB_GrishinaDataSet.xsd</DependentUpon>
- </Compile>
- <Compile Include="BB_GrishinaDataSet1.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>BB_GrishinaDataSet1.xsd</DependentUpon>
- </Compile>
- <Compile Include="Client.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="ClientService.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="DocumentByService.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="Form1.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Form1.Designer.cs">
- <DependentUpon>Form1.cs</DependentUpon>
- </Compile>
- <Compile Include="Form2.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Form2.Designer.cs">
- <DependentUpon>Form2.cs</DependentUpon>
- </Compile>
- <Compile Include="Gender.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="Manufacturer.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <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="Product.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="ProductPhoto.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="ProductSale.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Service.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="ServicePhoto.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="sp_helpdiagramdefinition_Result.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="sp_helpdiagrams_Result.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="SqlServerUnitTest1.cs">
- <SubType>Designer</SubType>
- </Compile>
- <Compile Include="sysdiagrams.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="Tag.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="TestClassAttribute.cs" />
- <Compile Include="TestCleanupAttribute.cs" />
- <Compile Include="TestInitializeAttribute.cs" />
- <Compile Include="TestMethodAttribute.cs" />
- <EmbeddedResource Include="Form1.resx">
- <DependentUpon>Form1.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Form2.resx">
- <DependentUpon>Form2.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <None Include="app.config" />
- <None Include="BB_GrishinaDataSet.xsc">
- <DependentUpon>BB_GrishinaDataSet.xsd</DependentUpon>
- </None>
- <None Include="BB_GrishinaDataSet.xsd">
- <Generator>MSDataSetGenerator</Generator>
- <LastGenOutput>BB_GrishinaDataSet.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </None>
- <None Include="BB_GrishinaDataSet.xss">
- <DependentUpon>BB_GrishinaDataSet.xsd</DependentUpon>
- </None>
- <EntityDeploy Include="Model1.edmx">
- <Generator>EntityModelCodeGenerator</Generator>
- <LastGenOutput>Model1.Designer.cs</LastGenOutput>
- </EntityDeploy>
- <None Include="BB_GrishinaDataSet1.xsc">
- <DependentUpon>BB_GrishinaDataSet1.xsd</DependentUpon>
- </None>
- <None Include="BB_GrishinaDataSet1.xsd">
- <Generator>MSDataSetGenerator</Generator>
- <LastGenOutput>BB_GrishinaDataSet1.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </None>
- <None Include="BB_GrishinaDataSet1.xss">
- <DependentUpon>BB_GrishinaDataSet1.xsd</DependentUpon>
- </None>
- <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>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- </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 Condition="$(VisualStudioVersion) == '16.0'">
- <Reference Include="Microsoft.Data.Tools.Schema.Sql, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>$(SSDTPath)\Microsoft.Data.Tools.Schema.Sql.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Microsoft.Data.Tools.Schema.Sql.UnitTesting, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>$(SSDTUnitTestPath)\Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Microsoft.Data.Tools.Schema.Sql.UnitTestingAdapter, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>$(SSDTUnitTestPath)\Microsoft.Data.Tools.Schema.Sql.UnitTestingAdapter.dll</HintPath>
- <Private>True</Private>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <SsdtUnitTestVersion>3.1</SsdtUnitTestVersion>
- </PropertyGroup>
- <Import Project="$(SQLDBExtensionsRefPath)\Microsoft.Data.Tools.Schema.Sql.UnitTesting.targets" Condition="$(VisualStudioVersion) != '15.0' And '$(SQLDBExtensionsRefPath)' != ''" />
- <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.Sql.UnitTesting.targets" Condition="$(VisualStudioVersion) != '15.0' And '$(SQLDBExtensionsRefPath)' == ''" />
- </Project>
|