개정판 9d5b4bc2
auto Update 기능 추가
Change-Id: I195d4506bd1dd9cfd58dbdeada74e89a1b9d307e
IIpc/IIpc.csproj | ||
---|---|---|
35 | 35 |
<PropertyGroup> |
36 | 36 |
<StartupObject /> |
37 | 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> |
|
38 | 47 |
<ItemGroup> |
39 | 48 |
<None Include="App.config" /> |
40 | 49 |
</ItemGroup> |
... | ... | |
43 | 52 |
<Compile Include="IIpcServer.cs" /> |
44 | 53 |
<Compile Include="IpcDownloadStatusArgs.cs" /> |
45 | 54 |
<Compile Include="IpcThumbnailEventArgs.cs" /> |
55 |
<Compile Include="ProcessTypeDefine.cs" /> |
|
46 | 56 |
<Compile Include="WcfClient.cs" /> |
47 | 57 |
<Compile Include="WcfServer.cs" /> |
48 | 58 |
</ItemGroup> |
내보내기 Unified diff