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.
 
 

178 lines
8.0 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  16. <SccProjectName>SAK</SccProjectName>
  17. <SccLocalPath>SAK</SccLocalPath>
  18. <SccAuxPath>SAK</SccAuxPath>
  19. <SccProvider>SAK</SccProvider>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>..\..\..\..\..\..\Program Files\WindowsPowerShell\Modules\NTFSSecurity\</OutputPath>
  26. <DefineConstants>TRACE;DEBUG</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <UseVSHostingProcess>false</UseVSHostingProcess>
  30. <Prefer32Bit>false</Prefer32Bit>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <Prefer32Bit>false</Prefer32Bit>
  40. <DocumentationFile>bin\Release\NTFSSecurity.XML</DocumentationFile>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="System" />
  44. <Reference Include="System.Configuration.Install" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Drawing" />
  47. <Reference Include="System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  48. <HintPath>..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\WindowsPowerShell\v1.0\System.Management.Automation.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System.Windows.Forms" />
  51. <Reference Include="System.Xml.Linq" />
  52. <Reference Include="System.Data.DataSetExtensions" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Xml" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="AccessCmdlets\AddAccess.cs" />
  58. <Compile Include="AccessCmdlets\ClearAccess.cs" />
  59. <Compile Include="AccessCmdlets\GetAccess.cs" />
  60. <Compile Include="AccessCmdlets\GetEffectiveAccess.cs" />
  61. <Compile Include="AccessCmdlets\GetOrphanedAccess.cs" />
  62. <Compile Include="AccessCmdlets\RemoveAccess.cs" />
  63. <Compile Include="AuditCmdlets\AddAudit.cs" />
  64. <Compile Include="AuditCmdlets\ClearAudit.cs" />
  65. <Compile Include="AuditCmdlets\Get-OrphanedAudit.cs" />
  66. <Compile Include="AuditCmdlets\GetAudit.cs" />
  67. <Compile Include="AuditCmdlets\RemoveAudit.cs" />
  68. <Compile Include="BaseCmdlets.cs" />
  69. <Compile Include="CodeMembers.cs" />
  70. <Compile Include="InheritanceCmdlets\SetInheritance.cs" />
  71. <Compile Include="InheritanceCmdlets\DisableAccessInheritance.cs" />
  72. <Compile Include="InheritanceCmdlets\DisableAuditInheritance.cs" />
  73. <Compile Include="InheritanceCmdlets\EnableAccessInheritance.cs" />
  74. <Compile Include="InheritanceCmdlets\EnableAuditInheritance.cs" />
  75. <Compile Include="InheritanceCmdlets\GetInheritance.cs" />
  76. <Compile Include="ItemCmdlets\GetChildItem2.cs" />
  77. <Compile Include="ItemCmdlets\GetDiskSpace.cs" />
  78. <Compile Include="ItemCmdlets\GetItem2.cs" />
  79. <Compile Include="ItemCmdlets\CopyItem2.cs" />
  80. <Compile Include="ItemCmdlets\MoveItem2.cs" />
  81. <Compile Include="ItemCmdlets\RemoveItem2.cs" />
  82. <Compile Include="LinkCmdlets\NewSymbolicLink.cs" />
  83. <Compile Include="LinkCmdlets\NewHardLink.cs" />
  84. <Compile Include="LinkCmdlets\GetHardLink.cs" />
  85. <Compile Include="MiscCmdlets\GetFileHash2.cs" />
  86. <Compile Include="OtherCmdlets.cs" />
  87. <Compile Include="OwnerCmdlets\GetOwner.cs" />
  88. <Compile Include="OwnerCmdlets\SetOwner.cs" />
  89. <Compile Include="PathCmdlets\TestPath2.cs" />
  90. <Compile Include="SecurityDescriptorCmdlets\GetSecurityDescriptor.cs" />
  91. <Compile Include="SecurityDescriptorCmdlets\SetSecurityDescriptor.cs" />
  92. <Compile Include="ShowSimpleEffectiveAccess.cs">
  93. <SubType>Form</SubType>
  94. </Compile>
  95. <Compile Include="ShowSimpleEffectiveAccess.Designer.cs">
  96. <DependentUpon>ShowSimpleEffectiveAccess.cs</DependentUpon>
  97. </Compile>
  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. <Compile Include="ShowSimpleAccess.cs">
  106. <SubType>Form</SubType>
  107. </Compile>
  108. <Compile Include="ShowSimpleAccess.Designer.cs">
  109. <DependentUpon>ShowSimpleAccess.cs</DependentUpon>
  110. </Compile>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <ProjectReference Include="..\AlphaFS\AlphaFS.csproj">
  114. <Project>{f0f9af1e-d5b5-4d72-804a-5380622fbdea}</Project>
  115. <Name>AlphaFS</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\PrivilegeControl\PrivilegeControl.csproj">
  118. <Project>{01EAB41B-B2CE-49FE-AB5A-0F0FF0A9A7EE}</Project>
  119. <Name>PrivilegeControl</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\ProcessPrivileges\ProcessPrivileges.csproj">
  122. <Project>{410CAEE5-D287-4A18-9B38-BB87397D218D}</Project>
  123. <Name>ProcessPrivileges</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\Security2\Security2.csproj">
  126. <Project>{B437C364-5BC7-42E4-93F7-0F459A5DF0D0}</Project>
  127. <Name>Security2</Name>
  128. </ProjectReference>
  129. </ItemGroup>
  130. <ItemGroup>
  131. <None Include="Help\NTFSSecurity.Help.pshproj" />
  132. <None Include="NTFSSecurity.format.ps1xml">
  133. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  134. <SubType>Designer</SubType>
  135. </None>
  136. <None Include="NTFSSecurity.Init.ps1">
  137. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  138. </None>
  139. <None Include="NTFSSecurity.psd1">
  140. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  141. </None>
  142. <None Include="NTFSSecurity.psm1">
  143. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  144. </None>
  145. <None Include="NTFSSecurity.types.ps1xml">
  146. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  147. </None>
  148. <Compile Include="SimpleAccessCmdlets.cs" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <EmbeddedResource Include="ShowSimpleEffectiveAccess.resx">
  152. <DependentUpon>ShowSimpleEffectiveAccess.cs</DependentUpon>
  153. </EmbeddedResource>
  154. <EmbeddedResource Include="Properties\Resources.resx">
  155. <Generator>PublicResXFileCodeGenerator</Generator>
  156. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  157. </EmbeddedResource>
  158. <EmbeddedResource Include="ShowSimpleAccess.resx">
  159. <DependentUpon>ShowSimpleAccess.cs</DependentUpon>
  160. </EmbeddedResource>
  161. </ItemGroup>
  162. <ItemGroup>
  163. <Content Include="NTFSSecurity-Help.xml">
  164. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  165. </Content>
  166. <Content Include="Resources\container.jpg" />
  167. <Content Include="Resources\User.jpg" />
  168. <None Include="Resources\IconContainer.bmp" />
  169. </ItemGroup>
  170. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  171. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  172. Other similar extension points exist, see Microsoft.Common.targets.
  173. <Target Name="BeforeBuild">
  174. </Target>
  175. <Target Name="AfterBuild">
  176. </Target>
  177. -->
  178. </Project>