You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

163 lines
7.4 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{17768E1A-1422-4BD2-A9A5-42BA9FEB82B8}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>NTFSSecurity</RootNamespace>
  12. <AssemblyName>NTFSSecurity</AssemblyName>
  13. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile>
  16. </TargetFrameworkProfile>
  17. <SccProjectName>SAK</SccProjectName>
  18. <SccLocalPath>SAK</SccLocalPath>
  19. <SccAuxPath>SAK</SccAuxPath>
  20. <SccProvider>SAK</SccProvider>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>..\..\..\..\..\..\Program Files\WindowsPowerShell\Modules\NTFSSecurity\</OutputPath>
  27. <DefineConstants>TRACE;DEBUG</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <UseVSHostingProcess>false</UseVSHostingProcess>
  31. <Prefer32Bit>false</Prefer32Bit>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <Prefer32Bit>false</Prefer32Bit>
  41. <DocumentationFile>bin\Release\NTFSSecurity.XML</DocumentationFile>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="AlphaFS, Version=2.2.0.0, Culture=neutral, PublicKeyToken=4d31a58f7d7ad5c9, processorArchitecture=MSIL">
  45. <HintPath>..\packages\AlphaFS.2.2.1\lib\net452\AlphaFS.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Configuration.Install" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Drawing" />
  51. <Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  52. <HintPath>..\packages\System.Management.Automation.dll.10.0.10586.0\lib\net40\System.Management.Automation.dll</HintPath>
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="System.Transactions" />
  56. <Reference Include="System.Windows.Forms" />
  57. <Reference Include="System.Xml.Linq" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Xml" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="AccessCmdlets\AddAccess.cs" />
  64. <Compile Include="AccessCmdlets\ClearAccess.cs" />
  65. <Compile Include="AccessCmdlets\GetAccess.cs" />
  66. <Compile Include="AccessCmdlets\GetEffectiveAccess.cs" />
  67. <Compile Include="AccessCmdlets\GetOrphanedAccess.cs" />
  68. <Compile Include="AccessCmdlets\RemoveAccess.cs" />
  69. <Compile Include="AuditCmdlets\AddAudit.cs" />
  70. <Compile Include="AuditCmdlets\ClearAudit.cs" />
  71. <Compile Include="AuditCmdlets\Get-OrphanedAudit.cs" />
  72. <Compile Include="AuditCmdlets\GetAudit.cs" />
  73. <Compile Include="AuditCmdlets\RemoveAudit.cs" />
  74. <Compile Include="BaseCmdlets.cs" />
  75. <Compile Include="CodeMembers.cs" />
  76. <Compile Include="InheritanceCmdlets\SetInheritance.cs" />
  77. <Compile Include="InheritanceCmdlets\DisableAccessInheritance.cs" />
  78. <Compile Include="InheritanceCmdlets\DisableAuditInheritance.cs" />
  79. <Compile Include="InheritanceCmdlets\EnableAccessInheritance.cs" />
  80. <Compile Include="InheritanceCmdlets\EnableAuditInheritance.cs" />
  81. <Compile Include="InheritanceCmdlets\GetInheritance.cs" />
  82. <Compile Include="ItemCmdlets\GetChildItem2.cs" />
  83. <Compile Include="ItemCmdlets\GetDiskSpace.cs" />
  84. <Compile Include="ItemCmdlets\GetItem2.cs" />
  85. <Compile Include="ItemCmdlets\CopyItem2.cs" />
  86. <Compile Include="ItemCmdlets\MoveItem2.cs" />
  87. <Compile Include="ItemCmdlets\RemoveItem2.cs" />
  88. <Compile Include="LinkCmdlets\NewSymbolicLink.cs" />
  89. <Compile Include="LinkCmdlets\NewHardLink.cs" />
  90. <Compile Include="LinkCmdlets\GetHardLink.cs" />
  91. <Compile Include="MiscCmdlets\GetFileHash2.cs" />
  92. <Compile Include="OtherCmdlets.cs" />
  93. <Compile Include="OwnerCmdlets\GetOwner.cs" />
  94. <Compile Include="OwnerCmdlets\SetOwner.cs" />
  95. <Compile Include="PathCmdlets\TestPath2.cs" />
  96. <Compile Include="SecurityDescriptorCmdlets\GetSecurityDescriptor.cs" />
  97. <Compile Include="SecurityDescriptorCmdlets\SetSecurityDescriptor.cs" />
  98. <Compile Include="Extensions.cs" />
  99. <Compile Include="Properties\AssemblyInfo.cs" />
  100. <Compile Include="Properties\Resources.Designer.cs">
  101. <AutoGen>True</AutoGen>
  102. <DesignTime>True</DesignTime>
  103. <DependentUpon>Resources.resx</DependentUpon>
  104. </Compile>
  105. </ItemGroup>
  106. <ItemGroup>
  107. <ProjectReference Include="..\PrivilegeControl\PrivilegeControl.csproj">
  108. <Project>{01EAB41B-B2CE-49FE-AB5A-0F0FF0A9A7EE}</Project>
  109. <Name>PrivilegeControl</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\ProcessPrivileges\ProcessPrivileges.csproj">
  112. <Project>{410CAEE5-D287-4A18-9B38-BB87397D218D}</Project>
  113. <Name>ProcessPrivileges</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="..\Security2\Security2.csproj">
  116. <Project>{B437C364-5BC7-42E4-93F7-0F459A5DF0D0}</Project>
  117. <Name>Security2</Name>
  118. </ProjectReference>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <None Include="Help\NTFSSecurity.Help.pshproj" />
  122. <None Include="NTFSSecurity.format.ps1xml">
  123. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  124. <SubType>Designer</SubType>
  125. </None>
  126. <None Include="NTFSSecurity.Init.ps1">
  127. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  128. </None>
  129. <None Include="NTFSSecurity.psd1">
  130. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  131. </None>
  132. <None Include="NTFSSecurity.psm1">
  133. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  134. </None>
  135. <None Include="NTFSSecurity.types.ps1xml">
  136. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  137. </None>
  138. <Compile Include="SimpleAccessCmdlets\SimpleAccessCmdlets.cs" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <EmbeddedResource Include="Properties\Resources.resx">
  142. <Generator>PublicResXFileCodeGenerator</Generator>
  143. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  144. </EmbeddedResource>
  145. </ItemGroup>
  146. <ItemGroup>
  147. <Content Include="NTFSSecurity-Help.xml">
  148. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  149. </Content>
  150. <Content Include="Resources\container.jpg" />
  151. <Content Include="Resources\User.jpg" />
  152. <None Include="packages.config" />
  153. <None Include="Resources\IconContainer.bmp" />
  154. </ItemGroup>
  155. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  156. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  157. Other similar extension points exist, see Microsoft.Common.targets.
  158. <Target Name="BeforeBuild">
  159. </Target>
  160. <Target Name="AfterBuild">
  161. </Target>
  162. -->
  163. </Project>