forked from luiges90/ZhongHuaSanGuoZhi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimpleTextDialogPlugin.csproj
65 lines (65 loc) · 2.85 KB
/
SimpleTextDialogPlugin.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<ProjectType>local</ProjectType>
<ProjectVersion>7.10.377</ProjectVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{7B551D6E-EF58-41AC-B349-5763C89C2A85}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<AssemblyName>SimpleTextDialogPlugin</AssemblyName>
<OutputType>Library</OutputType>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\WorldOfTheThreeKingdoms\bin\x86\Release\GameComponents\SimpleTextDialog\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Reference Include="Microsoft.Xna.Framework" />
<Reference Include="Microsoft.Xna.Framework.Game" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="System.Drawing" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Global.cs" />
<Compile Include="SimpleTextDialogPlugin\SimpleTextDialogPlugin.cs" />
<Compile Include="SimpleTextDialogPlugin\SimpleTextDialog.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GameFreeText\GameFreeText.csproj">
<Project>{E13A763D-DC5B-447F-AF3F-392343B8875B}</Project>
<Name>GameFreeText</Name>
</ProjectReference>
<ProjectReference Include="..\GameGlobal\GameGlobal.csproj">
<Project>{56DC58D6-46BC-4F4A-A7CF-D3D23EC2A831}</Project>
<Name>GameGlobal</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\GameObjects\GameObjects.csproj">
<Project>{BB0FAD70-2894-44D2-A6EB-F7FD876B0FDA}</Project>
<Name>GameObjects</Name>
</ProjectReference>
<ProjectReference Include="..\WorldOfTheThreeKingdoms\PluginInterface\PluginInterface.csproj">
<Project>{2DA0B513-64BF-4FB8-8775-1C9A5F6C9B21}</Project>
<Name>PluginInterface</Name>
</ProjectReference>
</ItemGroup>
</Project>