1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProjectGuid >{74CA3917-E2F3-4C75-96AF-156BC52C4C5E}</ProjectGuid >
7+ <OutputType >Library</OutputType >
8+ <RootNamespace >InEngine.Commands</RootNamespace >
9+ <AssemblyName >InEngine.Commands</AssemblyName >
10+ <TargetFrameworkVersion >v4.6.2</TargetFrameworkVersion >
11+ </PropertyGroup >
12+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
13+ <DebugSymbols >true</DebugSymbols >
14+ <DebugType >full</DebugType >
15+ <Optimize >false</Optimize >
16+ <OutputPath >bin\Debug</OutputPath >
17+ <DefineConstants >DEBUG;</DefineConstants >
18+ <ErrorReport >prompt</ErrorReport >
19+ <WarningLevel >4</WarningLevel >
20+ <ConsolePause >false</ConsolePause >
21+ </PropertyGroup >
22+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
23+ <Optimize >true</Optimize >
24+ <OutputPath >bin\Release</OutputPath >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
27+ <ConsolePause >false</ConsolePause >
28+ </PropertyGroup >
29+ <ItemGroup >
30+ <Reference Include =" System" />
31+ <Reference Include =" System.ComponentModel.DataAnnotations" />
32+ </ItemGroup >
33+ <ItemGroup >
34+ <Compile Include =" Properties\AssemblyInfo.cs" />
35+ <Compile Include =" Sample\Minimal.cs" />
36+ <Compile Include =" Sample\ShowProgress.cs" />
37+ <Compile Include =" Sample\SayHello.cs" />
38+ </ItemGroup >
39+ <ItemGroup >
40+ <Folder Include =" Sample\" />
41+ </ItemGroup >
42+ <ItemGroup >
43+ <ProjectReference Include =" ..\InEngine.Core\InEngine.Core.csproj" >
44+ <Project >{1C604C4F-3F98-483C-89E3-C951BE03366A}</Project >
45+ <Name >InEngine.Core</Name >
46+ </ProjectReference >
47+ </ItemGroup >
48+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
49+ </Project >
0 commit comments