프로젝트

일반

사용자정보

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

markus / MarkusAutoUpdate / AppCastHostingTest / AppCastHostingTest.csproj @ a1e2ba68

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

1 a1e2ba68 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>{0FF9E486-6B75-4AD3-96E6-A170B39F462F}</ProjectGuid>
11
    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
12
    <OutputType>Library</OutputType>
13
    <AppDesignerFolder>Properties</AppDesignerFolder>
14
    <RootNamespace>AppCastHostingTest</RootNamespace>
15
    <AssemblyName>AppCastHostingTest</AssemblyName>
16
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
17
    <UseIISExpress>true</UseIISExpress>
18
    <Use64BitIISExpress />
19
    <IISExpressSSLPort>44331</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
  </PropertyGroup>
36
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
37
    <DebugSymbols>true</DebugSymbols>
38
    <DebugType>pdbonly</DebugType>
39
    <Optimize>true</Optimize>
40
    <OutputPath>bin\</OutputPath>
41
    <DefineConstants>TRACE</DefineConstants>
42
    <ErrorReport>prompt</ErrorReport>
43
    <WarningLevel>4</WarningLevel>
44
  </PropertyGroup>
45
  <ItemGroup>
46
    <Reference Include="Microsoft.CSharp" />
47
    <Reference Include="System.Web.DynamicData" />
48
    <Reference Include="System.Web.Entity" />
49
    <Reference Include="System.Web.ApplicationServices" />
50
    <Reference Include="System.ComponentModel.DataAnnotations" />
51
    <Reference Include="System" />
52
    <Reference Include="System.Data" />
53
    <Reference Include="System.Core" />
54
    <Reference Include="System.Data.DataSetExtensions" />
55
    <Reference Include="System.Web.Extensions" />
56
    <Reference Include="System.Xml.Linq" />
57
    <Reference Include="System.Drawing" />
58
    <Reference Include="System.Web" />
59
    <Reference Include="System.Xml" />
60
    <Reference Include="System.Configuration" />
61
    <Reference Include="System.Web.Services" />
62
    <Reference Include="System.EnterpriseServices" />
63
  </ItemGroup>
64
  <ItemGroup>
65
    <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
66
      <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
67
    </Reference>
68
  </ItemGroup>
69
  <ItemGroup>
70
    <Content Include="Index.html" />
71
    <None Include="MarkusUpdate\appcast.xml">
72
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
73
    </None>
74
    <None Include="MarkusUpdate\MarkusUpdate.html">
75
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
76
    </None>
77
    <Content Include="Web.config" />
78
  </ItemGroup>
79
  <ItemGroup>
80
    <Compile Include="Properties\AssemblyInfo.cs" />
81
  </ItemGroup>
82
  <ItemGroup>
83
    <None Include="MarkusUpdate\3.4.1221.1\Markus_3.4.1221.1.zip">
84
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
85
    </None>
86
    <None Include="MarkusUpdate\appcast.xml.signature">
87
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
88
    </None>
89
    <None Include="MarkusUpdate\web.config">
90
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
91
    </None>
92
    <None Include="packages.config" />
93
    <None Include="Web.Debug.config">
94
      <DependentUpon>Web.config</DependentUpon>
95
    </None>
96
    <None Include="Web.Release.config">
97
      <DependentUpon>Web.config</DependentUpon>
98
    </None>
99
  </ItemGroup>
100
  <PropertyGroup>
101
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
102
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
103
  </PropertyGroup>
104
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
105
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
106
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
107
  <ProjectExtensions>
108
    <VisualStudio>
109
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
110
        <WebProjectProperties>
111
          <UseIIS>True</UseIIS>
112
          <AutoAssignPort>True</AutoAssignPort>
113
          <DevelopmentServerPort>54256</DevelopmentServerPort>
114
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
115
          <IISUrl>http://localhost:44311/</IISUrl>
116
          <NTLMAuthentication>False</NTLMAuthentication>
117
          <UseCustomServer>False</UseCustomServer>
118
          <CustomServerUrl>
119
          </CustomServerUrl>
120
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
121
        </WebProjectProperties>
122
      </FlavorProperties>
123
    </VisualStudio>
124
  </ProjectExtensions>
125
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
126
    <PropertyGroup>
127
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
128
    </PropertyGroup>
129
    <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'))" />
130
  </Target>
131
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
132
       Other similar extension points exist, see Microsoft.Common.targets.
133
  <Target Name="BeforeBuild">
134
  </Target>
135
  <Target Name="AfterBuild">
136
  </Target>
137
  -->
138
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)