root/lang/csharp/DominionEngine/DominionEngine.CUI/DominionEngine.CUI.csproj @ 37639

Revision 37639, 3.3 kB (checked in by isaisstillalive, 3 years ago)
  • CUIを実装しながら作ることにする
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{519B71D3-9B85-4443-8453-9AD6885205A6}</ProjectGuid>
9    <OutputType>Exe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>DominionEngineSampleCUI</RootNamespace>
12    <AssemblyName>DominionEngineSampleCUI</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <ItemGroup>
34    <Reference Include="DominionEngine.CardInfo, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
35      <SpecificVersion>False</SpecificVersion>
36      <HintPath>..\DominionEngine.CardInfo\bin\Release\DominionEngine.CardInfo.dll</HintPath>
37    </Reference>
38    <Reference Include="DominionEngine.CardInfo.Base, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
39      <SpecificVersion>False</SpecificVersion>
40      <HintPath>..\DominionEngine.CardInfo.Base\bin\Release\DominionEngine.CardInfo.Base.dll</HintPath>
41    </Reference>
42    <Reference Include="DominionEngine.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
43      <SpecificVersion>False</SpecificVersion>
44      <HintPath>..\DominionEngine.Core\bin\Release\DominionEngine.Core.dll</HintPath>
45    </Reference>
46    <Reference Include="System" />
47    <Reference Include="System.Core">
48      <RequiredTargetFramework>3.5</RequiredTargetFramework>
49    </Reference>
50    <Reference Include="System.Xml.Linq">
51      <RequiredTargetFramework>3.5</RequiredTargetFramework>
52    </Reference>
53    <Reference Include="System.Data.DataSetExtensions">
54      <RequiredTargetFramework>3.5</RequiredTargetFramework>
55    </Reference>
56    <Reference Include="System.Data" />
57    <Reference Include="System.Xml" />
58  </ItemGroup>
59  <ItemGroup>
60    <Compile Include="Program.cs" />
61    <Compile Include="Properties\AssemblyInfo.cs" />
62  </ItemGroup>
63  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
64  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
65       Other similar extension points exist, see Microsoft.Common.targets.
66  <Target Name="BeforeBuild">
67  </Target>
68  <Target Name="AfterBuild">
69  </Target>
70  -->
71</Project>
Note: See TracBrowser for help on using the browser.