CommonMPQ.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{E6F4820C-30D4-4DDF-8890-517C9EFD92A8}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>MPQFileSystem</RootNamespace>
  12. <AssemblyName>CommonMPQ</AssemblyName>
  13. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <UpgradeBackupLocation>
  18. </UpgradeBackupLocation>
  19. <OldToolsVersion>4.0</OldToolsVersion>
  20. <PublishUrl>publish\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <IsWebBootstrapper>false</IsWebBootstrapper>
  33. <UseApplicationTrust>false</UseApplicationTrust>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  35. <TargetFrameworkProfile>
  36. </TargetFrameworkProfile>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>full</DebugType>
  41. <Optimize>false</Optimize>
  42. <OutputPath>..\..\Library\Debug\</OutputPath>
  43. <DefineConstants>TRACE;DEBUG</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  47. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  48. <DocumentationFile>
  49. </DocumentationFile>
  50. <NoWarn>1591</NoWarn>
  51. <Prefer32Bit>false</Prefer32Bit>
  52. </PropertyGroup>
  53. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  54. <DebugType>pdbonly</DebugType>
  55. <Optimize>true</Optimize>
  56. <OutputPath>..\..\Library\Release\</OutputPath>
  57. <DefineConstants>TRACE</DefineConstants>
  58. <ErrorReport>prompt</ErrorReport>
  59. <WarningLevel>4</WarningLevel>
  60. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  61. <Prefer32Bit>false</Prefer32Bit>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
  64. <DebugSymbols>true</DebugSymbols>
  65. <OutputPath>bin\Debug_JSGProfile\</OutputPath>
  66. <DefineConstants>TRACE;DEBUG</DefineConstants>
  67. <NoWarn>1591</NoWarn>
  68. <DebugType>full</DebugType>
  69. <PlatformTarget>AnyCPU</PlatformTarget>
  70. <ErrorReport>prompt</ErrorReport>
  71. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  72. </PropertyGroup>
  73. <ItemGroup>
  74. <Reference Include="System" />
  75. <Reference Include="UnityEngine">
  76. <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine.dll</HintPath>
  77. </Reference>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Compile Include="MPQDirver.cs" />
  81. <Compile Include="MPQ\FileSystem.cs" />
  82. <Compile Include="Properties\AssemblyInfo.cs" />
  83. <Compile Include="MPQResourceLoader.cs" />
  84. <Compile Include="Updater\Updater.cs" />
  85. <Compile Include="Updater\UpdaterListener.cs" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  89. <Visible>False</Visible>
  90. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  91. <Install>false</Install>
  92. </BootstrapperPackage>
  93. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  94. <Visible>False</Visible>
  95. <ProductName>.NET Framework 3.5 SP1</ProductName>
  96. <Install>true</Install>
  97. </BootstrapperPackage>
  98. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  99. <Visible>False</Visible>
  100. <ProductName>Windows Installer 3.1</ProductName>
  101. <Install>true</Install>
  102. </BootstrapperPackage>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <ProjectReference Include="..\CommonLang\CommonLang.csproj">
  106. <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
  107. <Name>CommonLang</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\CommonNetwork\CommonNetwork.csproj">
  110. <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project>
  111. <Name>CommonNetwork</Name>
  112. </ProjectReference>
  113. </ItemGroup>
  114. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  115. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  116. Other similar extension points exist, see Microsoft.Common.targets.
  117. <Target Name="BeforeBuild">
  118. </Target>
  119. <Target Name="AfterBuild">
  120. </Target>
  121. -->
  122. <PropertyGroup>
  123. <PostBuildEvent>
  124. </PostBuildEvent>
  125. </PropertyGroup>
  126. </Project>