프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ServiceBase / Markus.Service.DataBase.Test / Markus.Service.DataBase.Test.csproj @ f6c94121

이력 | 보기 | 이력해설 | 다운로드 (4 KB)

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
    <ProjectGuid>{A24E55D1-5834-4FF0-95D0-1486A6489812}</ProjectGuid>
8
    <OutputType>Library</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>Markus.Service.DataBase.Test</RootNamespace>
11
    <AssemblyName>Markus.Service.DataBase.Test</AssemblyName>
12
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
15
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion>
16
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
17
    <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
18
    <IsCodedUITest>False</IsCodedUITest>
19
    <TestProjectType>UnitTest</TestProjectType>
20
    <NuGetPackageImportStamp>
21
    </NuGetPackageImportStamp>
22
  </PropertyGroup>
23
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
24
    <DebugSymbols>true</DebugSymbols>
25
    <DebugType>full</DebugType>
26
    <Optimize>false</Optimize>
27
    <OutputPath>bin\Debug\</OutputPath>
28
    <DefineConstants>DEBUG;TRACE</DefineConstants>
29
    <ErrorReport>prompt</ErrorReport>
30
    <WarningLevel>4</WarningLevel>
31
    <PlatformTarget>x64</PlatformTarget>
32
  </PropertyGroup>
33
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34
    <DebugType>pdbonly</DebugType>
35
    <Optimize>true</Optimize>
36
    <OutputPath>bin\Release\</OutputPath>
37
    <DefineConstants>TRACE</DefineConstants>
38
    <ErrorReport>prompt</ErrorReport>
39
    <WarningLevel>4</WarningLevel>
40
    <PlatformTarget>x64</PlatformTarget>
41
  </PropertyGroup>
42
  <ItemGroup>
43
    <Reference Include="System" />
44
    <Reference Include="System.Core" />
45
    <Reference Include="System.Data" />
46
  </ItemGroup>
47
  <ItemGroup>
48
    <Compile Include="DataBaseConvertDocPG.cs" />
49
    <Compile Include="DataBaseConvertDoc.cs" />
50
    <Compile Include="Properties\AssemblyInfo.cs" />
51
    <Compile Include="DataBaseDocPage.cs" />
52
    <Compile Include="TestBaseMSSQL.cs" />
53
    <Compile Include="TestBasePG.cs" />
54
  </ItemGroup>
55
  <ItemGroup>
56
    <ProjectReference Include="..\Markus.Service.DataBase.Dapper\Markus.Service.DataBase.Dapper.csproj">
57
      <Project>{f835dd07-7f0c-4dbd-a596-f3110d187421}</Project>
58
      <Name>Markus.Service.DataBase.Dapper</Name>
59
    </ProjectReference>
60
  </ItemGroup>
61
  <ItemGroup>
62
    <PackageReference Include="Microsoft.CSharp">
63
      <Version>4.7.0</Version>
64
    </PackageReference>
65
    <PackageReference Include="Microsoft.NET.Test.Sdk">
66
      <Version>17.0.0</Version>
67
    </PackageReference>
68
    <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net461">
69
      <Version>1.0.2</Version>
70
      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
71
      <PrivateAssets>all</PrivateAssets>
72
    </PackageReference>
73
    <PackageReference Include="NLog">
74
      <Version>1.0.2</Version>
75
    </PackageReference>
76
    <PackageReference Include="NUnit">
77
      <Version>3.13.3</Version>
78
    </PackageReference>
79
    <PackageReference Include="NUnit3TestAdapter">
80
      <Version>4.3.1</Version>
81
    </PackageReference>
82
  </ItemGroup>
83
  <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
84
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
85
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)