프로젝트

일반

사용자정보

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

hytos / ReportApp / ReportApp / ReportApp.csproj @ 5ace22e9

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

1
<?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>{CDFD9B99-29FD-4E54-B51D-BEF9F275A94F}</ProjectGuid>
8
    <OutputType>Exe</OutputType>
9
    <RootNamespace>ReportApp</RootNamespace>
10
    <AssemblyName>ReportApp</AssemblyName>
11
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14
    <Deterministic>true</Deterministic>
15
    <TargetFrameworkProfile />
16
  </PropertyGroup>
17
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18
    <PlatformTarget>AnyCPU</PlatformTarget>
19
    <DebugSymbols>true</DebugSymbols>
20
    <DebugType>full</DebugType>
21
    <Optimize>false</Optimize>
22
    <OutputPath>..\..\HYTOS\HYTOS\ReportApp\</OutputPath>
23
    <DefineConstants>DEBUG;TRACE</DefineConstants>
24
    <ErrorReport>prompt</ErrorReport>
25
    <WarningLevel>4</WarningLevel>
26
    <Prefer32Bit>false</Prefer32Bit>
27
  </PropertyGroup>
28
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29
    <PlatformTarget>AnyCPU</PlatformTarget>
30
    <DebugType>pdbonly</DebugType>
31
    <Optimize>true</Optimize>
32
    <OutputPath>..\..\HYTOS\HYTOS\ReportApp\</OutputPath>
33
    <DefineConstants>TRACE</DefineConstants>
34
    <ErrorReport>prompt</ErrorReport>
35
    <WarningLevel>4</WarningLevel>
36
    <Prefer32Bit>false</Prefer32Bit>
37
  </PropertyGroup>
38
  <PropertyGroup>
39
    <StartupObject />
40
  </PropertyGroup>
41
  <ItemGroup>
42
    <Reference Include="GemBox.Spreadsheet, Version=47.0.0.1207, Culture=neutral, PublicKeyToken=b1b72c69714d4847, processorArchitecture=MSIL" />
43
    <Reference Include="PresentationCore" />
44
    <Reference Include="PresentationFramework" />
45
    <Reference Include="ReachFramework" />
46
    <Reference Include="System" />
47
    <Reference Include="System.Core" />
48
    <Reference Include="System.Drawing" />
49
    <Reference Include="System.Printing" />
50
    <Reference Include="System.Security" />
51
    <Reference Include="System.Windows.Forms" />
52
    <Reference Include="System.Xml.Linq" />
53
    <Reference Include="System.Data.DataSetExtensions" />
54
    <Reference Include="Microsoft.CSharp" />
55
    <Reference Include="System.Data" />
56
    <Reference Include="System.Net.Http" />
57
    <Reference Include="System.Xml" />
58
    <Reference Include="WindowsBase" />
59
  </ItemGroup>
60
  <ItemGroup>
61
    <Compile Include="Program.cs" />
62
    <Compile Include="Properties\AssemblyInfo.cs" />
63
  </ItemGroup>
64
  <ItemGroup>
65
    <None Include="App.config" />
66
  </ItemGroup>
67
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
68
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)