mirror of
https://github.com/Brawl345/customizemii.git
synced 2024-11-10 18:35:10 +01:00
223 lines
9.3 KiB
XML
223 lines
9.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{46B7F0BC-101B-4167-95AD-4C5D78AA0A20}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>CustomizeMii</RootNamespace>
|
|
<AssemblyName>CustomizeMii</AssemblyName>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkSubset>
|
|
</TargetFrameworkSubset>
|
|
<ApplicationIcon>Resources\CustomizeMii.ico</ApplicationIcon>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>2.1.0.%2a</ApplicationVersion>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</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>
|
|
</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>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="CustomizeMiiInstaller, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\CustomizeMiiInstaller\bin\Debug\CustomizeMiiInstaller.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="BNS.cs" />
|
|
<Compile Include="CustomizeMii_BackgroundWorkers.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="CustomizeMii_BnsConvert.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="CustomizeMii_BnsConvert.Designer.cs">
|
|
<DependentUpon>CustomizeMii_BnsConvert.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="CustomizeMii_ComplexForwarder.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="CustomizeMii_ComplexForwarder.Designer.cs">
|
|
<DependentUpon>CustomizeMii_ComplexForwarder.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="CustomizeMii_DragDrop.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="CustomizeMii_Forwarders.cs" />
|
|
<Compile Include="CustomizeMii_Main.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="CustomizeMii_Main.Designer.cs">
|
|
<DependentUpon>CustomizeMii_Main.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="CustomizeMii_InputBox.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="CustomizeMii_InputBox.Designer.cs">
|
|
<DependentUpon>CustomizeMii_InputBox.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="CustomizeMii_PrivateFunctions.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="CustomizeMii_Transmit.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="CustomizeMii_Transmit.Designer.cs">
|
|
<DependentUpon>CustomizeMii_Transmit.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="CustomizeMii_zlib.cs" />
|
|
<Compile Include="MP3Info.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<EmbeddedResource Include="CustomizeMii_BnsConvert.resx">
|
|
<DependentUpon>CustomizeMii_BnsConvert.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="CustomizeMii_ComplexForwarder.resx">
|
|
<DependentUpon>CustomizeMii_ComplexForwarder.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="CustomizeMii_InputBox.resx">
|
|
<DependentUpon>CustomizeMii_InputBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="CustomizeMii_Main.resx">
|
|
<DependentUpon>CustomizeMii_Main.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="CustomizeMii_Transmit.resx">
|
|
<DependentUpon>CustomizeMii_Transmit.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<EmbeddedResource Include="Resources\comex.app" />
|
|
<EmbeddedResource Include="Resources\Waninkoko.app" />
|
|
<EmbeddedResource Include="CustomizeMii_Preview.resx">
|
|
<DependentUpon>CustomizeMii_Preview.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
<Compile Include="CustomizeMii_Structs.cs" />
|
|
<Compile Include="CustomizeMii_Preview.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="CustomizeMii_Preview.designer.cs">
|
|
<DependentUpon>CustomizeMii_Preview.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Wave.cs" />
|
|
<Compile Include="Wii.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="License.txt" />
|
|
<Content Include="Readme.txt" />
|
|
<Content Include="Instructions.txt" />
|
|
<None Include="app.config" />
|
|
<None Include="Resources\btnSend.png" />
|
|
<None Include="Resources\btnCreate.png" />
|
|
<None Include="Resources\CustomizeMii.ico" />
|
|
<None Include="Resources\Instructions.rtf" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ForwardMii\ForwardMii.csproj">
|
|
<Project>{20CB2CA7-6767-4758-97FA-97395F47CD6B}</Project>
|
|
<Name>ForwardMii</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> |