forked from pixeltris/YgoMaster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYgoMasterClient.csproj
129 lines (129 loc) · 6.91 KB
/
YgoMasterClient.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{BE0FAEA9-D843-4DA2-9B59-1232DC9E54E5}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>YgoMasterClient</RootNamespace>
<AssemblyName>YgoMasterClient</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>YgoMaster\</OutputPath>
<DefineConstants>TRACE;DEBUG;YGO_MASTER_CLIENT</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>YgoMaster\</OutputPath>
<DefineConstants>TRACE;YGO_MASTER_CLIENT</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="YgoMasterClient\DuelDll.cs" />
<Compile Include="YgoMasterClient\ActionSheetViewController.cs" />
<Compile Include="YgoMasterClient\AssetHelper.cs" />
<Compile Include="YgoMasterClient\AssetHelper.Solo.cs" />
<Compile Include="YgoMasterClient\ClientSettings.cs" />
<Compile Include="YgoMasterClient\CommonDialogViewController.cs" />
<Compile Include="YgoMasterClient\ConsoleHelper.cs" />
<Compile Include="YgoMasterClient\CRC32.cs" />
<Compile Include="YgoMasterClient\DelegateHelper.cs" />
<Compile Include="YgoMasterClient\DuelClientUtils.cs" />
<Compile Include="YgoMasterClient\GameLauncher.cs" />
<Compile Include="YgoMasterClient\Hook.cs" />
<Compile Include="YgoMasterClient\csbool.cs" />
<Compile Include="YgoMasterClient\IL2CPP\Assembler.cs" />
<Compile Include="YgoMasterClient\IL2CPP\CastUtils.cs" />
<Compile Include="YgoMasterClient\IL2CPP\IL2Array.cs" />
<Compile Include="YgoMasterClient\IL2CPP\IL2Assembly.cs" />
<Compile Include="YgoMasterClient\IL2CPP\IL2Base.cs" />
<Compile Include="YgoMasterClient\IL2CPP\IL2BindingFlags.cs" />
<Compile Include="YgoMasterClient\IL2CPP\IL2Class.cs" />
<Compile Include="YgoMasterClient\IL2CPP\IL2ClassType.cs" />
<Compile Include="YgoMasterClient\IL2CPP\IL2Dictionary.cs" />
<Compile Include="YgoMasterClient\IL2CPP\IL2Field.cs" />
<Compile Include="YgoMasterClient\IL2CPP\IL2List.cs" />
<Compile Include="YgoMasterClient\IL2CPP\IL2Method.cs" />
<Compile Include="YgoMasterClient\IL2CPP\IL2Object.cs" />
<Compile Include="YgoMasterClient\IL2CPP\IL2Param.cs" />
<Compile Include="YgoMasterClient\IL2CPP\IL2Property.cs" />
<Compile Include="YgoMasterClient\IL2CPP\IL2String.cs" />
<Compile Include="YgoMasterClient\IL2CPP\IL2SystemClass.cs" />
<Compile Include="YgoMasterClient\IL2CPP\IL2Utils.cs" />
<Compile Include="YgoMasterClient\IL2CPP\Import.cs" />
<Compile Include="YgoMasterClient\IL2CPP\RuntimeType.cs" />
<Compile Include="YgoMasterClient\IL2CPP\NativeUtils.cs" />
<Compile Include="YgoMasterClient\Program.cs" />
<Compile Include="YgoMasterClient\Properties\AssemblyInfo.cs" />
<Compile Include="YgoMasterClient\DuelStarter.cs" />
<Compile Include="YgoMasterClient\DeckEditorUtils.cs" />
<Compile Include="YgoMasterServer\DuelSettings.cs" />
<Compile Include="YgoMasterServer\Enums\Card.cs" />
<Compile Include="YgoMasterServer\Enums\Duel.cs" />
<Compile Include="YgoMasterServer\Enums\ItemID.cs" />
<Compile Include="YgoMasterServer\Enums\Misc.cs" />
<Compile Include="YgoMasterServer\Infos\CardCollection.cs" />
<Compile Include="YgoMasterServer\Lib\MiniJSON.cs" />
<Compile Include="YgoMasterServer\Infos\DeckInfo.cs" />
<Compile Include="YgoMasterServer\Net\Message\ConnectionRequestMessage.cs" />
<Compile Include="YgoMasterServer\Net\Message\ConnectionResponseMessage.cs" />
<Compile Include="YgoMasterServer\Net\Message\DuelComCancelCommand2Message.cs" />
<Compile Include="YgoMasterServer\Net\Message\DuelComCancelCommandMessage.cs" />
<Compile Include="YgoMasterServer\Net\Message\DuelComDoCommandMessage.cs" />
<Compile Include="YgoMasterServer\Net\Message\DuelComMessage.cs" />
<Compile Include="YgoMasterServer\Net\Message\DuelComMovePhaseMessage.cs" />
<Compile Include="YgoMasterServer\Net\Message\DuelDlgSetResultMessage.cs" />
<Compile Include="YgoMasterServer\Net\Message\DuelErrorMessage.cs" />
<Compile Include="YgoMasterServer\Net\Message\DuelListInitStringMessage.cs" />
<Compile Include="YgoMasterServer\Net\Message\DuelListSetCardExDataMessage.cs" />
<Compile Include="YgoMasterServer\Net\Message\DuelListSetIndexMessage.cs" />
<Compile Include="YgoMasterServer\Net\Message\PingMessage.cs" />
<Compile Include="YgoMasterServer\Net\Message\PongMessage.cs" />
<Compile Include="YgoMasterServer\Net\Message\UpdateIsBusyEffectMessage.cs" />
<Compile Include="YgoMasterServer\Net\NetClient.cs" />
<Compile Include="YgoMasterServer\Net\NetMessage.cs" />
<Compile Include="YgoMasterServer\Net\NetMessageType.cs" />
<Compile Include="YgoMasterServer\Net\NetPacketBuffer.cs" />
<Compile Include="YgoMasterServer\Utils.cs" />
<Compile Include="YgoMasterServer\YdkHelper.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>