93
|
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 <ProductVersion>8.0.30703</ProductVersion>
|
|
7 <SchemaVersion>2.0</SchemaVersion>
|
|
8 <ProjectGuid>{15DD7123-D504-4627-8B4F-D00C7F04D033}</ProjectGuid>
|
|
9 <OutputType>Exe</OutputType>
|
|
10 <RootNamespace>MonoPlay</RootNamespace>
|
|
11 <AssemblyName>MonoPlay</AssemblyName>
|
|
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
151
|
13 <ReleaseVersion>0.2</ReleaseVersion>
|
93
|
14 </PropertyGroup>
|
|
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
16 <DebugSymbols>true</DebugSymbols>
|
|
17 <DebugType>full</DebugType>
|
|
18 <Optimize>false</Optimize>
|
|
19 <OutputPath>bin\Debug</OutputPath>
|
|
20 <DefineConstants>DEBUG;TRACE;</DefineConstants>
|
|
21 <ErrorReport>prompt</ErrorReport>
|
|
22 <WarningLevel>4</WarningLevel>
|
|
23 <ConsolePause>false</ConsolePause>
|
|
24 </PropertyGroup>
|
|
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
26 <DebugType>full</DebugType>
|
|
27 <Optimize>true</Optimize>
|
|
28 <OutputPath>bin\Release</OutputPath>
|
|
29 <ErrorReport>prompt</ErrorReport>
|
|
30 <WarningLevel>4</WarningLevel>
|
103
|
31 <ConsolePause>false</ConsolePause>
|
93
|
32 </PropertyGroup>
|
|
33 <ItemGroup>
|
|
34 <Reference Include="System" />
|
183
|
35 <Reference Include="System.Text.Json">
|
|
36 <HintPath>..\packages\System.Text.Json.2.0.0.11\lib\net40\System.Text.Json.dll</HintPath>
|
|
37 </Reference>
|
93
|
38 </ItemGroup>
|
|
39 <ItemGroup>
|
|
40 <Compile Include="Program.cs" />
|
|
41 <Compile Include="Properties\AssemblyInfo.cs" />
|
|
42 </ItemGroup>
|
|
43 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
44 <ItemGroup>
|
|
45 <ProjectReference Include="..\Implab\Implab.csproj">
|
|
46 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project>
|
|
47 <Name>Implab</Name>
|
|
48 </ProjectReference>
|
|
49 </ItemGroup>
|
183
|
50 <ItemGroup>
|
|
51 <None Include="packages.config" />
|
|
52 </ItemGroup>
|
93
|
53 </Project> |