프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / IIpc / IIpc.csproj @ 9d5b4bc2

이력 | 보기 | 이력해설 | 다운로드 (2.69 KB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
  <PropertyGroup>
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
    <ProjectGuid>{07282278-92D8-4010-AF9F-313C2AAB08DF}</ProjectGuid>
8
    <OutputType>Library</OutputType>
9
    <RootNamespace>IIpc</RootNamespace>
10
    <AssemblyName>IIpc</AssemblyName>
11
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14
    <Deterministic>true</Deterministic>
15
  </PropertyGroup>
16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17
    <PlatformTarget>AnyCPU</PlatformTarget>
18
    <DebugSymbols>true</DebugSymbols>
19
    <DebugType>full</DebugType>
20
    <Optimize>false</Optimize>
21
    <OutputPath>bin\Debug\</OutputPath>
22
    <DefineConstants>DEBUG;TRACE</DefineConstants>
23
    <ErrorReport>prompt</ErrorReport>
24
    <WarningLevel>4</WarningLevel>
25
  </PropertyGroup>
26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27
    <PlatformTarget>AnyCPU</PlatformTarget>
28
    <DebugType>pdbonly</DebugType>
29
    <Optimize>true</Optimize>
30
    <OutputPath>bin\Release\</OutputPath>
31
    <DefineConstants>TRACE</DefineConstants>
32
    <ErrorReport>prompt</ErrorReport>
33
    <WarningLevel>4</WarningLevel>
34
  </PropertyGroup>
35
  <PropertyGroup>
36
    <StartupObject />
37
  </PropertyGroup>
38
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'">
39
    <OutputPath>bin\Release_Default\</OutputPath>
40
    <DefineConstants>TRACE</DefineConstants>
41
    <Optimize>true</Optimize>
42
    <DebugType>pdbonly</DebugType>
43
    <PlatformTarget>AnyCPU</PlatformTarget>
44
    <ErrorReport>prompt</ErrorReport>
45
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
46
  </PropertyGroup>
47
  <ItemGroup>
48
    <None Include="App.config" />
49
  </ItemGroup>
50
  <ItemGroup>
51
    <Compile Include="IIpcClient.cs" />
52
    <Compile Include="IIpcServer.cs" />
53
    <Compile Include="IpcDownloadStatusArgs.cs" />
54
    <Compile Include="IpcThumbnailEventArgs.cs" />
55
    <Compile Include="ProcessTypeDefine.cs" />
56
    <Compile Include="WcfClient.cs" />
57
    <Compile Include="WcfServer.cs" />
58
  </ItemGroup>
59
  <ItemGroup>
60
    <Reference Include="System" />
61
    <Reference Include="System.ServiceModel" />
62
  </ItemGroup>
63
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
64
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)