프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / OdReadExMgd / OdReadExMgd.csproj @ db995e28

이력 | 보기 | 이력해설 | 다운로드 (3.52 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
  <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
    <Reference Include="System.Xml" />
46
    <Reference Include="TD_Mgd_20.5_15, Version=20.5.0.0, Culture=neutral, PublicKeyToken=460a0bef3ba73253, processorArchitecture=x86">
47
      <HintPath>packages\ODA.1.0.50\lib\net46\TD_Mgd_20.5_15.dll</HintPath>
48
    </Reference>
49
  </ItemGroup>
50
  <ItemGroup>
51
    <Compile Include="HostAppServ.cs" />
52
    <Compile Include="OdActivationInfo.cs" />
53
    <Compile Include="OdReadExMgd.cs" />
54
    <Compile Include="Properties\AssemblyInfo.cs" />
55
  </ItemGroup>
56
  <ItemGroup>
57
    <None Include="app.config" />
58
    <None Include="packages.config" />
59
  </ItemGroup>
60
  <ItemGroup>
61
    <WCFMetadata Include="Connected Services\" />
62
  </ItemGroup>
63
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
64
  <PropertyGroup>
65
    <PostBuildEvent>echo off
66
		</PostBuildEvent>
67
  </PropertyGroup>
68
  <Import Project="packages\ODA.1.0.50\build\ODA.targets" Condition="Exists('packages\ODA.1.0.50\build\ODA.targets')" />
69
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
70
    <PropertyGroup>
71
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
72
    </PropertyGroup>
73
    <Error Condition="!Exists('packages\ODA.1.0.50\build\ODA.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\ODA.1.0.50\build\ODA.targets'))" />
74
  </Target>
75
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)