1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
+ <ProjectGuid >{F90D2B04-6797-4CDB-967C-4AF374BC3811}</ProjectGuid >
7
+ <OutputType >Library</OutputType >
8
+ <RootNamespace >CommandBlock</RootNamespace >
9
+ <AssemblyName >SCCRF</AssemblyName >
10
+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
11
+ <TargetFrameworkProfile />
12
+ </PropertyGroup >
13
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
14
+ <DebugSymbols >true</DebugSymbols >
15
+ <DebugType >full</DebugType >
16
+ <Optimize >false</Optimize >
17
+ <OutputPath >bin\Debug</OutputPath >
18
+ <DefineConstants >DEBUG;</DefineConstants >
19
+ <ErrorReport >prompt</ErrorReport >
20
+ <WarningLevel >4</WarningLevel >
21
+ <ConsolePause >false</ConsolePause >
22
+ </PropertyGroup >
23
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
24
+ <Optimize >true</Optimize >
25
+ <OutputPath >bin\Release</OutputPath >
26
+ <ErrorReport >prompt</ErrorReport >
27
+ <WarningLevel >4</WarningLevel >
28
+ <ConsolePause >false</ConsolePause >
29
+ </PropertyGroup >
30
+ <ItemGroup >
31
+ <Compile Include =" Properties\AssemblyInfo.cs" />
32
+ <Compile Include =" XjJeiManager\CellInfo.cs" />
33
+ <Compile Include =" XjJeiManager\CellInfoShow.cs" />
34
+ <Compile Include =" XjJeiManager\CodeTable.cs" />
35
+ <Compile Include =" XjJeiManager\JEIinit.cs" />
36
+ <Compile Include =" XjJeiManager\MessageInfo.cs" />
37
+ <Compile Include =" XjJeiManager\MoreInfo.cs" />
38
+ <Compile Include =" XjJeiManager\XjBitmapClickWidget.cs" />
39
+ <Compile Include =" XjJeiManager\XjBitmapWidget.cs" />
40
+ <Compile Include =" XjJeiManager\XJCompare.cs" />
41
+ <Compile Include =" XjJeiManager\XjJeiBehavior.cs" />
42
+ <Compile Include =" XjJeiManager\XjJeiBlock.cs" />
43
+ <Compile Include =" XjJeiManager\XjJeiLibrary.cs" />
44
+ <Compile Include =" XjJeiManager\XjJeiManager.cs" />
45
+ <Compile Include =" XjJeiManager\XjJeiWidget.cs" />
46
+ <Compile Include =" XjJeiManager\XjTimer.cs" />
47
+ <Compile Include =" XjJeiManager\ZhcNToPinyin.cs" />
48
+ </ItemGroup >
49
+ <ItemGroup >
50
+ <Reference Include =" Engine, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
51
+ <SpecificVersion >False</SpecificVersion >
52
+ <HintPath >..\..\2.2Mod开发引用文件 (1)\Engine.dll</HintPath >
53
+ </Reference >
54
+ <Reference Include =" EntitySystem, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
55
+ <SpecificVersion >False</SpecificVersion >
56
+ <HintPath >..\..\2.2Mod开发引用文件 (1)\EntitySystem.dll</HintPath >
57
+ </Reference >
58
+ <Reference Include =" netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
59
+ <Reference Include =" Survivalcraft, Version=2.2.10.4, Culture=neutral, processorArchitecture=MSIL" >
60
+ <SpecificVersion >False</SpecificVersion >
61
+ <HintPath >..\..\2.2Mod开发引用文件 (1)\Survivalcraft.dll</HintPath >
62
+ </Reference >
63
+ <Reference Include =" System" />
64
+ <Reference Include =" System_Xml" >
65
+ <HintPath >..\..\..\..\..\[20200929]SC2.2mobile\assimbles\System_Xml.dll</HintPath >
66
+ </Reference >
67
+ <Reference Include =" System_Xml_Linq" >
68
+ <HintPath >..\..\..\..\..\[20200929]SC2.2mobile\assimbles\System_Xml_Linq.dll</HintPath >
69
+ </Reference >
70
+ </ItemGroup >
71
+ <ItemGroup >
72
+ <WCFMetadata Include =" Connected Services\" />
73
+ </ItemGroup >
74
+ <ItemGroup >
75
+ <None Include =" packages.config" />
76
+ </ItemGroup >
77
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
78
+ </Project >
0 commit comments