Welcome to mirror list, hosted at ThFree Co, Russian Federation.

System.IO.IsolatedStorage.csproj « ref « System.IO.IsolatedStorage « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d342e3c72069f9c9119dc53aeec06e1f4b9bc843 (plain)
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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <PropertyGroup>
    <OutputType>Library</OutputType>
    <NuGetTargetMoniker>.NETStandard,Version=v1.7</NuGetTargetMoniker>
    <ProjectGuid>{27225772-FE8B-49D7-8E58-29242D536130}</ProjectGuid>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)' == 'Release'">
    <OutputPath>bin\Release\</OutputPath>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)' == 'Windows_Debug'">
    <OutputPath>bin\Windows_Debug\</OutputPath>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)' == 'Windows_Release'">
    <OutputPath>bin\Windows_Release\</OutputPath>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="System.IO.IsolatedStorage.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="4.0\project.json" />
    <None Include="4.0\System.IO.IsolatedStorage.depproj" />
    <None Include="project.json" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>