hytos / DTI_PID / SPPIDConverter_DialogBarWrapper / SPPIDConverter_DialogBarWrapper.csproj @ 2cae7d1f
이력 | 보기 | 이력해설 | 다운로드 (4.4 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{50BEB77D-9842-4C35-8369-0B5BD5C69EFA}</ProjectGuid> |
8 |
<OutputType>Library</OutputType> |
9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 |
<RootNamespace>SPPIDConverter_DialogBarWrapper</RootNamespace> |
11 |
<AssemblyName>SPPIDConverter_DialogBarWrapper</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
13 |
<FileAlignment>512</FileAlignment> |
14 |
</PropertyGroup> |
15 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
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 |
<DebugType>pdbonly</DebugType> |
26 |
<Optimize>true</Optimize> |
27 |
<OutputPath>bin\Release\</OutputPath> |
28 |
<DefineConstants>TRACE</DefineConstants> |
29 |
<ErrorReport>prompt</ErrorReport> |
30 |
<WarningLevel>4</WarningLevel> |
31 |
</PropertyGroup> |
32 |
<ItemGroup> |
33 |
<Reference Include="Interop.RAD2D"> |
34 |
<HintPath>C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\Interop.RAD2D.dll</HintPath> |
35 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
36 |
</Reference> |
37 |
<Reference Include="RadNetAutomation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5f600089cf0eaec9, processorArchitecture=MSIL"> |
38 |
<SpecificVersion>False</SpecificVersion> |
39 |
<HintPath>C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\RadNetAutomation.dll</HintPath> |
40 |
</Reference> |
41 |
<Reference Include="RadNetCmdCtrl, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5f600089cf0eaec9, processorArchitecture=MSIL"> |
42 |
<SpecificVersion>False</SpecificVersion> |
43 |
<HintPath>C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\RadNetCmdCtrl.dll</HintPath> |
44 |
</Reference> |
45 |
<Reference Include="System"> |
46 |
<Private>False</Private> |
47 |
</Reference> |
48 |
<Reference Include="System.Core"> |
49 |
<Private>False</Private> |
50 |
</Reference> |
51 |
<Reference Include="System.Drawing"> |
52 |
<Private>False</Private> |
53 |
</Reference> |
54 |
<Reference Include="System.Windows.Forms"> |
55 |
<Private>False</Private> |
56 |
</Reference> |
57 |
<Reference Include="Microsoft.CSharp"> |
58 |
<Private>False</Private> |
59 |
</Reference> |
60 |
<Reference Include="System.Data"> |
61 |
<Private>False</Private> |
62 |
</Reference> |
63 |
<Reference Include="System.Xml"> |
64 |
<Private>False</Private> |
65 |
</Reference> |
66 |
</ItemGroup> |
67 |
<ItemGroup> |
68 |
<Compile Include="SPPIDConverter_DialogBarWrapper.cs" /> |
69 |
<Compile Include="SPPIDConverterDialogBarWrapper.cs"> |
70 |
<SubType>Form</SubType> |
71 |
</Compile> |
72 |
<Compile Include="SPPIDConverterDialogBarWrapper.Designer.cs"> |
73 |
<DependentUpon>SPPIDConverterDialogBarWrapper.cs</DependentUpon> |
74 |
</Compile> |
75 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
76 |
<Compile Include="Properties\Resources.Designer.cs"> |
77 |
<AutoGen>True</AutoGen> |
78 |
<DesignTime>True</DesignTime> |
79 |
<DependentUpon>Resources.resx</DependentUpon> |
80 |
</Compile> |
81 |
</ItemGroup> |
82 |
<ItemGroup> |
83 |
<EmbeddedResource Include="SPPIDConverterDialogBarWrapper.resx"> |
84 |
<DependentUpon>SPPIDConverterDialogBarWrapper.cs</DependentUpon> |
85 |
<SubType>Designer</SubType> |
86 |
</EmbeddedResource> |
87 |
<EmbeddedResource Include="Properties\Resources.resx"> |
88 |
<Generator>ResXFileCodeGenerator</Generator> |
89 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
90 |
</EmbeddedResource> |
91 |
</ItemGroup> |
92 |
<ItemGroup> |
93 |
<None Include="Resources\ToolbarImage.png" /> |
94 |
</ItemGroup> |
95 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
96 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
97 |
Other similar extension points exist, see Microsoft.Common.targets. |
98 |
<Target Name="BeforeBuild"> |
99 |
</Target> |
100 |
<Target Name="AfterBuild"> |
101 |
</Target> |
102 |
--> |
103 |
</Project> |