hytos / DTI_PID / SPPIDConverter_DialogBarWrapper / SPPIDConverter_Wrapper.csproj @ 0a1f51fb
이력 | 보기 | 이력해설 | 다운로드 (5.16 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 | <Reference Include="Interop.RAD2D"> |
||
52 | <HintPath>C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\Interop.RAD2D.dll</HintPath> |
||
53 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
54 | </Reference> |
||
55 | <Reference Include="RadNetAutomation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5f600089cf0eaec9, processorArchitecture=MSIL"> |
||
56 | <SpecificVersion>False</SpecificVersion> |
||
57 | <HintPath>C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\RadNetAutomation.dll</HintPath> |
||
58 | </Reference> |
||
59 | <Reference Include="RadNetCmdCtrl, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5f600089cf0eaec9, processorArchitecture=MSIL"> |
||
60 | <SpecificVersion>False</SpecificVersion> |
||
61 | <HintPath>C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\RadNetCmdCtrl.dll</HintPath> |
||
62 | </Reference> |
||
63 | <Reference Include="System"> |
||
64 | <Private>False</Private> |
||
65 | </Reference> |
||
66 | <Reference Include="System.Core"> |
||
67 | <Private>False</Private> |
||
68 | </Reference> |
||
69 | <Reference Include="System.Drawing"> |
||
70 | <Private>False</Private> |
||
71 | </Reference> |
||
72 | <Reference Include="System.Windows.Forms"> |
||
73 | <Private>False</Private> |
||
74 | </Reference> |
||
75 | <Reference Include="Microsoft.CSharp"> |
||
76 | <Private>False</Private> |
||
77 | </Reference> |
||
78 | <Reference Include="System.Data"> |
||
79 | <Private>False</Private> |
||
80 | </Reference> |
||
81 | <Reference Include="System.Xml"> |
||
82 | <Private>False</Private> |
||
83 | </Reference> |
||
84 | </ItemGroup> |
||
85 | <ItemGroup> |
||
86 | <Compile Include="SPPIDConverter_Wrapper.cs" /> |
||
87 | <Compile Include="SPPIDConverterWrapper.cs"> |
||
88 | <SubType>Form</SubType> |
||
89 | </Compile> |
||
90 | <Compile Include="SPPIDConverterWrapper.Designer.cs"> |
||
91 | <DependentUpon>SPPIDConverterWrapper.cs</DependentUpon> |
||
92 | </Compile> |
||
93 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
94 | <Compile Include="Properties\Resources.Designer.cs"> |
||
95 | <AutoGen>True</AutoGen> |
||
96 | <DesignTime>True</DesignTime> |
||
97 | <DependentUpon>Resources.resx</DependentUpon> |
||
98 | </Compile> |
||
99 | </ItemGroup> |
||
100 | <ItemGroup> |
||
101 | <EmbeddedResource Include="SPPIDConverterWrapper.resx"> |
||
102 | <DependentUpon>SPPIDConverterWrapper.cs</DependentUpon> |
||
103 | <SubType>Designer</SubType> |
||
104 | </EmbeddedResource> |
||
105 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
106 | <Generator>ResXFileCodeGenerator</Generator> |
||
107 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
108 | </EmbeddedResource> |
||
109 | </ItemGroup> |
||
110 | <ItemGroup> |
||
111 | <None Include="Resources\ToolbarImage.png" /> |
||
112 | </ItemGroup> |
||
113 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
114 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
115 | Other similar extension points exist, see Microsoft.Common.targets. |
||
116 | <Target Name="BeforeBuild"> |
||
117 | </Target> |
||
118 | <Target Name="AfterBuild"> |
||
119 | </Target> |
||
120 | --> |
||
121 | </Project> |