hytos / DTI_PID / OdReadExMgd / OdReadExMgd.csproj @ 674e86a7
이력 | 보기 | 이력해설 | 다운로드 (4.43 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="packages\Obfuscar.2.2.37\build\obfuscar.props" Condition="Exists('packages\Obfuscar.2.2.37\build\obfuscar.props')" /> |
4 |
<PropertyGroup> |
5 |
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration> |
6 |
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
7 |
<ProductVersion> |
8 |
</ProductVersion> |
9 |
<SchemaVersion>2.0</SchemaVersion> |
10 |
<ProjectGuid>{A7BF3E1C-5582-4B8D-93F8-9162B4E97BB7}</ProjectGuid> |
11 |
<OutputType>Exe</OutputType> |
12 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
13 |
<RootNamespace>OdReadExMgd</RootNamespace> |
14 |
<AssemblyName>OdReadExMgd</AssemblyName> |
15 |
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
16 |
<FileAlignment>512</FileAlignment> |
17 |
<TargetFrameworkProfile /> |
18 |
<NuGetPackageImportStamp> |
19 |
</NuGetPackageImportStamp> |
20 |
</PropertyGroup> |
21 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
22 |
<Optimize>false</Optimize> |
23 |
<DefineConstants>ODA_LICENSING_ENABLED;_CRTDBG_MAP_ALLOC;UNLOCK_2019;NET47;TRACE;</DefineConstants> |
24 |
<OutputPath>bin\x86\Release\</OutputPath> |
25 |
<ErrorReport>prompt</ErrorReport> |
26 |
<WarningLevel>4</WarningLevel> |
27 |
<PlatformTarget>x86</PlatformTarget> |
28 |
</PropertyGroup> |
29 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
30 |
<OutputPath>bin\x86\Debug\</OutputPath> |
31 |
<PlatformTarget>AnyCPU</PlatformTarget> |
32 |
<DefineConstants>DEBUG</DefineConstants> |
33 |
</PropertyGroup> |
34 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
35 |
<PlatformTarget>x64</PlatformTarget> |
36 |
<OutputPath>bin\x64\Release\</OutputPath> |
37 |
<DefineConstants>ODA_LICENSING_ENABLED;_CRTDBG_MAP_ALLOC;UNLOCK_2019;NET47;</DefineConstants> |
38 |
</PropertyGroup> |
39 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
40 |
<PlatformTarget>x64</PlatformTarget> |
41 |
<OutputPath>bin\x64\Debug\</OutputPath> |
42 |
</PropertyGroup> |
43 |
<ItemGroup> |
44 |
<Reference Include="System" /> |
45 |
<Reference Include="System.Data" /> |
46 |
<Reference Include="System.Drawing" /> |
47 |
<Reference Include="System.Windows.Forms" /> |
48 |
<Reference Include="System.Xml" /> |
49 |
<Reference Include="TD_Mgd_20.5_15, Version=20.5.0.0, Culture=neutral, PublicKeyToken=460a0bef3ba73253, processorArchitecture=x86"> |
50 |
<HintPath>packages\ODA.1.0.50\lib\net46\TD_Mgd_20.5_15.dll</HintPath> |
51 |
</Reference> |
52 |
</ItemGroup> |
53 |
<ItemGroup> |
54 |
<Compile Include="HostAppServ.cs" /> |
55 |
<Compile Include="OdActivationInfo.cs" /> |
56 |
<Compile Include="OdReadExMgd.cs" /> |
57 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
58 |
</ItemGroup> |
59 |
<ItemGroup> |
60 |
<None Include="app.config" /> |
61 |
<None Include="packages.config" /> |
62 |
</ItemGroup> |
63 |
<ItemGroup> |
64 |
<WCFMetadata Include="Connected Services\" /> |
65 |
</ItemGroup> |
66 |
<ItemGroup> |
67 |
<Content Include="Obfuscar.xml"> |
68 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
69 |
</Content> |
70 |
</ItemGroup> |
71 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
72 |
<PropertyGroup> |
73 |
<PostBuildEvent>if $(ConfigurationName) == Release cd "$(TargetDir)" |
74 |
if $(ConfigurationName) == Release rmdir ..\..\..\publish\ /s /q |
75 |
if $(ConfigurationName) == Release "$(Obfuscar)" "$(TargetDir)Obfuscar.xml" |
76 |
if $(ConfigurationName) == Release copy .\*.dll ..\..\..\publish\ |
77 |
if $(ConfigurationName) == Release copy .\*.config ..\..\..\publish\ |
78 |
if $(ConfigurationName) == Release copy .\*.tx ..\..\..\publish\</PostBuildEvent> |
79 |
</PropertyGroup> |
80 |
<Import Project="packages\ODA.1.0.50\build\ODA.targets" Condition="Exists('packages\ODA.1.0.50\build\ODA.targets')" /> |
81 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
82 |
<PropertyGroup> |
83 |
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
84 |
</PropertyGroup> |
85 |
<Error Condition="!Exists('packages\ODA.1.0.50\build\ODA.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\ODA.1.0.50\build\ODA.targets'))" /> |
86 |
<Error Condition="!Exists('packages\Obfuscar.2.2.37\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Obfuscar.2.2.37\build\obfuscar.props'))" /> |
87 |
</Target> |
88 |
</Project> |