개정판 dc270d65
dev issue #000 : add project form, mapping form
Change-Id: Ic59ce36a72a937a1055762ab7a6a6b553c0aff5c
DTI_PID/APIDConverter/AVEVA.PID.CustomizationUtility_ACAD2018_x64.csproj | ||
---|---|---|
95 | 95 |
<Compile Include="Aveva.PID.AssemblyInfo.cs" /> |
96 | 96 |
<Compile Include="ConverterRibbonUI.cs" /> |
97 | 97 |
<Compile Include="DB\DB.cs" /> |
98 |
<Compile Include="Form\MappingForm.cs"> |
|
99 |
<SubType>Form</SubType> |
|
100 |
</Compile> |
|
101 |
<Compile Include="Form\MappingForm.Designer.cs"> |
|
102 |
<DependentUpon>MappingForm.cs</DependentUpon> |
|
103 |
</Compile> |
|
98 | 104 |
<Compile Include="PIDCustomization.cs" /> |
105 |
<Compile Include="Form\ProjectForm.cs"> |
|
106 |
<SubType>Form</SubType> |
|
107 |
</Compile> |
|
108 |
<Compile Include="Form\ProjectForm.Designer.cs"> |
|
109 |
<DependentUpon>ProjectForm.cs</DependentUpon> |
|
110 |
</Compile> |
|
99 | 111 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
100 | 112 |
<Compile Include="Utilities.cs" /> |
101 | 113 |
<Compile Include="Utils\GUIUtils.cs" /> |
... | ... | |
104 | 116 |
<EmbeddedResource Include="Form\APIDConverter.resx"> |
105 | 117 |
<DependentUpon>APIDConverter.cs</DependentUpon> |
106 | 118 |
</EmbeddedResource> |
119 |
<EmbeddedResource Include="Form\ProjectForm.resx"> |
|
120 |
<DependentUpon>ProjectForm.cs</DependentUpon> |
|
121 |
</EmbeddedResource> |
|
122 |
<EmbeddedResource Include="Form\MappingForm.resx"> |
|
123 |
<DependentUpon>MappingForm.cs</DependentUpon> |
|
124 |
</EmbeddedResource> |
|
107 | 125 |
</ItemGroup> |
108 | 126 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
109 | 127 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
내보내기 Unified diff