1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/sutroon-SuePhotoManager_2_0

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
SuePhotoManager_2_0.csproj 5.8 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
SoChishun Отправлено 11.07.2016 09:14 8ab1868
<?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>{5F258C72-2BAF-4C2D-8848-22284F78DF5D}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SuePhotoManager_2_0</RootNamespace>
<AssemblyName>SuePhotoManager_2_0</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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>
<ApplicationIcon>Resources\rename64_ico.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<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="AppUtil\AppConf.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Reslib.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reslib.resx</DependentUpon>
</Compile>
<Compile Include="VLayer\About\FrmAbout.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="VLayer\About\FrmAbout.Designer.cs">
<DependentUpon>FrmAbout.cs</DependentUpon>
</Compile>
<Compile Include="VLayer\Help\FrmHelp.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="VLayer\Help\FrmHelp.Designer.cs">
<DependentUpon>FrmHelp.cs</DependentUpon>
</Compile>
<Compile Include="VLayer\Index\FrmIndex.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="VLayer\Index\FrmIndex.Designer.cs">
<DependentUpon>FrmIndex.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>
</Compile>
<EmbeddedResource Include="Reslib.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Reslib.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="VLayer\About\FrmAbout.resx">
<DependentUpon>FrmAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="VLayer\Help\FrmHelp.resx">
<DependentUpon>FrmHelp.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="VLayer\Index\FrmIndex.resx">
<DependentUpon>FrmIndex.cs</DependentUpon>
</EmbeddedResource>
<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="ProjectResourceLibrary\release.txt" />
<Content Include="ProjectResourceLibrary\ReadMe.txt" />
<Content Include="ProjectResourceLibrary\project_note.txt" />
<Content Include="ProjectResourceLibrary\snapshot\1.png" />
<Content Include="ProjectResourceLibrary\snapshot\2.png" />
<Content Include="ProjectResourceLibrary\snapshot\3.png" />
<Content Include="ProjectResourceLibrary\snapshot\4.png" />
<Content Include="ProjectResourceLibrary\snapshot\5.png" />
<Content Include="ProjectResourceLibrary\snapshot\6.png" />
<Content Include="ProjectResourceLibrary\snapshot\7.png" />
<None Include="Resources\help.txt" />
<None Include="Resources\rename64_ico.ico" />
<None Include="Resources\rename64_png.png" />
</ItemGroup>
<ItemGroup>
<Folder Include="MLayer\" />
</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>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/sutroon-SuePhotoManager_2_0.git
git@api.gitlife.ru:oschina-mirror/sutroon-SuePhotoManager_2_0.git
oschina-mirror
sutroon-SuePhotoManager_2_0
sutroon-SuePhotoManager_2_0
master