779 lines
37 KiB
XML
779 lines
37 KiB
XML
<Project ToolsVersion="16.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<!--
|
|
This section defines project-level properties.
|
|
|
|
AssemblyName
|
|
Name of the output assembly.
|
|
Configuration
|
|
Specifies a default value for debug.
|
|
OutputType
|
|
Must be "Library" for VSTO.
|
|
Platform
|
|
Specifies what CPU the output of this project can run on.
|
|
NoStandardLibraries
|
|
Set to "false" for VSTO.
|
|
RootNamespace
|
|
In C#, this specifies the namespace given to new files. In VB, all objects are
|
|
wrapped in this namespace at runtime.
|
|
-->
|
|
<PropertyGroup>
|
|
<ProjectTypeGuids>{BAA0C2D2-18E2-41B9-852F-F413020CAA33};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{353807D5-2074-42CD-AD69-F3F59D359E57}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<NoStandardLibraries>false</NoStandardLibraries>
|
|
<RootNamespace>LubanAssistant</RootNamespace>
|
|
<AssemblyName>LubanAssistant</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<DefineConstants>VSTO40</DefineConstants>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
<IsWebBootstrapper>False</IsWebBootstrapper>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<InstallUrl />
|
|
<TargetCulture>zh-chs</TargetCulture>
|
|
<ApplicationVersion>1.0.0.3</ApplicationVersion>
|
|
<AutoIncrementApplicationRevision>true</AutoIncrementApplicationRevision>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateInterval>0</UpdateInterval>
|
|
<UpdateIntervalUnits>days</UpdateIntervalUnits>
|
|
<ProductName>LubanAssistant</ProductName>
|
|
<PublisherName>focus creative games</PublisherName>
|
|
<SupportUrl>https://github.com/focus-creative-games/luban</SupportUrl>
|
|
<FriendlyName>LubanAssistant</FriendlyName>
|
|
<OfficeApplicationDescription />
|
|
<LoadBehavior>3</LoadBehavior>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.VSTORuntime.4.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft Visual Studio 2010 Tools for Office Runtime %28x86 和 x64%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<!--
|
|
OfficeApplication
|
|
Add-in host application
|
|
-->
|
|
<OfficeApplication>Excel</OfficeApplication>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<LangVersion>9.0</LangVersion>
|
|
</PropertyGroup>
|
|
<!--
|
|
This section defines properties that are set when the "Debug" configuration is selected.
|
|
|
|
DebugSymbols
|
|
If "true", create symbols (.pdb). If "false", do not create symbols.
|
|
DefineConstants
|
|
Constants defined for the preprocessor.
|
|
EnableUnmanagedDebugging
|
|
If "true", starting the debugger will attach both managed and unmanaged debuggers.
|
|
Optimize
|
|
If "true", optimize the build output. If "false", do not optimize.
|
|
OutputPath
|
|
Output path of project relative to the project file.
|
|
WarningLevel
|
|
Warning level for the compiler.
|
|
-->
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
<DefineConstants>TRACE;DEBUG;VSTO40,LUBAN_LITE</DefineConstants>
|
|
<WarningLevel>3</WarningLevel>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<!--
|
|
This section defines properties that are set when the "Release" configuration is selected.
|
|
|
|
DebugSymbols
|
|
If "true", create symbols (.pdb). If "false", do not create symbols.
|
|
DefineConstants
|
|
Constants defined for the preprocessor.
|
|
EnableUnmanagedDebugging
|
|
If "true", starting the debugger will attach both managed and unmanaged debuggers.
|
|
Optimize
|
|
If "true", optimize the build output. If "false", do not optimize.
|
|
OutputPath
|
|
Output path of project relative to the project file.
|
|
WarningLevel
|
|
Warning level for the compiler.
|
|
-->
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
<DefineConstants>TRACE;VSTO40,LUBAN_LITE</DefineConstants>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<!--
|
|
This section specifies references for the project.
|
|
-->
|
|
<ItemGroup>
|
|
<Reference Include="Accessibility" />
|
|
<Reference Include="CommandLine, Version=2.8.0.0, Culture=neutral, PublicKeyToken=5a870481e358d379, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\CommandLineParser.2.8.0\lib\net461\CommandLine.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ExcelDataReader, Version=3.6.0.0, Culture=neutral, PublicKeyToken=93517dbe6a4012fa, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\ExcelDataReader.3.6.0\lib\net45\ExcelDataReader.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Neo.Lua, Version=5.3.0.0, Culture=neutral, PublicKeyToken=fdb0cd4fe8a6e3b2, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\NeoLua.1.3.14\lib\net47\Neo.Lua.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\NLog.4.7.13\lib\net45\NLog.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.IO.Compression" />
|
|
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.Text.Encodings.Web, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Text.Encodings.Web.6.0.0\lib\net461\System.Text.Encodings.Web.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Text.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Text.Json.6.0.0\lib\net461\System.Text.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Transactions" />
|
|
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="Ude.NetStandard, Version=1.0.2.0, Culture=neutral, PublicKeyToken=103cb45fc06c90e4, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Ude.NetStandard.1.2.0\lib\net45\Ude.NetStandard.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="YamlDotNet, Version=11.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\YamlDotNet.11.2.1\lib\net45\YamlDotNet.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.Office.Tools.v4.0.Framework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.VisualStudio.Tools.Applications.Runtime, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Office.Tools, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Office.Tools.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Office.Tools.Excel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.Office.Tools.Common.v4.0.Utilities, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<Private>True</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Office, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
|
|
<Private>False</Private>
|
|
<EmbedInteropTypes>true</EmbedInteropTypes>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
|
|
<Private>False</Private>
|
|
<EmbedInteropTypes>true</EmbedInteropTypes>
|
|
</Reference>
|
|
<Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<!--
|
|
This section defines the user source files that are part of the project.
|
|
|
|
A "Compile" element specifies a source file to compile.
|
|
An "EmbeddedResource" element specifies an .resx file for embedded resources.
|
|
A "None" element specifies a file that is not to be passed to the compiler (for instance,
|
|
a text file or XML file).
|
|
The "AppDesigner" element specifies the directory where the application properties files
|
|
can be found.
|
|
-->
|
|
<ItemGroup>
|
|
<Compile Include="..\Luban.Common\Source\EErrorCode.cs">
|
|
<Link>Source\EErrorCode.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Common\Source\Utils\FileUtil.cs">
|
|
<Link>Source\Utils\FileUtil.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Common\Source\Utils\LogUtil.cs">
|
|
<Link>Source\Utils\LogUtil.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Common\Source\Utils\TimeZoneUtil.cs">
|
|
<Link>Source\Common\TimeZoneUtil.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Common\Source\Utils\TypeUtil.cs">
|
|
<Link>Source\Utils\TypeUtil.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Common\Source\Utils\XmlUtil.cs">
|
|
<Link>Source\Utils\XmlUtil.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Cache\ExcelTableValueTypeDefInfoCacheManager.cs">
|
|
<Link>Source\Cache\ExcelTableValueTypeDefInfoCacheManager.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataConverts\FillSheetVisitor.cs">
|
|
<Link>Source\DataConverters\FillSheetVisitor.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataConverts\ToExcelStringVisitor.cs">
|
|
<Link>Source\DataConverters\ToExcelStringVisitor.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataCreators\DataCreateException.cs">
|
|
<Link>Source\DataCreators\DataCreateException.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataCreators\ExcelStreamDataCreator.cs">
|
|
<Link>Source\DataCreators\ExcelStreamDataCreator.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataCreators\InvalidExcelDataException.cs">
|
|
<Link>Source\DataCreators\InvalidExcelDataException.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataCreators\JsonDataCreator.cs">
|
|
<Link>Source\DataCreators\JsonDataCreator.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataCreators\LuaDataCreator.cs">
|
|
<Link>Source\DataCreators\LuaDataCreator.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataCreators\SheetDataCreator.cs">
|
|
<Link>Source\DataCreators\SheetDataCreator.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataCreators\StringDataCreator.cs">
|
|
<Link>Source\DataCreators\StringDataCreator.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataCreators\XmlDataCreator.cs">
|
|
<Link>Source\DataCreators\XmlDataCreator.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataCreators\YamlDataCreator.cs">
|
|
<Link>Source\DataCreators\YamlDataCreator.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataExporters\RawJsonExportor.cs">
|
|
<Link>Source\DataExporters\RawJsonExportor.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataSources\AbstractDataSource.cs">
|
|
<Link>Source\DataSources\AbstractDataSource.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataSources\Binary\BinaryDataSource.cs">
|
|
<Link>Source\DataSources\Binary\BinaryDataSource.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataSources\DataSourceFactory.cs">
|
|
<Link>Source\DataSources\DataSourceFactory.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataSources\Excel\Cell.cs">
|
|
<Link>Source\DataSources\Excel\Cell.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataSources\Excel\ExcelDataSource.cs">
|
|
<Link>Source\DataSources\Excel\ExcelDataSource.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataSources\Excel\ExcelStream.cs">
|
|
<Link>Source\DataSources\Excel\ExcelStream.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataSources\Excel\RawSheet.cs">
|
|
<Link>Source\DataSources\Excel\RawSheet.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataSources\Excel\RawSheetTableDefInfo.cs">
|
|
<Link>Source\DataCreators\RawSheetTableDefInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataSources\Excel\Sheet.cs">
|
|
<Link>Source\DataSources\Excel\Sheet.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataSources\Excel\SheetLoadUtil.cs">
|
|
<Link>Source\DataSources\Excel\SheetLoadUtil.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataSources\Excel\Title.cs">
|
|
<Link>Source\DataSources\Excel\Title.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataSources\Excel\TitleRow.cs">
|
|
<Link>Source\DataSources\Excel\TitleRow.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataSources\Json\JsonDataSource.cs">
|
|
<Link>Source\DataSources\Json\JsonDataSource.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataSources\Lua\LuaDataSource.cs">
|
|
<Link>Source\DataSources\Lua\LuaDataSource.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataSources\Record.cs">
|
|
<Link>Source\DataSources\Record.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataSources\Xml\XmlDataSource.cs">
|
|
<Link>Source\DataSources\Xml\XmlDataSource.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataSources\Yaml\YamlDataSource.cs">
|
|
<Link>Source\DataSources\Yaml\YamlDataSource.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DArray.cs">
|
|
<Link>Source\Datas\DArray.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DBean.cs">
|
|
<Link>Source\Datas\DBean.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DBool.cs">
|
|
<Link>Source\Datas\DBool.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DByte.cs">
|
|
<Link>Source\Datas\DByte.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DBytes.cs">
|
|
<Link>Source\Datas\DBytes.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DDateTime.cs">
|
|
<Link>Source\Datas\DDateTime.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DDouble.cs">
|
|
<Link>Source\Datas\DDouble.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DEnum.cs">
|
|
<Link>Source\Datas\DEnum.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DFint.cs">
|
|
<Link>Source\Datas\DFint.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DFloat.cs">
|
|
<Link>Source\Datas\DFloat.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DFlong.cs">
|
|
<Link>Source\Datas\DFlong.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DFshort.cs">
|
|
<Link>Source\Datas\DFshort.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DInt.cs">
|
|
<Link>Source\Datas\DInt.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DList.cs">
|
|
<Link>Source\Datas\DList.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DLong.cs">
|
|
<Link>Source\Datas\DLong.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DMap.cs">
|
|
<Link>Source\Datas\DMap.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DSet.cs">
|
|
<Link>Source\Datas\DSet.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DShort.cs">
|
|
<Link>Source\Datas\DShort.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DString.cs">
|
|
<Link>Source\Datas\DString.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DText.cs">
|
|
<Link>Source\Datas\DText.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DType.cs">
|
|
<Link>Source\Datas\DType.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DVector2.cs">
|
|
<Link>Source\Datas\DVector2.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DVector3.cs">
|
|
<Link>Source\Datas\DVector3.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Datas\DVector4.cs">
|
|
<Link>Source\Datas\DVector4.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataVisitors\IDataActionVisitor.cs">
|
|
<Link>Source\DataVisitors\IDataActionVisitor.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataVisitors\IDataFuncVisitor.cs">
|
|
<Link>Source\DataVisitors\IDataFuncVisitor.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataVisitors\IsDefaultValue.cs">
|
|
<Link>Source\DataVisitors\IsDefaultValue.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataVisitors\ToLiteralVisitorBase.cs">
|
|
<Link>Source\DataVisitors\ToLiteralVisitorBase.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataVisitors\ToStringVisitor.cs">
|
|
<Link>Source\DataVisitors\ToStringVisitor.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\DataVisitors\ValidatorVisitor.cs">
|
|
<Link>Source\DataVisitors\ValidatorVisitor.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Defs\CfgDefLoader.cs">
|
|
<Link>Source\Defs\CfgDefLoader.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Defs\CfgDefTypeBase.cs">
|
|
<Link>Source\Defs\CfgDefTypeBase.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Defs\DefAssembly.cs">
|
|
<Link>Source\Defs\DefAssembly.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Defs\DefBean.cs">
|
|
<Link>Source\Defs\DefBean.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Defs\DefField.cs">
|
|
<Link>Source\Defs\DefField.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Defs\DefRefGroup.cs">
|
|
<Link>Source\Defs\DefRefGroup.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Defs\DefTable.cs">
|
|
<Link>Source\Defs\DefTable.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Defs\TableDataInfo.cs">
|
|
<Link>Source\RawDefs\TableDataInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\GenArgs.cs">
|
|
<Link>Source\GenArgs.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\RawDefs\CfgBean.cs">
|
|
<Link>Source\RawDefs\CfgBean.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\RawDefs\CfgField.cs">
|
|
<Link>Source\RawDefs\CfgField.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\RawDefs\Defines.cs">
|
|
<Link>Source\RawDefs\Defines.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\RawDefs\Group.cs">
|
|
<Link>Source\RawDefs\Group.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\RawDefs\Patch.cs">
|
|
<Link>Source\RawDefs\Patch.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\RawDefs\RefGroup.cs">
|
|
<Link>Source\RawDefs\RefGroup.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\RawDefs\ResourceInfo.cs">
|
|
<Link>Source\RawDefs\ResourceInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\RawDefs\Service.cs">
|
|
<Link>Source\RawDefs\Service.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\RawDefs\Table.cs">
|
|
<Link>Source\RawDefs\Table.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\TypeVisitors\DeepCompareTypeDefine.cs">
|
|
<Link>Source\TypeVisitors\DeepCompareTypeDefine.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\TypeVisitors\IsMultiData.cs">
|
|
<Link>Source\TypeVisitors\IsMultiData.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\TypeVisitors\IsNotSepTypeVisitor.cs">
|
|
<Link>Source\TypeVisitors\IsNotSepTypeVisitor.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\TypeVisitors\RefTypeVisitor.cs">
|
|
<Link>Source\Defs\RefTypeVisitor.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Utils\DataUtil.cs">
|
|
<Link>Source\Utils\DataUtil.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Utils\ValidatorUtil.cs">
|
|
<Link>Source\Utils\ValidatorUtil.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\ValidatorContext.cs">
|
|
<Link>Source\ValidatorContext.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Validators\IValidator.cs">
|
|
<Link>Source\Validators\IValidator.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Validators\PathValidator.cs">
|
|
<Link>Source\Validators\PathValidator.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Validators\RangeValidator.cs">
|
|
<Link>Source\Validators\RangeValidator.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Validators\RefValidator.cs">
|
|
<Link>Source\Validators\RefValidator.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Validators\ValidatorAttribute.cs">
|
|
<Link>Source\Validators\ValidatorAttribute.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Cfg\Source\Validators\ValidatorFactory.cs">
|
|
<Link>Source\Validators\ValidatorFactory.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\AccessConvention.cs">
|
|
<Link>Source\AccessConvention.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Defs\CommonDefLoader.cs">
|
|
<Link>Source\Defs\CommonDefLoader.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Defs\DefAssemblyBase.cs">
|
|
<Link>Source\Defs\DefAssemblyBase.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Defs\DefBeanBase.cs">
|
|
<Link>Source\Defs\DefBeanBase.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Defs\DefEnum.cs">
|
|
<Link>Source\Defs\DefEnum.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Defs\DefFieldBase.cs">
|
|
<Link>Source\Defs\DefFieldBase.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Defs\DefTypeBase.cs">
|
|
<Link>Source\Defs\DefTypeBase.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Defs\IProcessor.cs">
|
|
<Link>Source\Defs\IProcessor.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\ELanguage.cs">
|
|
<Link>Source\ELanguage.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\GenArgsBase.cs">
|
|
<Link>Source\GenArgsBase.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\NamingConvention.cs">
|
|
<Link>Source\NamingConvention.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\RawDefs\Bean.cs">
|
|
<Link>Source\RawDefs\Bean.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\RawDefs\DefinesCommon.cs">
|
|
<Link>Source\RawDefs\DefinesCommon.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\RawDefs\ExternalType.cs">
|
|
<Link>Source\RawDefs\ExternalType.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\RawDefs\Field.cs">
|
|
<Link>Source\RawDefs\Field.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\RawDefs\PEnum.cs">
|
|
<Link>Source\RawDefs\PEnum.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TArray.cs">
|
|
<Link>Source\Types\TArray.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TBean.cs">
|
|
<Link>Source\Types\TBean.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TBool.cs">
|
|
<Link>Source\Types\TBool.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TByte.cs">
|
|
<Link>Source\Types\TByte.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TBytes.cs">
|
|
<Link>Source\Types\TBytes.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TDateTime.cs">
|
|
<Link>Source\Types\TDateTime.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TDouble.cs">
|
|
<Link>Source\Types\TDouble.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TEnum.cs">
|
|
<Link>Source\Types\TEnum.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TFint.cs">
|
|
<Link>Source\Types\TFint.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TFloat.cs">
|
|
<Link>Source\Types\TFloat.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TFlong.cs">
|
|
<Link>Source\Types\TFlong.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TFshort.cs">
|
|
<Link>Source\Types\TFshort.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TInt.cs">
|
|
<Link>Source\Types\TInt.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TList.cs">
|
|
<Link>Source\Types\TList.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TLong.cs">
|
|
<Link>Source\Types\TLong.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TMap.cs">
|
|
<Link>Source\Types\TMap.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TSet.cs">
|
|
<Link>Source\Types\TSet.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TShort.cs">
|
|
<Link>Source\Types\TShort.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TString.cs">
|
|
<Link>Source\Types\TString.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TText.cs">
|
|
<Link>Source\Types\TText.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TType.cs">
|
|
<Link>Source\Types\TType.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TVector2.cs">
|
|
<Link>Source\Types\TVector2.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TVector3.cs">
|
|
<Link>Source\Types\TVector3.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Types\TVector4.cs">
|
|
<Link>Source\Types\TVector4.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\TypeVisitors\AllFalseVisitor.cs">
|
|
<Link>Source\TypeVisitors\AllFalseVisitor.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\TypeVisitors\AllTrueVisitor.cs">
|
|
<Link>Source\TypeVisitors\AllTrueVisitor.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\TypeVisitors\DecoratorFuncVisitor.cs">
|
|
<Link>Source\TypeVisitors\DecoratorFuncVisitor.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\TypeVisitors\ITypeActionVisitor.cs">
|
|
<Link>Source\TypeVisitors\ITypeActionVisitor.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\TypeVisitors\ITypeFuncVisitor.cs">
|
|
<Link>Source\TypeVisitors\ITypeFuncVisitor.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\TypeVisitors\TypeActionVisitorAdaptor.cs">
|
|
<Link>Source\TypeVisitors\TypeActionVisitorAdaptor.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Job.Common\Source\Utils\DefUtil.cs">
|
|
<Link>Source\Utils\DefUtil.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Luban.Server.Common\Source\IAgent.cs">
|
|
<Link>Source\IAgent.cs</Link>
|
|
</Compile>
|
|
<Compile Include="AssistantTab.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="AssistantTab.Designer.cs">
|
|
<DependentUpon>AssistantTab.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ExcelUtil.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<EmbeddedResource Include="AssistantTab.resx">
|
|
<DependentUpon>AssistantTab.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<None Include="app.config" />
|
|
<None Include="focus_creative_games.pfx" />
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
<Compile Include="Source\Common\ReflectionUtil.cs" />
|
|
<Compile Include="Source\Utils\AtomicLong.cs" />
|
|
<Compile Include="Source\Utils\CacheFileUtil.cs" />
|
|
<Compile Include="Source\Collections\CollectionExtension.cs" />
|
|
<Compile Include="Source\Collections\CollectionUtil.cs" />
|
|
<Compile Include="Source\Common\HashUtil.cs" />
|
|
<Compile Include="Source\Common\MathUtil.cs" />
|
|
<Compile Include="Source\Common\SerializationUtil.cs" />
|
|
<Compile Include="Source\Common\StringUtil.cs" />
|
|
<Compile Include="Source\Common\TimeUtil.cs" />
|
|
<Compile Include="Source\Common\ValueUtil.cs" />
|
|
<Compile Include="Source\Protos\FileInfo.cs" />
|
|
<Compile Include="Source\Protos\GetImportFileOrDirectory.cs" />
|
|
<Compile Include="Source\LocalAgent.cs" />
|
|
<Compile Include="Source\Protos\QueryFilesExists.cs" />
|
|
<Compile Include="Source\Serialization\BeanBase.cs" />
|
|
<Compile Include="Source\Serialization\ByteBuf.cs" />
|
|
<Compile Include="Source\Serialization\EUnmarshalError.cs" />
|
|
<Compile Include="Source\Serialization\FieldTag.cs" />
|
|
<Compile Include="Source\Serialization\ISerializable.cs" />
|
|
<Compile Include="Source\Serialization\ITypeId.cs" />
|
|
<Compile Include="Source\Serialization\SerializationException.cs" />
|
|
<Compile Include="Source\Utils\DataLoaderUtil.cs" />
|
|
<Compile Include="LubanAssistant.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<None Include="LubanAssistant.Designer.xml">
|
|
<DependentUpon>LubanAssistant.cs</DependentUpon>
|
|
</None>
|
|
<Compile Include="LubanAssistant.Designer.cs">
|
|
<DependentUpon>LubanAssistant.Designer.xml</DependentUpon>
|
|
</Compile>
|
|
<AppDesigner Include="Properties\" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignManifests>true</SignManifests>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ManifestKeyFile>focus_creative_games.pfx</ManifestKeyFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ManifestCertificateThumbprint>90F0DE4632F75E2AABB577005E67BDCB425BF442</ManifestCertificateThumbprint>
|
|
</PropertyGroup>
|
|
<!-- Include the build rules for a C# project. -->
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- Include additional build rules for an Office application add-in. -->
|
|
<Import Project="$(VSToolsPath)\OfficeTools\Microsoft.VisualStudio.Tools.Office.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
<!-- This section defines VSTO properties that describe the host-changeable project properties. -->
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<FlavorProperties GUID="{BAA0C2D2-18E2-41B9-852F-F413020CAA33}">
|
|
<ProjectProperties HostName="Excel" HostPackage="{29A7B9D7-A7F1-4328-8EF0-6B2D1A56B2C1}" OfficeVersion="15.0" VstxVersion="4.0" ApplicationType="Excel" Language="cs" TemplatesPath="" DebugInfoExeName="#Software\Microsoft\Office\16.0\Excel\InstallRoot\Path#excel.exe" DebugInfoCommandLine="/x" AddItemTemplatesGuid="{51063C3A-E220-4D12-8922-BDA915ACD783}" />
|
|
<Host Name="Excel" GeneratedCodeNamespace="LubanAssistant" PublishedHash="69C324AB27932AA2FBF2B7EA72250886FF164DE6" IconIndex="0">
|
|
<HostItem Name="ThisAddIn" Code="LubanAssistant.cs" CanonicalName="AddIn" PublishedHash="9F7A7EDC25C939CCC9BF7AE67132678B9E3EB422" CanActivate="false" IconIndex="1" Blueprint="LubanAssistant.Designer.xml" GeneratedCode="LubanAssistant.Designer.cs" />
|
|
</Host>
|
|
</FlavorProperties>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
<Import Project="..\packages\System.Text.Json.6.0.0\build\System.Text.Json.targets" Condition="Exists('..\packages\System.Text.Json.6.0.0\build\System.Text.Json.targets')" />
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('..\packages\System.Text.Json.6.0.0\build\System.Text.Json.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Text.Json.6.0.0\build\System.Text.Json.targets'))" />
|
|
</Target>
|
|
</Project> |