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