当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
8 Star 18 Fork 5

ZonyGroup / ZonyLrcDownload_停止维护_详见ReadMe
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Zony Lrc Download 2.0.csproj 8.65 KB
一键复制 编辑 原始数据 按行查看 历史
Zony 提交于 2016-08-29 21:06 . Mod 更新输出路径
<?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>{5FB07048-6350-49BF-94EB-19C60AF79C5D}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Zony_Lrc_Download_2._0</RootNamespace>
<AssemblyName>Zony Lrc Download</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>发布\</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>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<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' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<StartupObject>Zony_Lrc_Download_2._0.Program</StartupObject>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Icon\6.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Core" />
<Reference Include="System.DirectoryServices" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Class\Configs\Config.cs" />
<Compile Include="Class\Configs\Ver.cs" />
<Compile Include="Class\Plugins\PlugStatus.cs" />
<Compile Include="Class\Plugins\Untiy.cs" />
<Compile Include="Class\UI\UI_From.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Class\Utils\NetUtils.cs" />
<Compile Include="Class\Utils\FileOperate\FileSearch.cs" />
<Compile Include="Class\Utils\FileOperate\FileWrite.cs" />
<Compile Include="Class\Utils\FuncUtils.cs" />
<Compile Include="Class\Utils\LongLife.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Resource1.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource1.resx</DependentUpon>
</Compile>
<Compile Include="Window\Window_Config.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Window\Window_Config.Designer.cs">
<DependentUpon>Window_Config.cs</DependentUpon>
</Compile>
<Compile Include="Window\Window_Donate.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Window\Window_Donate.Designer.cs">
<DependentUpon>Window_Donate.cs</DependentUpon>
</Compile>
<Compile Include="Window\Window_Main.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Window\Window_Main.Designer.cs">
<DependentUpon>Window_Main.cs</DependentUpon>
</Compile>
<Compile Include="Window\Window_Plugins.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Window\Window_Plugins.Designer.cs">
<DependentUpon>Window_Plugins.cs</DependentUpon>
</Compile>
<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>
<EmbeddedResource Include="Resource1.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resource1.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Window\Window_Config.resx">
<DependentUpon>Window_Config.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Window\Window_Donate.resx">
<DependentUpon>Window_Donate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Window\Window_Main.resx">
<DependentUpon>Window_Main.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Window\Window_Plugins.resx">
<DependentUpon>Window_Plugins.cs</DependentUpon>
</EmbeddedResource>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="Dll\ID3.dll" />
<Content Include="Dll\Newtonsoft.Json.dll" />
<Content Include="Icon\6.ico" />
<Content Include="Icon\discuz.ico" />
<Content Include="Icon\down.ico" />
<Content Include="Icon\plugins.ico" />
<Content Include="Icon\search.ico" />
<Content Include="Icon\Set.ico" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="Lib\LibIPlug\LibIPlug\LibIPlug.csproj">
<Project>{b63b284d-935c-4de5-b165-f9e756ae02a4}</Project>
<Name>LibIPlug</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</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>
<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
<Visible>False</Visible>
<ProductName>Windows Installer 4.5</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy "$(SolutionDir)\DLL\ID3.dll" "$(TargetDir)"
copy "$(SolutionDir)\DLL\Newtonsoft.Json.dll" "$(TargetDir)"</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
</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>
C#
1
https://gitee.com/jokers/ZonyLrcDownload.git
git@gitee.com:jokers/ZonyLrcDownload.git
jokers
ZonyLrcDownload
ZonyLrcDownload_停止维护_详见ReadMe
master

搜索帮助