추가개발01/02_3
This commit is contained in:
parent
238774b9a0
commit
cb7943c885
10
FO/FO.csproj
10
FO/FO.csproj
|
|
@ -761,15 +761,10 @@
|
|||
<Content Include="Properties\PublishProfiles\FolderProfile.pubxml" />
|
||||
<Content Include="Web.Develop.config">
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
<<<<<<< HEAD
|
||||
</Content>
|
||||
<Content Include="Web.Staging.config" />
|
||||
=======
|
||||
</None>
|
||||
<None Include="Web.Staging.config">
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
</None>
|
||||
>>>>>>> eab050b (추가개발01/02_3)
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Base\Base.csproj">
|
||||
|
|
@ -792,10 +787,6 @@
|
|||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Develop|AnyCPU'">
|
||||
<OutputPath>bin\</OutputPath>
|
||||
</PropertyGroup>
|
||||
<<<<<<< HEAD
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Staging|AnyCPU'">
|
||||
<OutputPath>bin\</OutputPath>
|
||||
=======
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Staging|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\</OutputPath>
|
||||
|
|
@ -804,7 +795,6 @@
|
|||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
>>>>>>> eab050b (추가개발01/02_3)
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<LastActiveSolutionConfig>Staging|Any CPU</LastActiveSolutionConfig>
|
||||
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||
<ProjectView>ProjectFiles</ProjectView>
|
||||
<UseIISExpress>false</UseIISExpress>
|
||||
<Use64BitIISExpress />
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue