markus / ConvertService / ConverterService / IConverterPDF / IConverterPDF.csproj @ fc4e50f2
이력 | 보기 | 이력해설 | 다운로드 (3.32 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
<PropertyGroup> |
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 |
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
6 |
<ProductVersion>8.0.30703</ProductVersion> |
7 |
<SchemaVersion>2.0</SchemaVersion> |
8 |
<ProjectGuid>{5B120817-FDAD-4D84-8A22-2505337D7FB0}</ProjectGuid> |
9 |
<OutputType>Library</OutputType> |
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
<RootNamespace>ConverterPDF</RootNamespace> |
12 |
<AssemblyName>ConverterPDF</AssemblyName> |
13 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 |
<TargetFrameworkProfile> |
15 |
</TargetFrameworkProfile> |
16 |
<FileAlignment>512</FileAlignment> |
17 |
</PropertyGroup> |
18 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
19 |
<PlatformTarget>AnyCPU</PlatformTarget> |
20 |
<DebugSymbols>true</DebugSymbols> |
21 |
<DebugType>full</DebugType> |
22 |
<Optimize>false</Optimize> |
23 |
<OutputPath>bin\Debug\</OutputPath> |
24 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
25 |
<ErrorReport>prompt</ErrorReport> |
26 |
<WarningLevel>4</WarningLevel> |
27 |
</PropertyGroup> |
28 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
29 |
<PlatformTarget>x86</PlatformTarget> |
30 |
<DebugType>pdbonly</DebugType> |
31 |
<Optimize>true</Optimize> |
32 |
<OutputPath>bin\Release\</OutputPath> |
33 |
<DefineConstants>TRACE</DefineConstants> |
34 |
<ErrorReport>prompt</ErrorReport> |
35 |
<WarningLevel>4</WarningLevel> |
36 |
</PropertyGroup> |
37 |
<PropertyGroup> |
38 |
<StartupObject /> |
39 |
</PropertyGroup> |
40 |
<PropertyGroup> |
41 |
<SignAssembly>false</SignAssembly> |
42 |
</PropertyGroup> |
43 |
<PropertyGroup> |
44 |
<AssemblyOriginatorKeyFile> |
45 |
</AssemblyOriginatorKeyFile> |
46 |
</PropertyGroup> |
47 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
48 |
<PlatformTarget>AnyCPU</PlatformTarget> |
49 |
<OutputPath>bin\Debug\</OutputPath> |
50 |
</PropertyGroup> |
51 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
52 |
<PlatformTarget>AnyCPU</PlatformTarget> |
53 |
<OutputPath>bin\Release\</OutputPath> |
54 |
</PropertyGroup> |
55 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
56 |
<DebugSymbols>true</DebugSymbols> |
57 |
<OutputPath>bin\x64\Debug\</OutputPath> |
58 |
<PlatformTarget>x64</PlatformTarget> |
59 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
60 |
</PropertyGroup> |
61 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
62 |
<OutputPath>bin\x64\Release\</OutputPath> |
63 |
<PlatformTarget>x64</PlatformTarget> |
64 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
65 |
</PropertyGroup> |
66 |
<ItemGroup> |
67 |
<Compile Include="Cache.cs" /> |
68 |
<Compile Include="InterfaceConverterPDF.cs" /> |
69 |
<Compile Include="RemConverterPDFObject.cs" /> |
70 |
</ItemGroup> |
71 |
<ItemGroup> |
72 |
<Reference Include="System" /> |
73 |
</ItemGroup> |
74 |
<ItemGroup> |
75 |
<None Include="app.config" /> |
76 |
</ItemGroup> |
77 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
78 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
79 |
Other similar extension points exist, see Microsoft.Common.targets. |
80 |
<Target Name="BeforeBuild"> |
81 |
</Target> |
82 |
<Target Name="AfterBuild"> |
83 |
</Target> |
84 |
--> |
85 |
</Project> |