168 lines
6.9 KiB
XML
168 lines
6.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{A0753218-2C58-4E4A-9017-A435D2E5F639}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>WzComparerR2.Avatar</RootNamespace>
|
|
<AssemblyName>WzComparerR2.Avatar</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
</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>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</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>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="DevComponents.DotNetBar2, Version=12.1.0.0, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\References\DevComponents.DotNetBar2.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="WzComparerR2">
|
|
<HintPath>..\..\wzcomparer1203\WzComparerR2.exe</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup Condition="Exists('..\Build\CommonAssemblyInfo.cs')">
|
|
<Compile Include="..\Build\CommonAssemblyInfo.cs">
|
|
<Link>Properties\CommonAssemblyInfo.cs</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Action.cs" />
|
|
<Compile Include="ActionFrame.cs" />
|
|
<Compile Include="UI\AvatarCodeForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\AvatarCodeForm.Designer.cs">
|
|
<DependentUpon>AvatarCodeForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\AvatarContainer.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\AvatarContainer.Designer.cs">
|
|
<DependentUpon>AvatarContainer.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\AvatarForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\AvatarForm.Designer.cs">
|
|
<DependentUpon>AvatarForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AvatarPart.cs" />
|
|
<Compile Include="Bone.cs" />
|
|
<Compile Include="Entry.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="AvatarCanvas.cs" />
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Skin.cs" />
|
|
<Compile Include="UI\AvatarPartButtonItem.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\AvatarPartButtonItem.Designer.cs">
|
|
<DependentUpon>AvatarPartButtonItem.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\LoadAvatarForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\LoadAvatarForm.Designer.cs">
|
|
<DependentUpon>LoadAvatarForm.cs</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="UI\AvatarCodeForm.resx">
|
|
<DependentUpon>AvatarCodeForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\AvatarForm.resx">
|
|
<DependentUpon>AvatarForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\AvatarPartButtonItem.resx">
|
|
<DependentUpon>AvatarPartButtonItem.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\LoadAvatarForm.resx">
|
|
<DependentUpon>LoadAvatarForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\user.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\arrow_in.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\lock.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\script_code.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Resources\disk.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Resources\export.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\WzComparerR2.Common\WzComparerR2.Common.csproj">
|
|
<Project>{818060bc-404c-470a-94b3-5160716c5247}</Project>
|
|
<Name>WzComparerR2.Common</Name>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\WzComparerR2.PluginBase\WzComparerR2.PluginBase.csproj">
|
|
<Project>{fa74a2fd-0250-4182-845d-dd98d829b525}</Project>
|
|
<Name>WzComparerR2.PluginBase</Name>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\WzComparerR2.WzLib\WzComparerR2.WzLib.csproj">
|
|
<Project>{0e9801fd-44a2-4af8-ae91-d6e74bad56b2}</Project>
|
|
<Name>WzComparerR2.WzLib</Name>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>xcopy "$(TargetDir)*.dll" "$(SolutionDir)WzComparerR2\bin\$(ConfigurationName)\Plugin\$(ProjectName)" /I /Y</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<!-- 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> |