123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{22C9D464-E7A1-45E6-A106-447668B6357B}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>MPQFileSystemTest</RootNamespace>
- <AssemblyName>MPQFileSystemTest</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- <OldToolsVersion>4.0</OldToolsVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Deployment" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data.DataSetExtensions">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="FormEntry.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FormEntry.Designer.cs">
- <DependentUpon>FormEntry.cs</DependentUpon>
- </Compile>
- <Compile Include="FormUpdater.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FormUpdater.Designer.cs">
- <DependentUpon>FormUpdater.cs</DependentUpon>
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="FormEntry.resx">
- <DependentUpon>FormEntry.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="FormUpdater.resx">
- <DependentUpon>FormUpdater.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\icon_off.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="app.config" />
- <None Include="Resources\icon_on.png" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\CommonFileSystem.SharpZipLib\CommonMPQ.SharpZipLib.csproj">
- <Project>{29a43d20-f079-42bb-b6ff-d910c04eacd9}</Project>
- <Name>CommonMPQ.SharpZipLib</Name>
- </ProjectReference>
- <ProjectReference Include="..\CommonFileSystem\CommonMPQ.csproj">
- <Project>{E6F4820C-30D4-4DDF-8890-517C9EFD92A8}</Project>
- <Name>CommonMPQ</Name>
- </ProjectReference>
- <ProjectReference Include="..\CommonLang\CommonLang.csproj">
- <Project>{1835E71D-0B6C-463D-B538-E68891E4DACB}</Project>
- <Name>CommonLang</Name>
- </ProjectReference>
- <ProjectReference Include="..\CommonNetwork\CommonNetwork.csproj">
- <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project>
- <Name>CommonNetwork</Name>
- </ProjectReference>
- <ProjectReference Include="..\CommonUI\CommonUI.csproj">
- <Project>{fe159004-4f5c-4a17-b633-e66d5a64acfb}</Project>
- <Name>CommonUI</Name>
- </ProjectReference>
- <ProjectReference Include="..\CommonUI_Unity3D\CommonUI_Unity3D.csproj">
- <Project>{3054ced6-df3b-4ddf-bead-03fcba15f6f0}</Project>
- <Name>CommonUI_Unity3D</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|