프로젝트

일반

사용자정보

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

markus / TEST / TEST.csproj @ d62c0439

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

1 787a4489 KangIngu
<?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>{99DF36B7-3D53-4D72-8561-A196FA08C3C1}</ProjectGuid>
8
    <OutputType>Exe</OutputType>
9
    <RootNamespace>TEST</RootNamespace>
10
    <AssemblyName>TEST</AssemblyName>
11
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
  </PropertyGroup>
14
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15
    <PlatformTarget>AnyCPU</PlatformTarget>
16
    <DebugSymbols>true</DebugSymbols>
17
    <DebugType>full</DebugType>
18
    <Optimize>false</Optimize>
19
    <OutputPath>bin\Debug\</OutputPath>
20
    <DefineConstants>DEBUG;TRACE</DefineConstants>
21
    <ErrorReport>prompt</ErrorReport>
22
    <WarningLevel>4</WarningLevel>
23
  </PropertyGroup>
24
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25
    <PlatformTarget>AnyCPU</PlatformTarget>
26
    <DebugType>pdbonly</DebugType>
27
    <Optimize>true</Optimize>
28
    <OutputPath>bin\Release\</OutputPath>
29
    <DefineConstants>TRACE</DefineConstants>
30
    <ErrorReport>prompt</ErrorReport>
31
    <WarningLevel>4</WarningLevel>
32
  </PropertyGroup>
33
  <ItemGroup>
34
    <Reference Include="itextsharp, Version=5.5.12.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL">
35
      <HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath>
36
    </Reference>
37
    <Reference Include="System" />
38
    <Reference Include="System.Core" />
39
    <Reference Include="System.Xml.Linq" />
40
    <Reference Include="System.Data.DataSetExtensions" />
41
    <Reference Include="Microsoft.CSharp" />
42
    <Reference Include="System.Data" />
43
    <Reference Include="System.Xml" />
44
  </ItemGroup>
45
  <ItemGroup>
46
    <Compile Include="Program.cs" />
47
    <Compile Include="Properties\AssemblyInfo.cs" />
48
  </ItemGroup>
49
  <ItemGroup>
50
    <None Include="packages.config" />
51
  </ItemGroup>
52
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
53
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)