프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / OdReadExMgd / OdReadExMgd.csproj @ 7ada4aac

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

1 db995e28 humkyung
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <PropertyGroup>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6
    <ProductVersion>
7
    </ProductVersion>
8
    <SchemaVersion>2.0</SchemaVersion>
9
    <ProjectGuid>{A7BF3E1C-5582-4B8D-93F8-9162B4E97BB7}</ProjectGuid>
10
    <OutputType>Exe</OutputType>
11
    <AppDesignerFolder>Properties</AppDesignerFolder>
12
    <RootNamespace>OdReadExMgd</RootNamespace>
13
    <AssemblyName>OdReadExMgd</AssemblyName>
14
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
15
    <FileAlignment>512</FileAlignment>
16
    <TargetFrameworkProfile />
17
    <NuGetPackageImportStamp>
18
    </NuGetPackageImportStamp>
19
  </PropertyGroup>
20
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
21
    <Optimize>true</Optimize>
22
    <DefineConstants>ODA_LICENSING_ENABLED;_CRTDBG_MAP_ALLOC;UNLOCK_2019;NET47;TRACE;</DefineConstants>
23
    <OutputPath>bin\x86\Release\</OutputPath>
24
    <ErrorReport>prompt</ErrorReport>
25
    <WarningLevel>4</WarningLevel>
26
    <PlatformTarget>x86</PlatformTarget>
27
  </PropertyGroup>
28
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
29
    <OutputPath>bin\x86\Debug\</OutputPath>
30
    <PlatformTarget>AnyCPU</PlatformTarget>
31
    <DefineConstants>DEBUG</DefineConstants>
32
  </PropertyGroup>
33
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
34
    <PlatformTarget>x64</PlatformTarget>
35
    <OutputPath>bin\x64\Release\</OutputPath>
36
    <DefineConstants>ODA_LICENSING_ENABLED;_CRTDBG_MAP_ALLOC;UNLOCK_2019;NET47;</DefineConstants>
37
  </PropertyGroup>
38
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
39
    <PlatformTarget>x64</PlatformTarget>
40
    <OutputPath>bin\x64\Debug\</OutputPath>
41
  </PropertyGroup>
42
  <ItemGroup>
43
    <Reference Include="System" />
44
    <Reference Include="System.Data" />
45 48a26489 Denny
    <Reference Include="System.Drawing" />
46
    <Reference Include="System.Windows.Forms" />
47 db995e28 humkyung
    <Reference Include="System.Xml" />
48
    <Reference Include="TD_Mgd_20.5_15, Version=20.5.0.0, Culture=neutral, PublicKeyToken=460a0bef3ba73253, processorArchitecture=x86">
49
      <HintPath>packages\ODA.1.0.50\lib\net46\TD_Mgd_20.5_15.dll</HintPath>
50
    </Reference>
51
  </ItemGroup>
52
  <ItemGroup>
53
    <Compile Include="HostAppServ.cs" />
54
    <Compile Include="OdActivationInfo.cs" />
55
    <Compile Include="OdReadExMgd.cs" />
56
    <Compile Include="Properties\AssemblyInfo.cs" />
57
  </ItemGroup>
58
  <ItemGroup>
59
    <None Include="app.config" />
60
    <None Include="packages.config" />
61
  </ItemGroup>
62
  <ItemGroup>
63
    <WCFMetadata Include="Connected Services\" />
64
  </ItemGroup>
65
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
66
  <PropertyGroup>
67
    <PostBuildEvent>echo off
68
		</PostBuildEvent>
69
  </PropertyGroup>
70
  <Import Project="packages\ODA.1.0.50\build\ODA.targets" Condition="Exists('packages\ODA.1.0.50\build\ODA.targets')" />
71
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
72
    <PropertyGroup>
73
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
74
    </PropertyGroup>
75
    <Error Condition="!Exists('packages\ODA.1.0.50\build\ODA.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\ODA.1.0.50\build\ODA.targets'))" />
76
  </Target>
77
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)