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 >{AF7EE9DD-D7C5-409C-A1E9-78E1078F6A89}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <RootNamespace >ADReplStatus</RootNamespace >
10+ <AssemblyName >ADReplStatus</AssemblyName >
11+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <Deterministic >true</Deterministic >
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <PlatformTarget >AnyCPU</PlatformTarget >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >bin\Debug\</OutputPath >
22+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <PlatformTarget >AnyCPU</PlatformTarget >
28+ <DebugType >pdbonly</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >bin\Release\</OutputPath >
31+ <DefineConstants >TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ </PropertyGroup >
35+ <PropertyGroup >
36+ <ApplicationIcon >Forest.ico</ApplicationIcon >
37+ </PropertyGroup >
38+ <ItemGroup >
39+ <Reference Include =" ObjectListView, Version=2.9.1.1072, Culture=neutral, PublicKeyToken=b1c5bf581481bcd4, processorArchitecture=MSIL" >
40+ <HintPath >packages\ObjectListView.Official.2.9.1\lib\net20\ObjectListView.dll</HintPath >
41+ </Reference >
42+ <Reference Include =" System" />
43+ <Reference Include =" System.Core" />
44+ <Reference Include =" System.DirectoryServices" />
45+ <Reference Include =" System.Xml.Linq" />
46+ <Reference Include =" System.Data.DataSetExtensions" />
47+ <Reference Include =" Microsoft.CSharp" />
48+ <Reference Include =" System.Data" />
49+ <Reference Include =" System.Deployment" />
50+ <Reference Include =" System.Drawing" />
51+ <Reference Include =" System.Net.Http" />
52+ <Reference Include =" System.Windows.Forms" />
53+ <Reference Include =" System.Xml" />
54+ </ItemGroup >
55+ <ItemGroup >
56+ <Compile Include =" ADReplStatusForm.cs" >
57+ <SubType >Form</SubType >
58+ </Compile >
59+ <Compile Include =" ADReplStatusForm.Designer.cs" >
60+ <DependentUpon >ADReplStatusForm.cs</DependentUpon >
61+ </Compile >
62+ <Compile Include =" AlternateCredsForm.cs" >
63+ <SubType >Form</SubType >
64+ </Compile >
65+ <Compile Include =" AlternateCredsForm.Designer.cs" >
66+ <DependentUpon >AlternateCredsForm.cs</DependentUpon >
67+ </Compile >
68+ <Compile Include =" Program.cs" />
69+ <Compile Include =" Properties\AssemblyInfo.cs" />
70+ <Compile Include =" SetForestNameForm.cs" >
71+ <SubType >Form</SubType >
72+ </Compile >
73+ <Compile Include =" SetForestNameForm.Designer.cs" >
74+ <DependentUpon >SetForestNameForm.cs</DependentUpon >
75+ </Compile >
76+ <EmbeddedResource Include =" ADReplStatusForm.resx" >
77+ <DependentUpon >ADReplStatusForm.cs</DependentUpon >
78+ </EmbeddedResource >
79+ <EmbeddedResource Include =" AlternateCredsForm.resx" >
80+ <DependentUpon >AlternateCredsForm.cs</DependentUpon >
81+ </EmbeddedResource >
82+ <EmbeddedResource Include =" Properties\Resources.resx" >
83+ <Generator >ResXFileCodeGenerator</Generator >
84+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
85+ <SubType >Designer</SubType >
86+ </EmbeddedResource >
87+ <Compile Include =" Properties\Resources.Designer.cs" >
88+ <AutoGen >True</AutoGen >
89+ <DependentUpon >Resources.resx</DependentUpon >
90+ </Compile >
91+ <EmbeddedResource Include =" SetForestNameForm.resx" >
92+ <DependentUpon >SetForestNameForm.cs</DependentUpon >
93+ </EmbeddedResource >
94+ <None Include =" packages.config" />
95+ <None Include =" Properties\Settings.settings" >
96+ <Generator >SettingsSingleFileGenerator</Generator >
97+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
98+ </None >
99+ <Compile Include =" Properties\Settings.Designer.cs" >
100+ <AutoGen >True</AutoGen >
101+ <DependentUpon >Settings.settings</DependentUpon >
102+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
103+ </Compile >
104+ </ItemGroup >
105+ <ItemGroup >
106+ <None Include =" App.config" />
107+ </ItemGroup >
108+ <ItemGroup >
109+ <Content Include =" Forest.ico" />
110+ </ItemGroup >
111+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
112+ </Project >
0 commit comments