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.

124 lines
5.0 KiB

6 years ago
  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>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{D31788D0-EF2C-49B4-B444-1A6A90E0DFA7}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>install_wim_tweak</RootNamespace>
  12. <AssemblyName>install_wim_tweak</AssemblyName>
  13. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <UpgradeBackupLocation>
  18. </UpgradeBackupLocation>
  19. <OldToolsVersion>3.5</OldToolsVersion>
  20. <IsWebBootstrapper>false</IsWebBootstrapper>
  21. <PublishUrl>publish\</PublishUrl>
  22. <Install>true</Install>
  23. <InstallFrom>Disk</InstallFrom>
  24. <UpdateEnabled>false</UpdateEnabled>
  25. <UpdateMode>Foreground</UpdateMode>
  26. <UpdateInterval>7</UpdateInterval>
  27. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  28. <UpdatePeriodically>false</UpdatePeriodically>
  29. <UpdateRequired>false</UpdateRequired>
  30. <MapFileExtensions>true</MapFileExtensions>
  31. <ApplicationRevision>0</ApplicationRevision>
  32. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  33. <UseApplicationTrust>false</UseApplicationTrust>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  35. <TargetFrameworkProfile />
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>true</Optimize>
  41. <OutputPath>bin\Debug\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  46. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  49. <DebugType>pdbonly</DebugType>
  50. <Optimize>true</Optimize>
  51. <OutputPath>bin\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  56. </PropertyGroup>
  57. <PropertyGroup>
  58. <ApplicationIcon>Registry.ico</ApplicationIcon>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <StartupObject />
  62. </PropertyGroup>
  63. <ItemGroup>
  64. <Reference Include="System" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Xml" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="Win32Security\AccessToken.cs" />
  70. <Compile Include="Win32Security\DisposableObject.cs" />
  71. <Compile Include="Win32Security\Luid.cs" />
  72. <Compile Include="Program.cs" />
  73. <Compile Include="Properties\AssemblyInfo.cs" />
  74. <Compile Include="Properties\Resources.Designer.cs">
  75. <AutoGen>True</AutoGen>
  76. <DesignTime>True</DesignTime>
  77. <DependentUpon>Resources.resx</DependentUpon>
  78. </Compile>
  79. <Compile Include="Win32Security\TokenPrivilege.cs" />
  80. <Compile Include="Win32Security\TokenPrivileges.cs" />
  81. <Compile Include="Win32Security\Win32Enums.cs" />
  82. <Compile Include="Win32Security\Win32Interop.cs" />
  83. <Compile Include="Win32Security\Win32Structs.cs" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  87. <Visible>False</Visible>
  88. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  89. <Install>false</Install>
  90. </BootstrapperPackage>
  91. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  92. <Visible>False</Visible>
  93. <ProductName>.NET Framework 3.5 SP1</ProductName>
  94. <Install>true</Install>
  95. </BootstrapperPackage>
  96. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  97. <Visible>False</Visible>
  98. <ProductName>Windows Installer 3.1</ProductName>
  99. <Install>true</Install>
  100. </BootstrapperPackage>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <EmbeddedResource Include="Properties\Resources.resx">
  104. <Generator>ResXFileCodeGenerator</Generator>
  105. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  106. </EmbeddedResource>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Content Include="Registry.ico" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Folder Include="Resources\" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <None Include="app.config" />
  116. </ItemGroup>
  117. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  118. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  119. Other similar extension points exist, see Microsoft.Common.targets.
  120. <Target Name="BeforeBuild">
  121. </Target>
  122. <Target Name="AfterBuild">
  123. </Target>
  124. -->
  125. </Project>