forked from chinhodado/Blood-Brothers-PvP-Simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pvp.csproj
135 lines (135 loc) · 6.01 KB
/
pvp.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
130
131
132
133
134
135
<?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>
<ProjectGuid>{C24D0726-BC1A-4B70-A045-6D00870789A9}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<OutputPath>bin</OutputPath>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
<TypeScriptToolsVersion>1.4</TypeScriptToolsVersion>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
</PropertyGroup>
<ItemGroup>
<Content Include=".gitignore" />
<Content Include="css\debug.css" />
<Content Include="css\font.css" />
<Content Include="css\game.css" />
<Content Include="css\sweet-alert.css" />
<Content Include="debug.html" />
<Content Include="css\dialog.css" />
<Content Include="img\arrow_left.png" />
<Content Include="img\arrow_right.png" />
<Content Include="img\bg01.png" />
<Content Include="img\breath_ward.png" />
<Content Include="img\card_detail.png" />
<Content Include="img\circle_blue.png" />
<Content Include="img\explosion.png" />
<Content Include="img\githubFork.png" />
<Content Include="img\lineSpark.png" />
<Content Include="img\loading_figure.png" />
<Content Include="img\magical_ward.png" />
<Content Include="img\ok_btn_n.png" />
<Content Include="img\ok_btn_p.png" />
<Content Include="img\physical_ward.png" />
<Content Include="img\skillBg.png" />
<Content Include="img\sprite_sheet2.png" />
<Content Include="js\dialog.js" />
<Content Include="js\ga.js" />
<Content Include="game.html" />
<Content Include="lib\jquery.min.js" />
<Content Include="lib\svg.filter.min.js" />
<Content Include="lib\sweet-alert.min.js" />
<Content Include="setting.html" />
<Content Include="lib\svg.min.js" />
<Content Include="tools\generate.html" />
<Content Include="tools\generate.js" />
<TypeScriptCompile Include="src\battleBackground.ts" />
<Content Include="test\qunit-1.14.0.css" />
<Content Include="test\qunit-1.14.0.js" />
<Content Include="test\test.html" />
<Content Include="test\testFinish.js" />
<Content Include="tools\check.html" />
<Content Include="tools\check.js" />
<Content Include="js\worker.js" />
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="lib\jquery.d.ts" />
<TypeScriptCompile Include="lib\svgjs.d.ts" />
<TypeScriptCompile Include="src\affliction.ts" />
<TypeScriptCompile Include="src\battleDebugger.ts" />
<TypeScriptCompile Include="src\battleGraphic.ts" />
<TypeScriptCompile Include="src\battleLogger.ts" />
<TypeScriptCompile Include="src\battleModel.ts" />
<TypeScriptCompile Include="src\csRandom.ts" />
<TypeScriptCompile Include="src\brigGenerator.ts" />
<TypeScriptCompile Include="src\card.ts" />
<TypeScriptCompile Include="src\cardManager.ts" />
<TypeScriptCompile Include="src\enums.ts" />
<TypeScriptCompile Include="src\famDatabase.ts" />
<TypeScriptCompile Include="src\famProvider.ts" />
<TypeScriptCompile Include="src\formation.ts" />
<TypeScriptCompile Include="src\helper.ts" />
<TypeScriptCompile Include="src\player.ts" />
<TypeScriptCompile Include="src\skill.ts" />
<TypeScriptCompile Include="src\skillCalcType.ts" />
<TypeScriptCompile Include="src\skillDatabase.ts" />
<TypeScriptCompile Include="src\skillFunc.ts" />
<TypeScriptCompile Include="src\skillRange.ts" />
<TypeScriptCompile Include="src\util.ts" />
</ItemGroup>
<ItemGroup>
<Content Include="font\trb.ttf" />
</ItemGroup>
<ItemGroup>
<Content Include="font\AlegreyaSans_normal900.ttf" />
</ItemGroup>
<ItemGroup>
<Content Include="font\OpenSans_normal300.ttf" />
<Content Include="font\OpenSans_normal400.ttf" />
<Content Include="font\OpenSans_normal600.ttf" />
<Content Include="font\OpenSans_normal700.ttf" />
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="src\skillProvider.ts" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>pvp</RootNamespace>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<SaveServerSettingsInUserFile>True</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<TypeScriptTarget>ES5</TypeScriptTarget>
<TypeScriptRemoveComments>True</TypeScriptRemoveComments>
<TypeScriptSourceMap>False</TypeScriptSourceMap>
<TypeScriptModuleKind>AMD</TypeScriptModuleKind>
<OutputPath>.\</OutputPath>
<TypeScriptOutFile>compiled.js</TypeScriptOutFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<TypeScriptTarget>ES5</TypeScriptTarget>
<TypeScriptRemoveComments>true</TypeScriptRemoveComments>
<TypeScriptSourceMap>false</TypeScriptSourceMap>
<TypeScriptModuleKind>AMD</TypeScriptModuleKind>
</PropertyGroup>
<Import Project="$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets')" />
</Project>