Eq2VpkTool.csproj 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.50727</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{2F133C14-27F5-4593-BBCC-F12670A59E03}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>Eq2VpkTool</RootNamespace>
  11. <AssemblyName>Eq2VpkTool</AssemblyName>
  12. <WarningLevel>4</WarningLevel>
  13. <ApplicationIcon>eq2.ico</ApplicationIcon>
  14. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <UpgradeBackupLocation>
  18. </UpgradeBackupLocation>
  19. <OldToolsVersion>2.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. <PlatformTarget>x86</PlatformTarget>
  28. <UseVSHostingProcess>true</UseVSHostingProcess>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugSymbols>false</DebugSymbols>
  32. <Optimize>true</Optimize>
  33. <OutputPath>.\bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <PlatformTarget>x86</PlatformTarget>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="System" />
  39. <Reference Include="System.Data" />
  40. <Reference Include="System.Drawing" />
  41. <Reference Include="System.Windows.Forms" />
  42. <Reference Include="System.Xml" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="Properties\Resources.Designer.cs">
  46. <AutoGen>True</AutoGen>
  47. <DesignTime>True</DesignTime>
  48. <DependentUpon>Resources.resx</DependentUpon>
  49. </Compile>
  50. <Compile Include="Properties\Settings.Designer.cs">
  51. <AutoGen>True</AutoGen>
  52. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  53. <DependentUpon>Settings.settings</DependentUpon>
  54. </Compile>
  55. <Compile Include="Source\Configuration.cs" />
  56. <Compile Include="Source\DirectoryContentsComparer.cs" />
  57. <Compile Include="Source\ExtractionManager.cs" />
  58. <Compile Include="Source\FileSystemViewController.cs" />
  59. <Compile Include="Source\IconManager.cs" />
  60. <Compile Include="Source\TextureDecryptor.cs" />
  61. <Compile Include="Source\UI\MainWindow.cs">
  62. <SubType>Form</SubType>
  63. </Compile>
  64. <Compile Include="Source\UI\MainWindow.Designer.cs">
  65. <DependentUpon>MainWindow.cs</DependentUpon>
  66. </Compile>
  67. <Compile Include="Source\Program.cs" />
  68. <Compile Include="Properties\AssemblyInfo.cs" />
  69. <EmbeddedResource Include="Source\UI\MainWindow.resx">
  70. <DependentUpon>MainWindow.cs</DependentUpon>
  71. </EmbeddedResource>
  72. <EmbeddedResource Include="Properties\Resources.resx">
  73. <Generator>ResXFileCodeGenerator</Generator>
  74. <SubType>Designer</SubType>
  75. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  76. </EmbeddedResource>
  77. <None Include="Properties\Settings.settings">
  78. <Generator>SettingsSingleFileGenerator</Generator>
  79. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  80. </None>
  81. <AppDesigner Include="Properties\" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <ProjectReference Include="..\libeq2\libeq2.csproj">
  85. <Project>{C81BFE28-59EA-421A-85BA-2E7F0A027595}</Project>
  86. <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
  87. <Name>libeq2</Name>
  88. </ProjectReference>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <None Include="Configuration.xml">
  92. <CopyToOutputDirectory>True</CopyToOutputDirectory>
  93. </None>
  94. <Content Include="eq2.ico" />
  95. <Content Include="License.txt" />
  96. <Content Include="Readme.txt" />
  97. </ItemGroup>
  98. <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
  99. </Project>