hytos / DTI_PID / SPPIDConverter_DialogBarWrapper / SPPIDConverter_Wrapper.csproj @ c4d079c4
이력 | 보기 | 이력해설 | 다운로드 (6.24 KB)
1 | 2f0955d4 | gaqhf | <?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>Converter.SPPID.Wrapper</RootNamespace> |
||
11 | <AssemblyName>SPPIDConverter_Wrapper</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>..\SPPIDConverterDll\</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 | 0acd6104 | gaqhf | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
33 | <DebugSymbols>true</DebugSymbols> |
||
34 | fab4f207 | gaqhf | <OutputPath>..\SPPIDConverterDll\</OutputPath> |
35 | 0acd6104 | gaqhf | <DefineConstants>DEBUG;TRACE</DefineConstants> |
36 | <DebugType>full</DebugType> |
||
37 | <PlatformTarget>x86</PlatformTarget> |
||
38 | <ErrorReport>prompt</ErrorReport> |
||
39 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
40 | </PropertyGroup> |
||
41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
||
42 | <OutputPath>bin\x86\Release\</OutputPath> |
||
43 | <DefineConstants>TRACE</DefineConstants> |
||
44 | <Optimize>true</Optimize> |
||
45 | <DebugType>pdbonly</DebugType> |
||
46 | <PlatformTarget>x86</PlatformTarget> |
||
47 | <ErrorReport>prompt</ErrorReport> |
||
48 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
49 | </PropertyGroup> |
||
50 | 2f0955d4 | gaqhf | <ItemGroup> |
51 | c4d079c4 | gaqhf | <Reference Include="DevExpress.Data.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
52 | <Reference Include="DevExpress.Printing.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
||
53 | <Reference Include="DevExpress.Utils.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
||
54 | <Reference Include="DevExpress.XtraEditors.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
||
55 | <Reference Include="DevExpress.XtraLayout.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
||
56 | 2f0955d4 | gaqhf | <Reference Include="Interop.RAD2D"> |
57 | <HintPath>C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\Interop.RAD2D.dll</HintPath> |
||
58 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
59 | </Reference> |
||
60 | c4d079c4 | gaqhf | <Reference Include="Microsoft.VisualBasic" /> |
61 | 2f0955d4 | gaqhf | <Reference Include="RadNetAutomation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5f600089cf0eaec9, processorArchitecture=MSIL"> |
62 | <SpecificVersion>False</SpecificVersion> |
||
63 | <HintPath>C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\RadNetAutomation.dll</HintPath> |
||
64 | </Reference> |
||
65 | <Reference Include="RadNetCmdCtrl, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5f600089cf0eaec9, processorArchitecture=MSIL"> |
||
66 | <SpecificVersion>False</SpecificVersion> |
||
67 | <HintPath>C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\RadNetCmdCtrl.dll</HintPath> |
||
68 | </Reference> |
||
69 | <Reference Include="System"> |
||
70 | <Private>False</Private> |
||
71 | </Reference> |
||
72 | <Reference Include="System.Core"> |
||
73 | <Private>False</Private> |
||
74 | </Reference> |
||
75 | <Reference Include="System.Drawing"> |
||
76 | <Private>False</Private> |
||
77 | </Reference> |
||
78 | <Reference Include="System.Windows.Forms"> |
||
79 | <Private>False</Private> |
||
80 | </Reference> |
||
81 | <Reference Include="Microsoft.CSharp"> |
||
82 | <Private>False</Private> |
||
83 | </Reference> |
||
84 | <Reference Include="System.Data"> |
||
85 | <Private>False</Private> |
||
86 | </Reference> |
||
87 | <Reference Include="System.Xml"> |
||
88 | <Private>False</Private> |
||
89 | </Reference> |
||
90 | </ItemGroup> |
||
91 | <ItemGroup> |
||
92 | c4d079c4 | gaqhf | <Compile Include="ConverterDocking.cs"> |
93 | <SubType>UserControl</SubType> |
||
94 | </Compile> |
||
95 | <Compile Include="ConverterDocking.Designer.cs"> |
||
96 | <DependentUpon>ConverterDocking.cs</DependentUpon> |
||
97 | </Compile> |
||
98 | 2f0955d4 | gaqhf | <Compile Include="SPPIDConverter_Wrapper.cs" /> |
99 | <Compile Include="SPPIDConverterWrapper.cs"> |
||
100 | <SubType>Form</SubType> |
||
101 | </Compile> |
||
102 | <Compile Include="SPPIDConverterWrapper.Designer.cs"> |
||
103 | <DependentUpon>SPPIDConverterWrapper.cs</DependentUpon> |
||
104 | </Compile> |
||
105 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
106 | <Compile Include="Properties\Resources.Designer.cs"> |
||
107 | <AutoGen>True</AutoGen> |
||
108 | <DesignTime>True</DesignTime> |
||
109 | <DependentUpon>Resources.resx</DependentUpon> |
||
110 | </Compile> |
||
111 | </ItemGroup> |
||
112 | <ItemGroup> |
||
113 | c4d079c4 | gaqhf | <EmbeddedResource Include="ConverterDocking.resx"> |
114 | <DependentUpon>ConverterDocking.cs</DependentUpon> |
||
115 | </EmbeddedResource> |
||
116 | <EmbeddedResource Include="Properties\licenses.licx" /> |
||
117 | 2f0955d4 | gaqhf | <EmbeddedResource Include="SPPIDConverterWrapper.resx"> |
118 | <DependentUpon>SPPIDConverterWrapper.cs</DependentUpon> |
||
119 | <SubType>Designer</SubType> |
||
120 | </EmbeddedResource> |
||
121 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
122 | <Generator>ResXFileCodeGenerator</Generator> |
||
123 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
124 | </EmbeddedResource> |
||
125 | </ItemGroup> |
||
126 | <ItemGroup> |
||
127 | <None Include="Resources\ToolbarImage.png" /> |
||
128 | </ItemGroup> |
||
129 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
130 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
131 | Other similar extension points exist, see Microsoft.Common.targets. |
||
132 | <Target Name="BeforeBuild"> |
||
133 | </Target> |
||
134 | <Target Name="AfterBuild"> |
||
135 | </Target> |
||
136 | --> |
||
137 | </Project> |