Skip to content

Commit ec4d217

Browse files
committed
Add project files.
1 parent 55b018f commit ec4d217

27 files changed

+4575
-0
lines changed

ADReplStatus.csproj

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
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>

ADReplStatus.sln

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.4.33205.214
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ADReplStatus", "ADReplStatus.csproj", "{AF7EE9DD-D7C5-409C-A1E9-78E1078F6A89}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{AF7EE9DD-D7C5-409C-A1E9-78E1078F6A89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{AF7EE9DD-D7C5-409C-A1E9-78E1078F6A89}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{AF7EE9DD-D7C5-409C-A1E9-78E1078F6A89}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{AF7EE9DD-D7C5-409C-A1E9-78E1078F6A89}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {07B32D0E-B7B7-49A4-8ED3-43C83A52FC2D}
24+
EndGlobalSection
25+
EndGlobal

0 commit comments

Comments
 (0)