TestCommonFileSystem.csproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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>{22C9D464-E7A1-45E6-A106-447668B6357B}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>MPQFileSystemTest</RootNamespace>
  12. <AssemblyName>MPQFileSystemTest</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <UpgradeBackupLocation>
  18. </UpgradeBackupLocation>
  19. <OldToolsVersion>4.0</OldToolsVersion>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="System" />
  42. <Reference Include="System.configuration" />
  43. <Reference Include="System.Core">
  44. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  45. </Reference>
  46. <Reference Include="System.Deployment" />
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="System.Windows.Forms" />
  49. <Reference Include="System.Xml.Linq">
  50. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  51. </Reference>
  52. <Reference Include="System.Data.DataSetExtensions">
  53. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  54. </Reference>
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Xml" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="FormEntry.cs">
  60. <SubType>Form</SubType>
  61. </Compile>
  62. <Compile Include="FormEntry.Designer.cs">
  63. <DependentUpon>FormEntry.cs</DependentUpon>
  64. </Compile>
  65. <Compile Include="FormUpdater.cs">
  66. <SubType>Form</SubType>
  67. </Compile>
  68. <Compile Include="FormUpdater.Designer.cs">
  69. <DependentUpon>FormUpdater.cs</DependentUpon>
  70. </Compile>
  71. <Compile Include="Program.cs" />
  72. <Compile Include="Properties\AssemblyInfo.cs" />
  73. <Compile Include="Properties\Resources.Designer.cs">
  74. <AutoGen>True</AutoGen>
  75. <DesignTime>True</DesignTime>
  76. <DependentUpon>Resources.resx</DependentUpon>
  77. </Compile>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <EmbeddedResource Include="FormEntry.resx">
  81. <DependentUpon>FormEntry.cs</DependentUpon>
  82. <SubType>Designer</SubType>
  83. </EmbeddedResource>
  84. <EmbeddedResource Include="FormUpdater.resx">
  85. <DependentUpon>FormUpdater.cs</DependentUpon>
  86. <SubType>Designer</SubType>
  87. </EmbeddedResource>
  88. <EmbeddedResource Include="Properties\Resources.resx">
  89. <Generator>ResXFileCodeGenerator</Generator>
  90. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  91. <SubType>Designer</SubType>
  92. </EmbeddedResource>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <None Include="Resources\icon_off.png" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <None Include="app.config" />
  99. <None Include="Resources\icon_on.png" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <ProjectReference Include="..\CommonFileSystem.SharpZipLib\CommonMPQ.SharpZipLib.csproj">
  103. <Project>{29a43d20-f079-42bb-b6ff-d910c04eacd9}</Project>
  104. <Name>CommonMPQ.SharpZipLib</Name>
  105. </ProjectReference>
  106. <ProjectReference Include="..\CommonFileSystem\CommonMPQ.csproj">
  107. <Project>{E6F4820C-30D4-4DDF-8890-517C9EFD92A8}</Project>
  108. <Name>CommonMPQ</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\CommonLang\CommonLang.csproj">
  111. <Project>{1835E71D-0B6C-463D-B538-E68891E4DACB}</Project>
  112. <Name>CommonLang</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\CommonNetwork\CommonNetwork.csproj">
  115. <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project>
  116. <Name>CommonNetwork</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\CommonUI\CommonUI.csproj">
  119. <Project>{fe159004-4f5c-4a17-b633-e66d5a64acfb}</Project>
  120. <Name>CommonUI</Name>
  121. </ProjectReference>
  122. <ProjectReference Include="..\CommonUI_Unity3D\CommonUI_Unity3D.csproj">
  123. <Project>{3054ced6-df3b-4ddf-bead-03fcba15f6f0}</Project>
  124. <Name>CommonUI_Unity3D</Name>
  125. </ProjectReference>
  126. </ItemGroup>
  127. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  128. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  129. Other similar extension points exist, see Microsoft.Common.targets.
  130. <Target Name="BeforeBuild">
  131. </Target>
  132. <Target Name="AfterBuild">
  133. </Target>
  134. -->
  135. </Project>