추가개발01/02_3
This commit is contained in:
parent
1cd770aacb
commit
238774b9a0
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
<LastActiveSolutionConfig>Staging|Any CPU</LastActiveSolutionConfig>
|
||||||
<UseIISExpress>false</UseIISExpress>
|
<UseIISExpress>false</UseIISExpress>
|
||||||
<Use64BitIISExpress />
|
<Use64BitIISExpress />
|
||||||
<IISExpressSSLPort />
|
<IISExpressSSLPort />
|
||||||
|
|
|
||||||
18
FO/FO.csproj
18
FO/FO.csproj
|
|
@ -761,8 +761,15 @@
|
||||||
<Content Include="Properties\PublishProfiles\FolderProfile.pubxml" />
|
<Content Include="Properties\PublishProfiles\FolderProfile.pubxml" />
|
||||||
<Content Include="Web.Develop.config">
|
<Content Include="Web.Develop.config">
|
||||||
<DependentUpon>Web.config</DependentUpon>
|
<DependentUpon>Web.config</DependentUpon>
|
||||||
|
<<<<<<< HEAD
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="Web.Staging.config" />
|
<Content Include="Web.Staging.config" />
|
||||||
|
=======
|
||||||
|
</None>
|
||||||
|
<None Include="Web.Staging.config">
|
||||||
|
<DependentUpon>Web.config</DependentUpon>
|
||||||
|
</None>
|
||||||
|
>>>>>>> eab050b (추가개발01/02_3)
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Base\Base.csproj">
|
<ProjectReference Include="..\Base\Base.csproj">
|
||||||
|
|
@ -785,8 +792,19 @@
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Develop|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Develop|AnyCPU'">
|
||||||
<OutputPath>bin\</OutputPath>
|
<OutputPath>bin\</OutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<<<<<<< HEAD
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Staging|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Staging|AnyCPU'">
|
||||||
<OutputPath>bin\</OutputPath>
|
<OutputPath>bin\</OutputPath>
|
||||||
|
=======
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Staging|AnyCPU' ">
|
||||||
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
<OutputPath>bin\</OutputPath>
|
||||||
|
<DefineConstants>TRACE</DefineConstants>
|
||||||
|
<Optimize>true</Optimize>
|
||||||
|
<DebugType>pdbonly</DebugType>
|
||||||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
>>>>>>> eab050b (추가개발01/02_3)
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
<LastActiveSolutionConfig>Staging|Any CPU</LastActiveSolutionConfig>
|
||||||
<ProjectView>ShowAllFiles</ProjectView>
|
<ProjectView>ProjectFiles</ProjectView>
|
||||||
<UseIISExpress>false</UseIISExpress>
|
<UseIISExpress>false</UseIISExpress>
|
||||||
<Use64BitIISExpress />
|
<Use64BitIISExpress />
|
||||||
<IISExpressSSLPort />
|
<IISExpressSSLPort />
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@ Global
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
Release|Any CPU = Release|Any CPU
|
Release|Any CPU = Release|Any CPU
|
||||||
Staging|Any CPU = Staging|Any CPU
|
Staging|Any CPU = Staging|Any CPU
|
||||||
|
Web.Staging.config|Any CPU = Web.Staging.config|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
{7D8C3282-ED23-4275-A8B6-C2533B06E30C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{7D8C3282-ED23-4275-A8B6-C2533B06E30C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
|
@ -38,30 +39,40 @@ Global
|
||||||
{7D8C3282-ED23-4275-A8B6-C2533B06E30C}.Release|Any CPU.Build.0 = Release|Any CPU
|
{7D8C3282-ED23-4275-A8B6-C2533B06E30C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
{7D8C3282-ED23-4275-A8B6-C2533B06E30C}.Staging|Any CPU.ActiveCfg = Debug|Any CPU
|
{7D8C3282-ED23-4275-A8B6-C2533B06E30C}.Staging|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{7D8C3282-ED23-4275-A8B6-C2533B06E30C}.Staging|Any CPU.Build.0 = Debug|Any CPU
|
{7D8C3282-ED23-4275-A8B6-C2533B06E30C}.Staging|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{7D8C3282-ED23-4275-A8B6-C2533B06E30C}.Web.Staging.config|Any CPU.ActiveCfg = Staging|Any CPU
|
||||||
|
{7D8C3282-ED23-4275-A8B6-C2533B06E30C}.Web.Staging.config|Any CPU.Build.0 = Staging|Any CPU
|
||||||
{707F0AAA-F7B7-414D-B763-33DE10980702}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{707F0AAA-F7B7-414D-B763-33DE10980702}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{707F0AAA-F7B7-414D-B763-33DE10980702}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{707F0AAA-F7B7-414D-B763-33DE10980702}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{707F0AAA-F7B7-414D-B763-33DE10980702}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{707F0AAA-F7B7-414D-B763-33DE10980702}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{707F0AAA-F7B7-414D-B763-33DE10980702}.Release|Any CPU.Build.0 = Release|Any CPU
|
{707F0AAA-F7B7-414D-B763-33DE10980702}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
{707F0AAA-F7B7-414D-B763-33DE10980702}.Staging|Any CPU.ActiveCfg = Debug|Any CPU
|
{707F0AAA-F7B7-414D-B763-33DE10980702}.Staging|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{707F0AAA-F7B7-414D-B763-33DE10980702}.Staging|Any CPU.Build.0 = Debug|Any CPU
|
{707F0AAA-F7B7-414D-B763-33DE10980702}.Staging|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{707F0AAA-F7B7-414D-B763-33DE10980702}.Web.Staging.config|Any CPU.ActiveCfg = Staging|Any CPU
|
||||||
|
{707F0AAA-F7B7-414D-B763-33DE10980702}.Web.Staging.config|Any CPU.Build.0 = Staging|Any CPU
|
||||||
{748E363F-863F-4CAA-BB9B-B3BE3BE7607E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{748E363F-863F-4CAA-BB9B-B3BE3BE7607E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{748E363F-863F-4CAA-BB9B-B3BE3BE7607E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{748E363F-863F-4CAA-BB9B-B3BE3BE7607E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{748E363F-863F-4CAA-BB9B-B3BE3BE7607E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{748E363F-863F-4CAA-BB9B-B3BE3BE7607E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{748E363F-863F-4CAA-BB9B-B3BE3BE7607E}.Release|Any CPU.Build.0 = Release|Any CPU
|
{748E363F-863F-4CAA-BB9B-B3BE3BE7607E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
{748E363F-863F-4CAA-BB9B-B3BE3BE7607E}.Staging|Any CPU.ActiveCfg = Debug|Any CPU
|
{748E363F-863F-4CAA-BB9B-B3BE3BE7607E}.Staging|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{748E363F-863F-4CAA-BB9B-B3BE3BE7607E}.Staging|Any CPU.Build.0 = Debug|Any CPU
|
{748E363F-863F-4CAA-BB9B-B3BE3BE7607E}.Staging|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{748E363F-863F-4CAA-BB9B-B3BE3BE7607E}.Web.Staging.config|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{748E363F-863F-4CAA-BB9B-B3BE3BE7607E}.Web.Staging.config|Any CPU.Build.0 = Release|Any CPU
|
||||||
{ED9C46ED-D635-4F9B-8372-599EEB050673}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{ED9C46ED-D635-4F9B-8372-599EEB050673}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{ED9C46ED-D635-4F9B-8372-599EEB050673}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{ED9C46ED-D635-4F9B-8372-599EEB050673}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{ED9C46ED-D635-4F9B-8372-599EEB050673}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{ED9C46ED-D635-4F9B-8372-599EEB050673}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{ED9C46ED-D635-4F9B-8372-599EEB050673}.Release|Any CPU.Build.0 = Release|Any CPU
|
{ED9C46ED-D635-4F9B-8372-599EEB050673}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
{ED9C46ED-D635-4F9B-8372-599EEB050673}.Staging|Any CPU.ActiveCfg = Debug|Any CPU
|
{ED9C46ED-D635-4F9B-8372-599EEB050673}.Staging|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{ED9C46ED-D635-4F9B-8372-599EEB050673}.Staging|Any CPU.Build.0 = Debug|Any CPU
|
{ED9C46ED-D635-4F9B-8372-599EEB050673}.Staging|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{ED9C46ED-D635-4F9B-8372-599EEB050673}.Web.Staging.config|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{ED9C46ED-D635-4F9B-8372-599EEB050673}.Web.Staging.config|Any CPU.Build.0 = Release|Any CPU
|
||||||
{CCAA0B88-D2FD-450C-8EF3-D5F9C6C93B25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{CCAA0B88-D2FD-450C-8EF3-D5F9C6C93B25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{CCAA0B88-D2FD-450C-8EF3-D5F9C6C93B25}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{CCAA0B88-D2FD-450C-8EF3-D5F9C6C93B25}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{CCAA0B88-D2FD-450C-8EF3-D5F9C6C93B25}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{CCAA0B88-D2FD-450C-8EF3-D5F9C6C93B25}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{CCAA0B88-D2FD-450C-8EF3-D5F9C6C93B25}.Release|Any CPU.Build.0 = Release|Any CPU
|
{CCAA0B88-D2FD-450C-8EF3-D5F9C6C93B25}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
{CCAA0B88-D2FD-450C-8EF3-D5F9C6C93B25}.Staging|Any CPU.ActiveCfg = Debug|Any CPU
|
{CCAA0B88-D2FD-450C-8EF3-D5F9C6C93B25}.Staging|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{CCAA0B88-D2FD-450C-8EF3-D5F9C6C93B25}.Staging|Any CPU.Build.0 = Debug|Any CPU
|
{CCAA0B88-D2FD-450C-8EF3-D5F9C6C93B25}.Staging|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{CCAA0B88-D2FD-450C-8EF3-D5F9C6C93B25}.Web.Staging.config|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{CCAA0B88-D2FD-450C-8EF3-D5F9C6C93B25}.Web.Staging.config|Any CPU.Build.0 = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue