개정판 8f148d28
ServiceController.sln 수정
Change-Id: If4eb1dd0c66314620fad0b4c831fc0f247922489
ConvertService/ServiceController/Markus.ConvertProcessTest/Markus.ConvertProcessTest.csproj | ||
---|---|---|
32 | 32 |
<ErrorReport>prompt</ErrorReport> |
33 | 33 |
<WarningLevel>4</WarningLevel> |
34 | 34 |
</PropertyGroup> |
35 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HS|AnyCPU'"> |
|
36 |
<DebugSymbols>true</DebugSymbols> |
|
37 |
<OutputPath>bin\Debug_HS\</OutputPath> |
|
38 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
39 |
<DebugType>full</DebugType> |
|
40 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
41 |
<ErrorReport>prompt</ErrorReport> |
|
42 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
43 |
<Prefer32Bit>true</Prefer32Bit> |
|
44 |
</PropertyGroup> |
|
35 | 45 |
<ItemGroup> |
36 | 46 |
<Reference Include="System" /> |
37 | 47 |
<Reference Include="System.Core" /> |
ConvertService/ServiceController/Markus.Mvvm.ToolKit/Markus.Mvvm.ToolKit.csproj | ||
---|---|---|
40 | 40 |
<ErrorReport>prompt</ErrorReport> |
41 | 41 |
<WarningLevel>4</WarningLevel> |
42 | 42 |
</PropertyGroup> |
43 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HS|AnyCPU'"> |
|
44 |
<DebugSymbols>true</DebugSymbols> |
|
45 |
<OutputPath>bin\Debug_HS\</OutputPath> |
|
46 |
<DefineConstants>TRACE;DEBUG</DefineConstants> |
|
47 |
<DebugType>full</DebugType> |
|
48 |
<PlatformTarget>x64</PlatformTarget> |
|
49 |
<ErrorReport>prompt</ErrorReport> |
|
50 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
51 |
</PropertyGroup> |
|
43 | 52 |
<ItemGroup> |
44 | 53 |
<Reference Include="PresentationCore" /> |
45 | 54 |
<Reference Include="PresentationFramework" /> |
ConvertService/ServiceController/Markus.Service.Extensions/Markus.Service.Extensions.csproj | ||
---|---|---|
50 | 50 |
<ErrorReport>prompt</ErrorReport> |
51 | 51 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
52 | 52 |
</PropertyGroup> |
53 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HS|AnyCPU'"> |
|
54 |
<DebugSymbols>true</DebugSymbols> |
|
55 |
<OutputPath>bin\Debug_HS\</OutputPath> |
|
56 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
57 |
<DebugType>full</DebugType> |
|
58 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
59 |
<ErrorReport>prompt</ErrorReport> |
|
60 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
61 |
</PropertyGroup> |
|
62 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HS|x64'"> |
|
63 |
<DebugSymbols>true</DebugSymbols> |
|
64 |
<OutputPath>bin\x64\Debug_HS\</OutputPath> |
|
65 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
66 |
<DebugType>full</DebugType> |
|
67 |
<PlatformTarget>x64</PlatformTarget> |
|
68 |
<ErrorReport>prompt</ErrorReport> |
|
69 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
70 |
</PropertyGroup> |
|
53 | 71 |
<ItemGroup> |
54 | 72 |
<Reference Include="ConfigParser, Version=0.3.4.3, Culture=neutral, processorArchitecture=MSIL"> |
55 | 73 |
<HintPath>..\packages\Salaros.ConfigParser.0.3.4\lib\net45\ConfigParser.dll</HintPath> |
ConvertService/ServiceController/Markus.Service.StationController/Markus.Service.StationController.csproj | ||
---|---|---|
75 | 75 |
<PropertyGroup> |
76 | 76 |
<SignManifests>false</SignManifests> |
77 | 77 |
</PropertyGroup> |
78 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HS|AnyCPU'"> |
|
79 |
<DebugSymbols>true</DebugSymbols> |
|
80 |
<OutputPath>bin\Debug_HS\</OutputPath> |
|
81 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
82 |
<WarningLevel>3</WarningLevel> |
|
83 |
<DebugType>full</DebugType> |
|
84 |
<PlatformTarget>x64</PlatformTarget> |
|
85 |
<ErrorReport>prompt</ErrorReport> |
|
86 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
87 |
</PropertyGroup> |
|
78 | 88 |
<ItemGroup> |
79 | 89 |
<Reference Include="ConfigParser, Version=0.3.3.6, Culture=neutral, processorArchitecture=MSIL"> |
80 | 90 |
<HintPath>..\packages\Salaros.ConfigParser.0.3.3\lib\net45\ConfigParser.dll</HintPath> |
ConvertService/ServiceController/Markus.Service.WcfClient/Markus.Service.WcfClient.csproj | ||
---|---|---|
34 | 34 |
<PropertyGroup> |
35 | 35 |
<StartupObject /> |
36 | 36 |
</PropertyGroup> |
37 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HS|AnyCPU'"> |
|
38 |
<DebugSymbols>true</DebugSymbols> |
|
39 |
<OutputPath>bin\Debug_HS\</OutputPath> |
|
40 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
41 |
<DebugType>full</DebugType> |
|
42 |
<PlatformTarget>x64</PlatformTarget> |
|
43 |
<ErrorReport>prompt</ErrorReport> |
|
44 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
45 |
</PropertyGroup> |
|
37 | 46 |
<ItemGroup> |
38 | 47 |
<None Include="App.config" /> |
39 | 48 |
<None Include="Connected Services\ServiceReference1\DataService.wsdl" /> |
ConvertService/ServiceController/ServiceController.sln | ||
---|---|---|
28 | 28 |
AppVeyor|Any CPU = AppVeyor|Any CPU |
29 | 29 |
AppVeyor|x64 = AppVeyor|x64 |
30 | 30 |
AppVeyor|x86 = AppVeyor|x86 |
31 |
Debug_HS|Any CPU = Debug_HS|Any CPU |
|
32 |
Debug_HS|x64 = Debug_HS|x64 |
|
33 |
Debug_HS|x86 = Debug_HS|x86 |
|
31 | 34 |
Debug|Any CPU = Debug|Any CPU |
32 | 35 |
Debug|x64 = Debug|x64 |
33 | 36 |
Debug|x86 = Debug|x86 |
... | ... | |
42 | 45 |
{9D993D6E-3A7B-470E-B5AD-D2CF89633F1C}.AppVeyor|x64.Build.0 = Release|Any CPU |
43 | 46 |
{9D993D6E-3A7B-470E-B5AD-D2CF89633F1C}.AppVeyor|x86.ActiveCfg = Release|Any CPU |
44 | 47 |
{9D993D6E-3A7B-470E-B5AD-D2CF89633F1C}.AppVeyor|x86.Build.0 = Release|Any CPU |
48 |
{9D993D6E-3A7B-470E-B5AD-D2CF89633F1C}.Debug_HS|Any CPU.ActiveCfg = Debug_HS|Any CPU |
|
49 |
{9D993D6E-3A7B-470E-B5AD-D2CF89633F1C}.Debug_HS|Any CPU.Build.0 = Debug_HS|Any CPU |
|
50 |
{9D993D6E-3A7B-470E-B5AD-D2CF89633F1C}.Debug_HS|x64.ActiveCfg = Debug_HS|Any CPU |
|
51 |
{9D993D6E-3A7B-470E-B5AD-D2CF89633F1C}.Debug_HS|x64.Build.0 = Debug_HS|Any CPU |
|
52 |
{9D993D6E-3A7B-470E-B5AD-D2CF89633F1C}.Debug_HS|x86.ActiveCfg = Debug_HS|Any CPU |
|
53 |
{9D993D6E-3A7B-470E-B5AD-D2CF89633F1C}.Debug_HS|x86.Build.0 = Debug_HS|Any CPU |
|
45 | 54 |
{9D993D6E-3A7B-470E-B5AD-D2CF89633F1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
46 | 55 |
{9D993D6E-3A7B-470E-B5AD-D2CF89633F1C}.Debug|Any CPU.Build.0 = Debug|Any CPU |
47 | 56 |
{9D993D6E-3A7B-470E-B5AD-D2CF89633F1C}.Debug|x64.ActiveCfg = Debug|Any CPU |
... | ... | |
60 | 69 |
{5F983789-3E8F-4F9A-A601-138C3A83CA5F}.AppVeyor|x64.Build.0 = Release|x64 |
61 | 70 |
{5F983789-3E8F-4F9A-A601-138C3A83CA5F}.AppVeyor|x86.ActiveCfg = Release|Any CPU |
62 | 71 |
{5F983789-3E8F-4F9A-A601-138C3A83CA5F}.AppVeyor|x86.Build.0 = Release|Any CPU |
72 |
{5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Debug_HS|Any CPU.ActiveCfg = Debug_HS|Any CPU |
|
73 |
{5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Debug_HS|Any CPU.Build.0 = Debug_HS|Any CPU |
|
74 |
{5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Debug_HS|x64.ActiveCfg = Debug_HS|x64 |
|
75 |
{5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Debug_HS|x64.Build.0 = Debug_HS|x64 |
|
76 |
{5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Debug_HS|x86.ActiveCfg = Debug_HS|Any CPU |
|
77 |
{5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Debug_HS|x86.Build.0 = Debug_HS|Any CPU |
|
63 | 78 |
{5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
64 | 79 |
{5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Debug|Any CPU.Build.0 = Debug|Any CPU |
65 | 80 |
{5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Debug|x64.ActiveCfg = Debug|x64 |
... | ... | |
78 | 93 |
{9EFE95D6-9985-422A-A76F-285C8CF73617}.AppVeyor|x64.Build.0 = Release|Any CPU |
79 | 94 |
{9EFE95D6-9985-422A-A76F-285C8CF73617}.AppVeyor|x86.ActiveCfg = Release|Any CPU |
80 | 95 |
{9EFE95D6-9985-422A-A76F-285C8CF73617}.AppVeyor|x86.Build.0 = Release|Any CPU |
96 |
{9EFE95D6-9985-422A-A76F-285C8CF73617}.Debug_HS|Any CPU.ActiveCfg = Debug_HS|Any CPU |
|
97 |
{9EFE95D6-9985-422A-A76F-285C8CF73617}.Debug_HS|Any CPU.Build.0 = Debug_HS|Any CPU |
|
98 |
{9EFE95D6-9985-422A-A76F-285C8CF73617}.Debug_HS|x64.ActiveCfg = Debug_HS|Any CPU |
|
99 |
{9EFE95D6-9985-422A-A76F-285C8CF73617}.Debug_HS|x64.Build.0 = Debug_HS|Any CPU |
|
100 |
{9EFE95D6-9985-422A-A76F-285C8CF73617}.Debug_HS|x86.ActiveCfg = Debug_HS|Any CPU |
|
101 |
{9EFE95D6-9985-422A-A76F-285C8CF73617}.Debug_HS|x86.Build.0 = Debug_HS|Any CPU |
|
81 | 102 |
{9EFE95D6-9985-422A-A76F-285C8CF73617}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
82 | 103 |
{9EFE95D6-9985-422A-A76F-285C8CF73617}.Debug|Any CPU.Build.0 = Debug|Any CPU |
83 | 104 |
{9EFE95D6-9985-422A-A76F-285C8CF73617}.Debug|x64.ActiveCfg = Debug|Any CPU |
... | ... | |
96 | 117 |
{691078D3-BE0E-4697-BAB6-ED3ACA842D19}.AppVeyor|x64.Build.0 = Release|Any CPU |
97 | 118 |
{691078D3-BE0E-4697-BAB6-ED3ACA842D19}.AppVeyor|x86.ActiveCfg = Release|Any CPU |
98 | 119 |
{691078D3-BE0E-4697-BAB6-ED3ACA842D19}.AppVeyor|x86.Build.0 = Release|Any CPU |
120 |
{691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Debug_HS|Any CPU.ActiveCfg = Debug_HS|Any CPU |
|
121 |
{691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Debug_HS|Any CPU.Build.0 = Debug_HS|Any CPU |
|
122 |
{691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Debug_HS|x64.ActiveCfg = Debug_HS|Any CPU |
|
123 |
{691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Debug_HS|x64.Build.0 = Debug_HS|Any CPU |
|
124 |
{691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Debug_HS|x86.ActiveCfg = Debug_HS|Any CPU |
|
125 |
{691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Debug_HS|x86.Build.0 = Debug_HS|Any CPU |
|
99 | 126 |
{691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
100 | 127 |
{691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Debug|Any CPU.Build.0 = Debug|Any CPU |
101 | 128 |
{691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Debug|x64.ActiveCfg = Debug|Any CPU |
... | ... | |
117 | 144 |
{58C58DDF-311D-4108-A12B-1090C39E718B}.AppVeyor|x86.ActiveCfg = Debug|Any CPU |
118 | 145 |
{58C58DDF-311D-4108-A12B-1090C39E718B}.AppVeyor|x86.Build.0 = Debug|Any CPU |
119 | 146 |
{58C58DDF-311D-4108-A12B-1090C39E718B}.AppVeyor|x86.Deploy.0 = Debug|Any CPU |
147 |
{58C58DDF-311D-4108-A12B-1090C39E718B}.Debug_HS|Any CPU.ActiveCfg = Debug_HS|Any CPU |
|
148 |
{58C58DDF-311D-4108-A12B-1090C39E718B}.Debug_HS|Any CPU.Build.0 = Debug_HS|Any CPU |
|
149 |
{58C58DDF-311D-4108-A12B-1090C39E718B}.Debug_HS|Any CPU.Deploy.0 = Debug_HS|Any CPU |
|
150 |
{58C58DDF-311D-4108-A12B-1090C39E718B}.Debug_HS|x64.ActiveCfg = Debug_HS|Any CPU |
|
151 |
{58C58DDF-311D-4108-A12B-1090C39E718B}.Debug_HS|x64.Build.0 = Debug_HS|Any CPU |
|
152 |
{58C58DDF-311D-4108-A12B-1090C39E718B}.Debug_HS|x64.Deploy.0 = Debug_HS|Any CPU |
|
153 |
{58C58DDF-311D-4108-A12B-1090C39E718B}.Debug_HS|x86.ActiveCfg = Debug_HS|Any CPU |
|
154 |
{58C58DDF-311D-4108-A12B-1090C39E718B}.Debug_HS|x86.Build.0 = Debug_HS|Any CPU |
|
155 |
{58C58DDF-311D-4108-A12B-1090C39E718B}.Debug_HS|x86.Deploy.0 = Debug_HS|Any CPU |
|
120 | 156 |
{58C58DDF-311D-4108-A12B-1090C39E718B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
121 | 157 |
{58C58DDF-311D-4108-A12B-1090C39E718B}.Debug|Any CPU.Build.0 = Debug|Any CPU |
122 | 158 |
{58C58DDF-311D-4108-A12B-1090C39E718B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU |
... | ... | |
141 | 177 |
{B06C0A20-BC30-4A3E-8D74-E0E2FF55510F}.AppVeyor|x64.Build.0 = Release|Any CPU |
142 | 178 |
{B06C0A20-BC30-4A3E-8D74-E0E2FF55510F}.AppVeyor|x86.ActiveCfg = Release|Any CPU |
143 | 179 |
{B06C0A20-BC30-4A3E-8D74-E0E2FF55510F}.AppVeyor|x86.Build.0 = Release|Any CPU |
180 |
{B06C0A20-BC30-4A3E-8D74-E0E2FF55510F}.Debug_HS|Any CPU.ActiveCfg = Debug_HS|Any CPU |
|
181 |
{B06C0A20-BC30-4A3E-8D74-E0E2FF55510F}.Debug_HS|Any CPU.Build.0 = Debug_HS|Any CPU |
|
182 |
{B06C0A20-BC30-4A3E-8D74-E0E2FF55510F}.Debug_HS|x64.ActiveCfg = Debug_HS|Any CPU |
|
183 |
{B06C0A20-BC30-4A3E-8D74-E0E2FF55510F}.Debug_HS|x64.Build.0 = Debug_HS|Any CPU |
|
184 |
{B06C0A20-BC30-4A3E-8D74-E0E2FF55510F}.Debug_HS|x86.ActiveCfg = Debug_HS|Any CPU |
|
185 |
{B06C0A20-BC30-4A3E-8D74-E0E2FF55510F}.Debug_HS|x86.Build.0 = Debug_HS|Any CPU |
|
144 | 186 |
{B06C0A20-BC30-4A3E-8D74-E0E2FF55510F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
145 | 187 |
{B06C0A20-BC30-4A3E-8D74-E0E2FF55510F}.Debug|Any CPU.Build.0 = Debug|Any CPU |
146 | 188 |
{B06C0A20-BC30-4A3E-8D74-E0E2FF55510F}.Debug|x64.ActiveCfg = Debug|Any CPU |
... | ... | |
159 | 201 |
{9D5B0CA0-329D-40AF-BA0D-B727080C19EB}.AppVeyor|x64.Build.0 = Release|Any CPU |
160 | 202 |
{9D5B0CA0-329D-40AF-BA0D-B727080C19EB}.AppVeyor|x86.ActiveCfg = Release|Any CPU |
161 | 203 |
{9D5B0CA0-329D-40AF-BA0D-B727080C19EB}.AppVeyor|x86.Build.0 = Release|Any CPU |
204 |
{9D5B0CA0-329D-40AF-BA0D-B727080C19EB}.Debug_HS|Any CPU.ActiveCfg = Debug_HS|Any CPU |
|
205 |
{9D5B0CA0-329D-40AF-BA0D-B727080C19EB}.Debug_HS|Any CPU.Build.0 = Debug_HS|Any CPU |
|
206 |
{9D5B0CA0-329D-40AF-BA0D-B727080C19EB}.Debug_HS|x64.ActiveCfg = Debug_HS|Any CPU |
|
207 |
{9D5B0CA0-329D-40AF-BA0D-B727080C19EB}.Debug_HS|x64.Build.0 = Debug_HS|Any CPU |
|
208 |
{9D5B0CA0-329D-40AF-BA0D-B727080C19EB}.Debug_HS|x86.ActiveCfg = Debug_HS|Any CPU |
|
209 |
{9D5B0CA0-329D-40AF-BA0D-B727080C19EB}.Debug_HS|x86.Build.0 = Debug_HS|Any CPU |
|
162 | 210 |
{9D5B0CA0-329D-40AF-BA0D-B727080C19EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
163 | 211 |
{9D5B0CA0-329D-40AF-BA0D-B727080C19EB}.Debug|Any CPU.Build.0 = Debug|Any CPU |
164 | 212 |
{9D5B0CA0-329D-40AF-BA0D-B727080C19EB}.Debug|x64.ActiveCfg = Debug|Any CPU |
ConvertService/ServiceController/StationControllerSQL/StationControllerSQL.sqlproj | ||
---|---|---|
97 | 97 |
<WarningLevel>4</WarningLevel> |
98 | 98 |
</PropertyGroup> |
99 | 99 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
100 |
<OutputPath>bin\Debug\</OutputPath> |
|
101 | 100 |
<BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName> |
102 | 101 |
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
103 | 102 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
114 | 113 |
<SSDTExists Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets')">True</SSDTExists> |
115 | 114 |
<VisualStudioVersion Condition="'$(SSDTExists)' == ''">11.0</VisualStudioVersion> |
116 | 115 |
</PropertyGroup> |
116 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_HS|AnyCPU' "> |
|
117 |
<OutputPath>bin\Debug\</OutputPath> |
|
118 |
<BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName> |
|
119 |
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
120 |
<DebugSymbols>true</DebugSymbols> |
|
121 |
<DebugType>full</DebugType> |
|
122 |
<Optimize>false</Optimize> |
|
123 |
<DefineDebug>true</DefineDebug> |
|
124 |
<DefineTrace>true</DefineTrace> |
|
125 |
<ErrorReport>prompt</ErrorReport> |
|
126 |
<WarningLevel>4</WarningLevel> |
|
127 |
</PropertyGroup> |
|
117 | 128 |
<Import Condition="'$(SQLDBExtensionsRefPath)' != ''" Project="$(SQLDBExtensionsRefPath)\Microsoft.Data.Tools.Schema.SqlTasks.targets" /> |
118 | 129 |
<Import Condition="'$(SQLDBExtensionsRefPath)' == ''" Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets" /> |
119 | 130 |
<ItemGroup> |
ConvertService/ServiceController/StationControllerService/DataService.svc.cs | ||
---|---|---|
19 | 19 |
|
20 | 20 |
try |
21 | 21 |
{ |
22 |
var connectionstring = Properties.Resources.ConnectionString; |
|
22 |
///var connectionstring = Properties.Resources.ConnectionString;
|
|
23 | 23 |
|
24 |
using (markusEntities entities = new markusEntities(connectionstring))
|
|
24 |
using (markusEntities entities = new markusEntities()) |
|
25 | 25 |
{ |
26 | 26 |
result = entities.SELECT_CONVERT_ITEM(p_ID, p_PROJECT_NO, p_DOCUMENT_ID, p_STATUS, p_TAKE_COUNT, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME, p_BEGIN_START_DATETIE, p_FINISH_START_DATETIME, p_BEGIN_END_DATETIME, p_FINISH_END_DATETIME, p_GROUP_NO, p_DOCUMENT_NAME, p_DOCUMENT_NO, p_REVISION, p_SERVICE_ID, p_RECONVERTER, p_DOCUMENT_URL, p_ExcptionCheck).ToList(); |
27 | 27 |
|
... | ... | |
42 | 42 |
|
43 | 43 |
try |
44 | 44 |
{ |
45 |
var connectionstring = Properties.Resources.ConnectionString; |
|
45 |
//var connectionstring = Properties.Resources.ConnectionString;
|
|
46 | 46 |
|
47 |
using (markusEntities entities = new markusEntities(connectionstring))
|
|
47 |
using (markusEntities entities = new markusEntities()) |
|
48 | 48 |
{ |
49 | 49 |
result = entities.SELECT_RERECONVERT_ITEM(p_ID, p_RECONVERTER, p_CREATE_DATETIME, p_STATUS, p_END_DATETIME); |
50 | 50 |
} |
... | ... | |
63 | 63 |
|
64 | 64 |
try |
65 | 65 |
{ |
66 |
var connectionstring = Properties.Resources.ConnectionString; |
|
66 |
//var connectionstring = Properties.Resources.ConnectionString;
|
|
67 | 67 |
|
68 |
using (markusEntities entities = new markusEntities(connectionstring))
|
|
68 |
using (markusEntities entities = new markusEntities()) |
|
69 | 69 |
{ |
70 | 70 |
result = entities.SELECT_CONVERT_DELETE(p_ID); |
71 | 71 |
} |
... | ... | |
84 | 84 |
|
85 | 85 |
try |
86 | 86 |
{ |
87 |
var connectionstring = Properties.Resources.ConnectionString; |
|
87 |
//var connectionstring = Properties.Resources.ConnectionString;
|
|
88 | 88 |
|
89 |
using (markusEntities entities = new markusEntities(connectionstring))
|
|
89 |
using (markusEntities entities = new markusEntities()) |
|
90 | 90 |
{ |
91 | 91 |
result = entities.SELECT_RUN_PROJECTS(p_RUN_PROJECTS).ToList(); |
92 | 92 |
} |
... | ... | |
105 | 105 |
|
106 | 106 |
try |
107 | 107 |
{ |
108 |
var connectionstring = Properties.Resources.ConnectionString; |
|
108 |
//var connectionstring = Properties.Resources.ConnectionString;
|
|
109 | 109 |
|
110 |
using (markusEntities entities = new markusEntities(connectionstring))
|
|
110 |
using (markusEntities entities = new markusEntities()) |
|
111 | 111 |
{ |
112 | 112 |
result = entities.SELECT_CONVERT_INSERT(p_ID, p_PROJECT_NO, p_DOCUMENT_URL, p_DOCUMENT_ID); |
113 | 113 |
} |
... | ... | |
126 | 126 |
|
127 | 127 |
try |
128 | 128 |
{ |
129 |
var connectionstring = Properties.Resources.ConnectionString; |
|
129 |
//var connectionstring = Properties.Resources.ConnectionString;
|
|
130 | 130 |
|
131 |
using (markusEntities entities = new markusEntities(connectionstring))
|
|
131 |
using (markusEntities entities = new markusEntities()) |
|
132 | 132 |
{ |
133 | 133 |
result = entities.SELECT_FINAL_PDF_ITEM(p_ID, p_PROJECT_NO, p_DOCUMENT_ID, p_MARKUPINFO_ID, p_DOCINFO_ID, p_DOCUMENT_NAME, p_DOCUMENT_NO, p_CREATE_USER_ID, p_STATUS, p_TAKE_COUNT, p_GROUP_NO, p_REVISION, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME, p_BEGIN_START_DATETIE, p_FINISH_START_DATETIME, p_BEGIN_END_DATETIME, p_FINISH_END_DATETIME, p_DOCUMENT_URL, p_ExcptionCheck).ToList(); |
134 | 134 |
} |
... | ... | |
147 | 147 |
|
148 | 148 |
try |
149 | 149 |
{ |
150 |
var connectionstring = Properties.Resources.ConnectionString; |
|
150 |
//var connectionstring = Properties.Resources.ConnectionString;
|
|
151 | 151 |
|
152 |
using (markusEntities entities = new markusEntities(connectionstring))
|
|
152 |
using (markusEntities entities = new markusEntities()) |
|
153 | 153 |
{ |
154 | 154 |
result = entities.SELECT_FINAL_PDF_DELETE(p_ID); |
155 | 155 |
} |
... | ... | |
168 | 168 |
|
169 | 169 |
try |
170 | 170 |
{ |
171 |
var connectionstring = Properties.Resources.ConnectionString; |
|
171 |
//var connectionstring = Properties.Resources.ConnectionString;
|
|
172 | 172 |
|
173 |
using (markusEntities entities = new markusEntities(connectionstring))
|
|
173 |
using (markusEntities entities = new markusEntities()) |
|
174 | 174 |
{ |
175 | 175 |
result = entities.SELECT_FINAL_PDF_INSERT(p_ID, p_PROJECT_NO, p_DOCUMENT_URL, p_DOCUMENT_ID); |
176 | 176 |
} |
... | ... | |
190 | 190 |
|
191 | 191 |
try |
192 | 192 |
{ |
193 |
var connectionstring = Properties.Resources.ConnectionString; |
|
193 |
//var connectionstring = Properties.Resources.ConnectionString;
|
|
194 | 194 |
|
195 |
using (markusEntities entities = new markusEntities(connectionstring))
|
|
195 |
using (markusEntities entities = new markusEntities()) |
|
196 | 196 |
{ |
197 | 197 |
result = entities.FINALPDF_COUNT(p_STATUS, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME).ToList(); |
198 | 198 |
} |
... | ... | |
212 | 212 |
|
213 | 213 |
try |
214 | 214 |
{ |
215 |
var connectionstring = Properties.Resources.ConnectionString; |
|
215 |
//var connectionstring = Properties.Resources.ConnectionString;
|
|
216 | 216 |
|
217 |
using (markusEntities entities = new markusEntities(connectionstring))
|
|
217 |
using (markusEntities entities = new markusEntities()) |
|
218 | 218 |
{ |
219 | 219 |
result = entities.CONVERT_COUNT(p_STATUS, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME).ToList(); |
220 | 220 |
} |
... | ... | |
234 | 234 |
|
235 | 235 |
try |
236 | 236 |
{ |
237 |
var connectionstring = Properties.Resources.ConnectionString; |
|
237 |
//var connectionstring = Properties.Resources.ConnectionString;
|
|
238 | 238 |
|
239 |
using (markusEntities entities = new markusEntities(connectionstring))
|
|
239 |
using (markusEntities entities = new markusEntities()) |
|
240 | 240 |
{ |
241 | 241 |
result = entities.SELECT_DOCUMENT_ITEM(p_TAKE_COUNT, p_REVISION, p_DOCUMENT_N0, p_DOCUMENT_NAME, p_GROUP_N0, p_ORIGINAL_FILE, p_DOCUMENT_ID, p_PROJECT_NO).ToList(); |
242 | 242 |
} |
ConvertService/ServiceController/StationControllerService/StationControllerService.csproj | ||
---|---|---|
159 | 159 |
<None Include="Web.Debug.config"> |
160 | 160 |
<DependentUpon>Web.config</DependentUpon> |
161 | 161 |
</None> |
162 |
<None Include="Web.Debug_HS.config"> |
|
163 |
<DependentUpon>Web.config</DependentUpon> |
|
164 |
</None> |
|
162 | 165 |
<None Include="Web.Release.config"> |
163 | 166 |
<DependentUpon>Web.config</DependentUpon> |
164 | 167 |
</None> |
... | ... | |
176 | 179 |
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
177 | 180 |
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
178 | 181 |
</PropertyGroup> |
182 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HS|AnyCPU'"> |
|
183 |
<DebugSymbols>true</DebugSymbols> |
|
184 |
<OutputPath>bin\</OutputPath> |
|
185 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
186 |
<DebugType>full</DebugType> |
|
187 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
188 |
<ErrorReport>prompt</ErrorReport> |
|
189 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
190 |
</PropertyGroup> |
|
179 | 191 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
180 | 192 |
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
181 | 193 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
ConvertService/ServiceController/StationControllerService/Web.Debug_HS.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
|
|
3 |
<!-- web.config 변환 사용에 대한 자세한 내용은 https://go.microsoft.com/fwlink/?LinkId=125889를 참조하세요. --> |
|
4 |
|
|
5 |
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> |
|
6 |
<connectionStrings xdt:Transform="Replace"> |
|
7 |
<!--효성 Connection String--> |
|
8 |
<add name="markusEntities" connectionString="metadata=res://*/DataModel.KCOM_Model.csdl|res://*/DataModel.KCOM_Model.ssdl|res://*/DataModel.KCOM_Model.msl;provider=System.Data.SqlClient;provider=System.Data.SqlClient;provider connection string="data source=10.11.252.2,9875;initial catalog=markus;persist security info=True;user id=ProjectPortalDBConn;password=ProjectPortalDBConn;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient" |
|
9 |
xdt:Locator="Match(name)" xdt:Transform="SetAttributes"/> |
|
10 |
</connectionStrings> |
|
11 |
</configuration> |
내보내기 Unified diff