Skip to content

Commit

Permalink
修正工具生成
Browse files Browse the repository at this point in the history
  • Loading branch information
luiges90 committed Jan 10, 2018
1 parent d59b27f commit 1447647
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 45 deletions.
Binary file added Interop.Excel.dll
Binary file not shown.
Binary file added Interop.Office.dll
Binary file not shown.
56 changes: 11 additions & 45 deletions json and excel/剧本存档转换工具.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@
<ApplicationIcon>月落乌江 %282%29.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="adodb, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Interop.Excel">
<HintPath>..\Interop.Excel.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Interop.Office">
<HintPath>..\Interop.Office.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\References\Win\MonoGame.Framework.dll</HintPath>
Expand Down Expand Up @@ -92,42 +103,6 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<COMReference Include="ADODB">
<Guid>{00000205-0000-0010-8000-00AA006D2EA4}</Guid>
<VersionMajor>2</VersionMajor>
<VersionMinor>5</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>primary</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
<COMReference Include="Excel">
<Guid>{45541000-5750-5300-4B49-4E47534F4655}</Guid>
<VersionMajor>3</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
<COMReference Include="Microsoft.Office.Core">
<Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
<VersionMajor>2</VersionMajor>
<VersionMinor>5</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>primary</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
<COMReference Include="Office">
<Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
<VersionMajor>99</VersionMajor>
<VersionMinor>1</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
<COMReference Include="stdole">
<Guid>{00020430-0000-0000-C000-000000000046}</Guid>
<VersionMajor>2</VersionMajor>
Expand All @@ -137,15 +112,6 @@
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
<COMReference Include="VBIDE">
<Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
<VersionMajor>5</VersionMajor>
<VersionMinor>3</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>primary</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WorldOfTheThreeKingdoms\WorldOfTheThreeKingdoms.csproj">
Expand Down

0 comments on commit 1447647

Please sign in to comment.