markus / ConvertService / ServiceBase / StationControllerSQL / StationControllerSQL.sqlproj @ 927e0240
이력 | 보기 | 이력해설 | 다운로드 (3.32 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
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 |
<Name>StationControllerSQL</Name> |
8 |
<SchemaVersion>2.0</SchemaVersion> |
9 |
<ProjectVersion>4.1</ProjectVersion> |
10 |
<ProjectGuid>{58c58ddf-311d-4108-a12b-1090c39e718b}</ProjectGuid> |
11 |
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql140DatabaseSchemaProvider</DSP> |
12 |
<OutputType>Database</OutputType> |
13 |
<RootPath> |
14 |
</RootPath> |
15 |
<RootNamespace>StationControllerSQL</RootNamespace> |
16 |
<AssemblyName>StationControllerSQL</AssemblyName> |
17 |
<ModelCollation>1042,CI</ModelCollation> |
18 |
<DefaultFileStructure>BySchemaAndSchemaType</DefaultFileStructure> |
19 |
<DeployToDatabase>True</DeployToDatabase> |
20 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
21 |
<TargetLanguage>CS</TargetLanguage> |
22 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
23 |
<SqlServerVerification>False</SqlServerVerification> |
24 |
<IncludeCompositeObjects>True</IncludeCompositeObjects> |
25 |
<TargetDatabaseSet>True</TargetDatabaseSet> |
26 |
<DefaultCollation>Korean_Wansung_CI_AS</DefaultCollation> |
27 |
</PropertyGroup> |
28 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
29 |
<OutputPath>bin\Release\</OutputPath> |
30 |
<BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName> |
31 |
<TreatWarningsAsErrors>False</TreatWarningsAsErrors> |
32 |
<DebugType>pdbonly</DebugType> |
33 |
<Optimize>true</Optimize> |
34 |
<DefineDebug>false</DefineDebug> |
35 |
<DefineTrace>true</DefineTrace> |
36 |
<ErrorReport>prompt</ErrorReport> |
37 |
<WarningLevel>4</WarningLevel> |
38 |
</PropertyGroup> |
39 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
40 |
<OutputPath>bin\Debug\</OutputPath> |
41 |
<BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName> |
42 |
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
43 |
<DebugSymbols>true</DebugSymbols> |
44 |
<DebugType>full</DebugType> |
45 |
<Optimize>false</Optimize> |
46 |
<DefineDebug>true</DefineDebug> |
47 |
<DefineTrace>true</DefineTrace> |
48 |
<ErrorReport>prompt</ErrorReport> |
49 |
<WarningLevel>4</WarningLevel> |
50 |
</PropertyGroup> |
51 |
<PropertyGroup> |
52 |
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion> |
53 |
<!-- Default to the v11.0 targets path if the targets file for the current VS version is not found --> |
54 |
<SSDTExists Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets')">True</SSDTExists> |
55 |
<VisualStudioVersion Condition="'$(SSDTExists)' == ''">11.0</VisualStudioVersion> |
56 |
</PropertyGroup> |
57 |
<Import Condition="'$(SQLDBExtensionsRefPath)' != ''" Project="$(SQLDBExtensionsRefPath)\Microsoft.Data.Tools.Schema.SqlTasks.targets" /> |
58 |
<Import Condition="'$(SQLDBExtensionsRefPath)' == ''" Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets" /> |
59 |
<ItemGroup> |
60 |
<Folder Include="Properties" /> |
61 |
</ItemGroup> |
62 |
</Project> |