프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.DataBase.Test / Markus.Service.DataBase.Test.csproj @ 731c84b8

이력 | 보기 | 이력해설 | 다운로드 (3.92 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
  </ItemGroup>
53
  <ItemGroup>
54
    <ProjectReference Include="..\Markus.Service.DataBase.Dapper\Markus.Service.DataBase.Dapper.csproj">
55
      <Project>{f835dd07-7f0c-4dbd-a596-f3110d187421}</Project>
56
      <Name>Markus.Service.DataBase.Dapper</Name>
57
    </ProjectReference>
58
  </ItemGroup>
59
  <ItemGroup>
60
    <PackageReference Include="Microsoft.CSharp">
61
      <Version>4.7.0</Version>
62
    </PackageReference>
63
    <PackageReference Include="Microsoft.NET.Test.Sdk">
64
      <Version>17.0.0</Version>
65
    </PackageReference>
66
    <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net461">
67
      <Version>1.0.2</Version>
68
      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
69
      <PrivateAssets>all</PrivateAssets>
70
    </PackageReference>
71
    <PackageReference Include="NLog">
72
      <Version>1.0.2</Version>
73
    </PackageReference>
74
    <PackageReference Include="NUnit">
75
      <Version>3.13.3</Version>
76
    </PackageReference>
77
    <PackageReference Include="NUnit3TestAdapter">
78
      <Version>4.3.1</Version>
79
    </PackageReference>
80
  </ItemGroup>
81
  <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
82
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
83
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)