hytos / ID2.Manager / MarkusImageCreateAPI / MarkusImageCreateAPI.csproj @ 98fdb329
이력 | 보기 | 이력해설 | 다운로드 (6.49 KB)
1 | cce8e319 | taeseongkim | <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
---|---|---|---|
2 | <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" /> |
||
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 | <ProductVersion> |
||
8 | </ProductVersion> |
||
9 | <SchemaVersion>2.0</SchemaVersion> |
||
10 | <ProjectGuid>{55BA26BD-02BF-4BE8-BBDA-0496615E91C3}</ProjectGuid> |
||
11 | <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
||
12 | <OutputType>Library</OutputType> |
||
13 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
14 | <RootNamespace>MarkusImageCreateAPI</RootNamespace> |
||
15 | <AssemblyName>MarkusImageCreateAPI</AssemblyName> |
||
16 | <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
||
17 | <UseIISExpress>true</UseIISExpress> |
||
18 | <Use64BitIISExpress /> |
||
19 | <IISExpressSSLPort /> |
||
20 | <IISExpressAnonymousAuthentication /> |
||
21 | <IISExpressWindowsAuthentication /> |
||
22 | <IISExpressUseClassicPipelineMode /> |
||
23 | <UseGlobalApplicationHostFile /> |
||
24 | <NuGetPackageImportStamp> |
||
25 | </NuGetPackageImportStamp> |
||
26 | </PropertyGroup> |
||
27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
28 | <DebugSymbols>true</DebugSymbols> |
||
29 | <DebugType>full</DebugType> |
||
30 | <Optimize>false</Optimize> |
||
31 | <OutputPath>bin\</OutputPath> |
||
32 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
33 | <ErrorReport>prompt</ErrorReport> |
||
34 | <WarningLevel>4</WarningLevel> |
||
35 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
36 | <RegisterForComInterop>false</RegisterForComInterop> |
||
37 | <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
||
38 | </PropertyGroup> |
||
39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
40 | <DebugSymbols>true</DebugSymbols> |
||
41 | <DebugType>pdbonly</DebugType> |
||
42 | <Optimize>true</Optimize> |
||
43 | <OutputPath>bin\</OutputPath> |
||
44 | <DefineConstants>TRACE</DefineConstants> |
||
45 | <ErrorReport>prompt</ErrorReport> |
||
46 | <WarningLevel>4</WarningLevel> |
||
47 | </PropertyGroup> |
||
48 | <ItemGroup> |
||
49 | <Reference Include="Microsoft.CSharp" /> |
||
50 | <Reference Include="System.Web.DynamicData" /> |
||
51 | <Reference Include="System.Web.Entity" /> |
||
52 | <Reference Include="System.Web.ApplicationServices" /> |
||
53 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
54 | <Reference Include="System" /> |
||
55 | <Reference Include="System.Data" /> |
||
56 | <Reference Include="System.Core" /> |
||
57 | <Reference Include="System.Data.DataSetExtensions" /> |
||
58 | <Reference Include="System.Web.Extensions" /> |
||
59 | <Reference Include="System.Xml.Linq" /> |
||
60 | <Reference Include="System.Drawing" /> |
||
61 | <Reference Include="System.Web" /> |
||
62 | <Reference Include="System.Xml" /> |
||
63 | <Reference Include="System.Configuration" /> |
||
64 | <Reference Include="System.Web.Services" /> |
||
65 | <Reference Include="System.EnterpriseServices" /> |
||
66 | </ItemGroup> |
||
67 | <ItemGroup> |
||
68 | <Content Include="ImageCreate.asmx" /> |
||
69 | <Content Include="Web.config" /> |
||
70 | </ItemGroup> |
||
71 | <ItemGroup> |
||
72 | <Compile Include="ImageCreate.asmx.cs"> |
||
73 | <DependentUpon>ImageCreate.asmx</DependentUpon> |
||
74 | <SubType>Component</SubType> |
||
75 | </Compile> |
||
76 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
77 | </ItemGroup> |
||
78 | <ItemGroup> |
||
79 | <None Include="Web.Debug.config"> |
||
80 | <DependentUpon>Web.config</DependentUpon> |
||
81 | </None> |
||
82 | <None Include="Web.Release.config"> |
||
83 | <DependentUpon>Web.config</DependentUpon> |
||
84 | </None> |
||
85 | </ItemGroup> |
||
86 | <ItemGroup> |
||
87 | <Folder Include="Process\" /> |
||
88 | </ItemGroup> |
||
89 | <PropertyGroup> |
||
90 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
||
91 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
||
92 | </PropertyGroup> |
||
93 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
||
94 | <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
||
95 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
||
96 | <ProjectExtensions> |
||
97 | <VisualStudio> |
||
98 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
||
99 | <WebProjectProperties> |
||
100 | <UseIIS>True</UseIIS> |
||
101 | <AutoAssignPort>True</AutoAssignPort> |
||
102 | <DevelopmentServerPort>58425</DevelopmentServerPort> |
||
103 | <DevelopmentServerVPath>/</DevelopmentServerVPath> |
||
104 | <IISUrl>http://localhost:58425/</IISUrl> |
||
105 | <NTLMAuthentication>False</NTLMAuthentication> |
||
106 | <UseCustomServer>False</UseCustomServer> |
||
107 | <CustomServerUrl> |
||
108 | </CustomServerUrl> |
||
109 | <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
||
110 | </WebProjectProperties> |
||
111 | </FlavorProperties> |
||
112 | </VisualStudio> |
||
113 | </ProjectExtensions> |
||
114 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
||
115 | <PropertyGroup> |
||
116 | <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
||
117 | </PropertyGroup> |
||
118 | <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" /> |
||
119 | </Target> |
||
120 | <PropertyGroup> |
||
121 | <PreBuildEvent>REM RD "$(TargetDir)Process" |
||
122 | REM mD "$(TargetDir)Process" |
||
123 | REM xcopy /s "$(ProjectDir)..\publish\MarkusImageCreate\" "$(ProjectDir)Process\" /Y /F</PreBuildEvent> |
||
124 | </PropertyGroup> |
||
125 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
126 | Other similar extension points exist, see Microsoft.Common.targets. |
||
127 | <Target Name="BeforeBuild"> |
||
128 | </Target> |
||
129 | <Target Name="AfterBuild"> |
||
130 | </Target> |
||
131 | --> |
||
132 | </Project> |