프로젝트

일반

사용자정보

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

markus / MarkusLogview / ServiceInterface / ServiceInterface.csproj @ 84578b97

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

1
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
  <Import Project="..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props')" />
3
  <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
4
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5
  <PropertyGroup>
6
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8
    <ProductVersion>
9
    </ProductVersion>
10
    <SchemaVersion>2.0</SchemaVersion>
11
    <ProjectGuid>{921DC241-BCA9-40E1-B4B6-661053FCDCE3}</ProjectGuid>
12
    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
13
    <OutputType>Library</OutputType>
14
    <AppDesignerFolder>Properties</AppDesignerFolder>
15
    <RootNamespace>ServiceInterface</RootNamespace>
16
    <AssemblyName>ServiceInterface</AssemblyName>
17
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
18
    <UseIISExpress>true</UseIISExpress>
19
    <Use64BitIISExpress />
20
    <IISExpressSSLPort />
21
    <IISExpressAnonymousAuthentication />
22
    <IISExpressWindowsAuthentication />
23
    <IISExpressUseClassicPipelineMode />
24
    <UseGlobalApplicationHostFile />
25
    <NuGetPackageImportStamp>
26
    </NuGetPackageImportStamp>
27
  </PropertyGroup>
28
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
29
    <DebugSymbols>true</DebugSymbols>
30
    <DebugType>full</DebugType>
31
    <Optimize>false</Optimize>
32
    <OutputPath>bin\</OutputPath>
33
    <DefineConstants>DEBUG;TRACE</DefineConstants>
34
    <ErrorReport>prompt</ErrorReport>
35
    <WarningLevel>4</WarningLevel>
36
  </PropertyGroup>
37
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
38
    <DebugSymbols>true</DebugSymbols>
39
    <DebugType>pdbonly</DebugType>
40
    <Optimize>true</Optimize>
41
    <OutputPath>bin\</OutputPath>
42
    <DefineConstants>TRACE</DefineConstants>
43
    <ErrorReport>prompt</ErrorReport>
44
    <WarningLevel>4</WarningLevel>
45
  </PropertyGroup>
46
  <ItemGroup>
47
    <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
48
      <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
49
    </Reference>
50
    <Reference Include="Microsoft.CSharp" />
51
    <Reference Include="System.Web.DynamicData" />
52
    <Reference Include="System.Web.Entity" />
53
    <Reference Include="System.Web.ApplicationServices" />
54
    <Reference Include="System.ComponentModel.DataAnnotations" />
55
    <Reference Include="System" />
56
    <Reference Include="System.Data" />
57
    <Reference Include="System.Core" />
58
    <Reference Include="System.Data.DataSetExtensions" />
59
    <Reference Include="System.Web.Extensions" />
60
    <Reference Include="System.Xml.Linq" />
61
    <Reference Include="System.Drawing" />
62
    <Reference Include="System.Web" />
63
    <Reference Include="System.Xml" />
64
    <Reference Include="System.Configuration" />
65
    <Reference Include="System.Web.Services" />
66
    <Reference Include="System.EnterpriseServices" />
67
  </ItemGroup>
68
  <ItemGroup>
69
    <None Include="packages.config" />
70
    <None Include="Web.Debug.config">
71
      <DependentUpon>Web.config</DependentUpon>
72
    </None>
73
    <None Include="Web.Release.config">
74
      <DependentUpon>Web.config</DependentUpon>
75
    </None>
76
  </ItemGroup>
77
  <ItemGroup>
78
    <Content Include="Web.config" />
79
  </ItemGroup>
80
  <ItemGroup>
81
    <Compile Include="LogView_Interface.cs" />
82
    <Compile Include="Properties\AssemblyInfo.cs" />
83
    <Compile Include="ServiceEventLogger.cs" />
84
  </ItemGroup>
85
  <PropertyGroup>
86
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
87
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
88
  </PropertyGroup>
89
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
90
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
91
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
92
  <ProjectExtensions>
93
    <VisualStudio>
94
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
95
        <WebProjectProperties>
96
          <UseIIS>True</UseIIS>
97
          <AutoAssignPort>True</AutoAssignPort>
98
          <DevelopmentServerPort>56934</DevelopmentServerPort>
99
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
100
          <IISUrl>http://localhost:56934/</IISUrl>
101
          <NTLMAuthentication>False</NTLMAuthentication>
102
          <UseCustomServer>False</UseCustomServer>
103
          <CustomServerUrl>
104
          </CustomServerUrl>
105
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
106
        </WebProjectProperties>
107
      </FlavorProperties>
108
    </VisualStudio>
109
  </ProjectExtensions>
110
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
111
    <PropertyGroup>
112
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
113
    </PropertyGroup>
114
    <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
115
    <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props'))" />
116
  </Target>
117
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
118
       Other similar extension points exist, see Microsoft.Common.targets.
119
  <Target Name="BeforeBuild">
120
  </Target>
121
  <Target Name="AfterBuild">
122
  </Target>
123
  -->
124
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)