1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{FD4CB5F2-24ED-4561-B0E1-BB397AE5C636}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <RootNamespace >NtApiDotNet.Forms</RootNamespace >
10+ <AssemblyName >NtApiDotNet.Forms</AssemblyName >
11+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <Deterministic >true</Deterministic >
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+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25+ <DebugType >pdbonly</DebugType >
26+ <Optimize >true</Optimize >
27+ <OutputPath >bin\Release\</OutputPath >
28+ <DefineConstants >TRACE</DefineConstants >
29+ <ErrorReport >prompt</ErrorReport >
30+ <WarningLevel >4</WarningLevel >
31+ </PropertyGroup >
32+ <ItemGroup >
33+ <Reference Include =" System" />
34+ <Reference Include =" System.Core" />
35+ <Reference Include =" Microsoft.CSharp" />
36+ <Reference Include =" System.Drawing" />
37+ <Reference Include =" System.Windows.Forms" />
38+ </ItemGroup >
39+ <ItemGroup >
40+ <Compile Include =" AclViewerControl.cs" >
41+ <SubType >UserControl</SubType >
42+ </Compile >
43+ <Compile Include =" AclViewerControl.Designer.cs" >
44+ <DependentUpon >AclViewerControl.cs</DependentUpon >
45+ </Compile >
46+ <Compile Include =" Properties\AssemblyInfo.cs" />
47+ <Compile Include =" SecurityDescriptorViewerControl.cs" >
48+ <SubType >UserControl</SubType >
49+ </Compile >
50+ <Compile Include =" SecurityDescriptorViewerControl.Designer.cs" >
51+ <DependentUpon >SecurityDescriptorViewerControl.cs</DependentUpon >
52+ </Compile >
53+ <Compile Include =" SecurityDescriptorViewerForm.cs" >
54+ <SubType >Form</SubType >
55+ </Compile >
56+ <Compile Include =" SecurityDescriptorViewerForm.Designer.cs" >
57+ <DependentUpon >SecurityDescriptorViewerForm.cs</DependentUpon >
58+ </Compile >
59+ <Service Include =" {94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
60+ </ItemGroup >
61+ <ItemGroup >
62+ <EmbeddedResource Include =" AclViewerControl.resx" >
63+ <DependentUpon >AclViewerControl.cs</DependentUpon >
64+ </EmbeddedResource >
65+ <EmbeddedResource Include =" SecurityDescriptorViewerControl.resx" >
66+ <DependentUpon >SecurityDescriptorViewerControl.cs</DependentUpon >
67+ </EmbeddedResource >
68+ <EmbeddedResource Include =" SecurityDescriptorViewerForm.resx" >
69+ <DependentUpon >SecurityDescriptorViewerForm.cs</DependentUpon >
70+ </EmbeddedResource >
71+ </ItemGroup >
72+ <ItemGroup >
73+ <ProjectReference Include =" ..\NtApiDotNet\NtApiDotNet.csproj" >
74+ <Project >{6aeb5004-6093-4c23-aeae-911d64cacc58}</Project >
75+ <Name >NtApiDotNet</Name >
76+ </ProjectReference >
77+ </ItemGroup >
78+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
79+ </Project >
0 commit comments