リビジョン 48
自動更新マージ、工事結合修正版
ProcessManagement.csproj | ||
---|---|---|
87 | 87 |
<SpecificVersion>False</SpecificVersion> |
88 | 88 |
<HintPath>lib\log4net.dll</HintPath> |
89 | 89 |
</Reference> |
90 |
<Reference Include="Microsoft.Office.Interop.Excel, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"> |
|
91 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
92 |
</Reference> |
|
93 |
<Reference Include="Microsoft.Office.Interop.Word, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"> |
|
94 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
95 |
</Reference> |
|
96 | 90 |
<Reference Include="Microsoft.VisualBasic" /> |
97 |
<Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
91 |
<Reference Include="Microsoft.VisualBasic.PowerPacks, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
98 | 92 |
<Reference Include="Oracle.ManagedDataAccess, Version=4.121.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL"> |
99 | 93 |
<HintPath>..\packages\Oracle.ManagedDataAccess.12.1.2400\lib\net40\Oracle.ManagedDataAccess.dll</HintPath> |
100 | 94 |
<Private>True</Private> |
... | ... | |
214 | 208 |
<Compile Include="Forms\DataEntry\PurchaseOrderEntry\FrmOrderEntryList.Designer.cs"> |
215 | 209 |
<DependentUpon>FrmOrderEntryList.cs</DependentUpon> |
216 | 210 |
</Compile> |
211 |
<Compile Include="Forms\DataEntry\PurchaseOrderEntry\FrmOrderEntryListAuxiliary.cs"> |
|
212 |
<SubType>Form</SubType> |
|
213 |
</Compile> |
|
217 | 214 |
<Compile Include="Forms\DataEntry\PurchaseOrderEntry\PurchaseOrderInputPage.cs" /> |
218 | 215 |
<Compile Include="DataModel\PurchaseOrderDetail.cs" /> |
219 | 216 |
<Compile Include="DataModel\PurchaseOrder.cs" /> |
... | ... | |
976 | 973 |
<Compile Include="Forms\ZMenu\FrmMenuAuxiliary.cs"> |
977 | 974 |
<SubType>Form</SubType> |
978 | 975 |
</Compile> |
979 |
<Compile Include="IniFile.cs" /> |
|
980 | 976 |
<Compile Include="Program.cs" /> |
981 | 977 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
982 | 978 |
<EmbeddedResource Include="Forms\CustomControls\DataGridViewEX.resx"> |
... | ... | |
1306 | 1302 |
<Content Include="Resources\kanriIcon.ico" /> |
1307 | 1303 |
<Content Include="rinen.jpg" /> |
1308 | 1304 |
</ItemGroup> |
1305 |
<ItemGroup> |
|
1306 |
<COMReference Include="Microsoft.Office.Core"> |
|
1307 |
<Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid> |
|
1308 |
<VersionMajor>2</VersionMajor> |
|
1309 |
<VersionMinor>7</VersionMinor> |
|
1310 |
<Lcid>0</Lcid> |
|
1311 |
<WrapperTool>primary</WrapperTool> |
|
1312 |
<Isolated>False</Isolated> |
|
1313 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
1314 |
</COMReference> |
|
1315 |
<COMReference Include="Microsoft.Office.Interop.Excel"> |
|
1316 |
<Guid>{00020813-0000-0000-C000-000000000046}</Guid> |
|
1317 |
<VersionMajor>1</VersionMajor> |
|
1318 |
<VersionMinor>8</VersionMinor> |
|
1319 |
<Lcid>0</Lcid> |
|
1320 |
<WrapperTool>primary</WrapperTool> |
|
1321 |
<Isolated>False</Isolated> |
|
1322 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
1323 |
</COMReference> |
|
1324 |
<COMReference Include="Microsoft.Office.Interop.Word"> |
|
1325 |
<Guid>{00020905-0000-0000-C000-000000000046}</Guid> |
|
1326 |
<VersionMajor>8</VersionMajor> |
|
1327 |
<VersionMinor>6</VersionMinor> |
|
1328 |
<Lcid>0</Lcid> |
|
1329 |
<WrapperTool>primary</WrapperTool> |
|
1330 |
<Isolated>False</Isolated> |
|
1331 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
1332 |
</COMReference> |
|
1333 |
<COMReference Include="VBIDE"> |
|
1334 |
<Guid>{0002E157-0000-0000-C000-000000000046}</Guid> |
|
1335 |
<VersionMajor>5</VersionMajor> |
|
1336 |
<VersionMinor>3</VersionMinor> |
|
1337 |
<Lcid>0</Lcid> |
|
1338 |
<WrapperTool>primary</WrapperTool> |
|
1339 |
<Isolated>False</Isolated> |
|
1340 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
1341 |
</COMReference> |
|
1342 |
</ItemGroup> |
|
1309 | 1343 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
1310 | 1344 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
1311 | 1345 |
Other similar extension points exist, see Microsoft.Common.targets. |
他の形式にエクスポート: Unified diff