ln.manage/ln.manage.csproj

86 lines
3.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{D4E4FD39-6C21-4FCC-8DE0-6494FBE82CEA}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>ln.manage</RootNamespace>
<AssemblyName>ln.manage</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="nunit.framework">
<Package>nunit</Package>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ManagerTree.cs" />
<Compile Include="ManagedObjectProvider.cs" />
<Compile Include="ManagedProperty.cs" />
<Compile Include="ManagedPropertyAttribute.cs" />
<Compile Include="IManagedObject.cs" />
<Compile Include="ManagedObject.cs" />
<Compile Include="ManagedForeign.cs" />
<Compile Include="ManagedNativeContainer.cs" />
<Compile Include="EmptyProvider.cs" />
<Compile Include="ManagedObjectPropertyDescriptor.cs" />
<Compile Include="test\LNManageTests.cs" />
<Compile Include="provider\CurrentThreadsProvider.cs" />
<Compile Include="IManagedContainer.cs" />
<Compile Include="PropertyDescriptor.cs" />
<Compile Include="ManagedRoot.cs" />
<Compile Include="ManagedContainerBase.cs" />
<Compile Include="ManagedNativeObject.cs" />
<Compile Include="NativePropertyDescriptor.cs" />
<Compile Include="ManagedConsole.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ln.types\ln.types.csproj">
<Project>{8D9AB9A5-E513-4BA7-A450-534F6456BF28}</Project>
<Name>ln.types</Name>
</ProjectReference>
<ProjectReference Include="..\ln.json\ln.json.csproj">
<Project>{D9342117-3249-4D8B-87C9-51A50676B158}</Project>
<Name>ln.json</Name>
</ProjectReference>
<ProjectReference Include="..\ln.logging\ln.logging.csproj">
<Project>{D471A566-9FB6-41B2-A777-3C32874ECD0E}</Project>
<Name>ln.logging</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="doc\" />
<Folder Include="test\" />
<Folder Include="provider\" />
<Folder Include="container\" />
<Folder Include="www\" />
<Folder Include="www\js\" />
</ItemGroup>
<ItemGroup>
<None Include="doc\notes.txt" />
<None Include="www\js\ln.manage.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>