markus / ConvertService / ConverterService / ImageFields / ImageFields.csproj @ f280a4ce
이력 | 보기 | 이력해설 | 다운로드 (3.88 KB)
1 | 7ca218b3 | KangIngu | <?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)' == '' ">AnyCPU</Platform> |
||
6 | <ProductVersion>8.0.30703</ProductVersion> |
||
7 | <SchemaVersion>2.0</SchemaVersion> |
||
8 | <ProjectGuid>{AE5476A4-1E39-40C4-B80C-E44A8ACDB721}</ProjectGuid> |
||
9 | <OutputType>Library</OutputType> |
||
10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
11 | <RootNamespace>ImageFields</RootNamespace> |
||
12 | <AssemblyName>ImageFields</AssemblyName> |
||
13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
||
14 | <FileAlignment>512</FileAlignment> |
||
15 | </PropertyGroup> |
||
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
17 | <DebugSymbols>true</DebugSymbols> |
||
18 | <DebugType>full</DebugType> |
||
19 | <Optimize>true</Optimize> |
||
20 | <OutputPath>bin\Debug\</OutputPath> |
||
21 | <DefineConstants> |
||
22 | </DefineConstants> |
||
23 | <ErrorReport>prompt</ErrorReport> |
||
24 | <WarningLevel>4</WarningLevel> |
||
25 | </PropertyGroup> |
||
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
27 | <DebugType>pdbonly</DebugType> |
||
28 | <Optimize>true</Optimize> |
||
29 | <OutputPath>bin\Release\</OutputPath> |
||
30 | <DefineConstants> |
||
31 | </DefineConstants> |
||
32 | <ErrorReport>prompt</ErrorReport> |
||
33 | <WarningLevel>4</WarningLevel> |
||
34 | </PropertyGroup> |
||
35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
||
36 | <DebugSymbols>true</DebugSymbols> |
||
37 | <OutputPath>bin\x64\Debug\</OutputPath> |
||
38 | <Optimize>true</Optimize> |
||
39 | <DebugType>full</DebugType> |
||
40 | <PlatformTarget>x64</PlatformTarget> |
||
41 | <ErrorReport>prompt</ErrorReport> |
||
42 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
43 | </PropertyGroup> |
||
44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
||
45 | <OutputPath>bin\x64\Release\</OutputPath> |
||
46 | <Optimize>true</Optimize> |
||
47 | <DebugType>pdbonly</DebugType> |
||
48 | <PlatformTarget>x64</PlatformTarget> |
||
49 | <ErrorReport>prompt</ErrorReport> |
||
50 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
51 | </PropertyGroup> |
||
52 | <ItemGroup> |
||
53 | <Reference Include="PresentationCore" /> |
||
54 | <Reference Include="System" /> |
||
55 | <Reference Include="System.Core" /> |
||
56 | <Reference Include="System.Data.Entity.Design" /> |
||
57 | <Reference Include="System.Xaml" /> |
||
58 | <Reference Include="System.XML" /> |
||
59 | <Reference Include="System.Xml.Linq" /> |
||
60 | <Reference Include="System.Data.DataSetExtensions" /> |
||
61 | <Reference Include="Microsoft.CSharp" /> |
||
62 | <Reference Include="System.Data" /> |
||
63 | <Reference Include="WindowsBase" /> |
||
64 | </ItemGroup> |
||
65 | <ItemGroup> |
||
66 | <Compile Include="BitmapTransformer.cs" /> |
||
67 | <Compile Include="CachedFrame.cs" /> |
||
68 | <Compile Include="ImageFields.cs" /> |
||
69 | <Compile Include="DirectoryEventArgs.cs" /> |
||
70 | <Compile Include="DZTCommon.cs" /> |
||
71 | <Compile Include="DZTEvents.cs" /> |
||
72 | <Compile Include="FieldBase.cs" /> |
||
73 | <Compile Include="Image.cs" /> |
||
74 | <Compile Include="ImageFormat.cs" /> |
||
75 | <Compile Include="ImageInfoEventArgs.cs" /> |
||
76 | <Compile Include="MP4File.cs" /> |
||
77 | <Compile Include="OutputInfoEventArgs.cs" /> |
||
78 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
79 | <Compile Include="RectCollection.cs" /> |
||
80 | <Compile Include="ServerFormats.cs" /> |
||
81 | <Compile Include="SmoothStreamingFile.cs" /> |
||
82 | <Compile Include="SparseImageCreator.cs" /> |
||
83 | <Compile Include="StreamEventArgs.cs" /> |
||
84 | </ItemGroup> |
||
85 | <ItemGroup> |
||
86 | <WCFMetadata Include="Service References\" /> |
||
87 | </ItemGroup> |
||
88 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
89 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
90 | Other similar extension points exist, see Microsoft.Common.targets. |
||
91 | <Target Name="BeforeBuild"> |
||
92 | </Target> |
||
93 | <Target Name="AfterBuild"> |
||
94 | </Target> |
||
95 | --> |
||
96 | </Project> |