프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.StationController / Markus.Service.StationController.csproj @ e19522be

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

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
  <PropertyGroup>
5
    <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
6
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8
    <ProjectGuid>{9D993D6E-3A7B-470E-B5AD-D2CF89633F1C}</ProjectGuid>
9
    <OutputType>WinExe</OutputType>
10
    <RootNamespace>Markus.Service.StationController</RootNamespace>
11
    <AssemblyName>Markus.Service.StationController</AssemblyName>
12
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
15
    <WarningLevel>4</WarningLevel>
16
    <Deterministic>true</Deterministic>
17
    <NuGetPackageImportStamp>
18
    </NuGetPackageImportStamp>
19
    <TargetFrameworkProfile />
20
    <PublishUrl>publish\</PublishUrl>
21
    <Install>true</Install>
22
    <InstallFrom>Disk</InstallFrom>
23
    <UpdateEnabled>false</UpdateEnabled>
24
    <UpdateMode>Foreground</UpdateMode>
25
    <UpdateInterval>7</UpdateInterval>
26
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
27
    <UpdatePeriodically>false</UpdatePeriodically>
28
    <UpdateRequired>false</UpdateRequired>
29
    <MapFileExtensions>true</MapFileExtensions>
30
    <ApplicationRevision>0</ApplicationRevision>
31
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
32
    <IsWebBootstrapper>false</IsWebBootstrapper>
33
    <UseApplicationTrust>false</UseApplicationTrust>
34
    <BootstrapperEnabled>true</BootstrapperEnabled>
35
  </PropertyGroup>
36
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37
    <PlatformTarget>AnyCPU</PlatformTarget>
38
    <DebugSymbols>true</DebugSymbols>
39
    <DebugType>full</DebugType>
40
    <Optimize>false</Optimize>
41
    <OutputPath>bin\Debug\</OutputPath>
42
    <DefineConstants>DEBUG;TRACE</DefineConstants>
43
    <ErrorReport>prompt</ErrorReport>
44
    <WarningLevel>4</WarningLevel>
45
    <Prefer32Bit>false</Prefer32Bit>
46
  </PropertyGroup>
47
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48
    <PlatformTarget>AnyCPU</PlatformTarget>
49
    <DebugType>none</DebugType>
50
    <Optimize>true</Optimize>
51
    <OutputPath>bin\Release\</OutputPath>
52
    <DefineConstants>
53
    </DefineConstants>
54
    <ErrorReport>prompt</ErrorReport>
55
    <WarningLevel>4</WarningLevel>
56
    <Prefer32Bit>false</Prefer32Bit>
57
    <DocumentationFile>
58
    </DocumentationFile>
59
  </PropertyGroup>
60
  <PropertyGroup />
61
  <ItemGroup>
62
    <Reference Include="ConfigParser, Version=0.3.3.6, Culture=neutral, processorArchitecture=MSIL">
63
      <HintPath>..\packages\Salaros.ConfigParser.0.3.3\lib\net45\ConfigParser.dll</HintPath>
64
    </Reference>
65
    <Reference Include="MaterialDesignColors, Version=1.1.3.0, Culture=neutral, processorArchitecture=MSIL">
66
      <HintPath>..\packages\MaterialDesignColors.1.1.3\lib\net45\MaterialDesignColors.dll</HintPath>
67
    </Reference>
68
    <Reference Include="MaterialDesignExtensions, Version=2.6.0.0, Culture=neutral, processorArchitecture=MSIL">
69
      <HintPath>..\packages\MaterialDesignExtensions.2.6.0\lib\net45\MaterialDesignExtensions.dll</HintPath>
70
    </Reference>
71
    <Reference Include="MaterialDesignThemes.Wpf, Version=2.5.1.1345, Culture=neutral, processorArchitecture=MSIL">
72
      <HintPath>..\packages\MaterialDesignThemes.2.5.1\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
73
    </Reference>
74
    <Reference Include="Microsoft.EntityFrameworkCore">
75
      <HintPath>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.entityframeworkcore\2.2.0\lib\netstandard2.0\Microsoft.EntityFrameworkCore.dll</HintPath>
76
    </Reference>
77
    <Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
78
      <HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll</HintPath>
79
    </Reference>
80
    <Reference Include="System" />
81
    <Reference Include="System.Data" />
82
    <Reference Include="System.Drawing" />
83
    <Reference Include="System.Runtime.Serialization" />
84
    <Reference Include="System.ServiceModel" />
85
    <Reference Include="System.Windows.Forms" />
86
    <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
87
      <HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\System.Windows.Interactivity.dll</HintPath>
88
    </Reference>
89
    <Reference Include="System.Xml" />
90
    <Reference Include="Microsoft.CSharp" />
91
    <Reference Include="System.Core" />
92
    <Reference Include="System.Xml.Linq" />
93
    <Reference Include="System.Data.DataSetExtensions" />
94
    <Reference Include="System.Net.Http" />
95
    <Reference Include="System.Xaml">
96
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
97
    </Reference>
98
    <Reference Include="WindowsBase" />
99
    <Reference Include="PresentationCore" />
100
    <Reference Include="PresentationFramework" />
101
  </ItemGroup>
102
  <ItemGroup>
103
    <ApplicationDefinition Include="App.xaml">
104
      <Generator>MSBuild:Compile</Generator>
105
      <SubType>Designer</SubType>
106
    </ApplicationDefinition>
107
    <Compile Include="AppInit.cs" />
108
    <Compile Include="Data\NavigationItem.cs" />
109
    <Compile Include="ViewModel\AliveViewModel.cs" />
110
    <Compile Include="ViewModel\MainViewModel.cs" />
111
    <Compile Include="ViewModel\SettingsViewModel.cs" />
112
    <Compile Include="Views\AliveView.xaml.cs">
113
      <DependentUpon>AliveView.xaml</DependentUpon>
114
    </Compile>
115
    <Compile Include="Views\SettiingServiceLocation.xaml.cs">
116
      <DependentUpon>SettiingServiceLocation.xaml</DependentUpon>
117
    </Compile>
118
    <Compile Include="Views\SettingsView.xaml.cs">
119
      <DependentUpon>SettingsView.xaml</DependentUpon>
120
    </Compile>
121
    <Page Include="MainWindow.xaml">
122
      <Generator>MSBuild:Compile</Generator>
123
      <SubType>Designer</SubType>
124
    </Page>
125
    <Compile Include="App.xaml.cs">
126
      <DependentUpon>App.xaml</DependentUpon>
127
      <SubType>Code</SubType>
128
    </Compile>
129
    <Compile Include="Connected Services\StationService\Reference.cs">
130
      <AutoGen>True</AutoGen>
131
      <DesignTime>True</DesignTime>
132
      <DependentUpon>Reference.svcmap</DependentUpon>
133
    </Compile>
134
    <Compile Include="MainWindow.xaml.cs">
135
      <DependentUpon>MainWindow.xaml</DependentUpon>
136
      <SubType>Code</SubType>
137
    </Compile>
138
    <Page Include="Themes\MaterialDesignTheme.xaml">
139
      <SubType>Designer</SubType>
140
      <Generator>MSBuild:Compile</Generator>
141
    </Page>
142
    <Page Include="Views\AliveView.xaml">
143
      <SubType>Designer</SubType>
144
      <Generator>MSBuild:Compile</Generator>
145
    </Page>
146
    <Page Include="Views\SettiingServiceLocation.xaml">
147
      <SubType>Designer</SubType>
148
      <Generator>MSBuild:Compile</Generator>
149
    </Page>
150
    <Page Include="Views\SettingsView.xaml">
151
      <SubType>Designer</SubType>
152
      <Generator>MSBuild:Compile</Generator>
153
    </Page>
154
  </ItemGroup>
155
  <ItemGroup>
156
    <Compile Include="Properties\AssemblyInfo.cs">
157
      <SubType>Code</SubType>
158
    </Compile>
159
    <Compile Include="Properties\Resources.Designer.cs">
160
      <AutoGen>True</AutoGen>
161
      <DesignTime>True</DesignTime>
162
      <DependentUpon>Resources.resx</DependentUpon>
163
    </Compile>
164
    <Compile Include="Properties\Settings.Designer.cs">
165
      <AutoGen>True</AutoGen>
166
      <DependentUpon>Settings.settings</DependentUpon>
167
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
168
    </Compile>
169
    <EmbeddedResource Include="Properties\Resources.resx">
170
      <Generator>ResXFileCodeGenerator</Generator>
171
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
172
    </EmbeddedResource>
173
    <None Include="..\Markus.Service.Station\ServiceStation.ini">
174
      <Link>ServiceStation.ini</Link>
175
    </None>
176
    <None Include="Connected Services\StationService\Markus.Service.Interface1.xsd">
177
      <SubType>Designer</SubType>
178
    </None>
179
    <None Include="Connected Services\StationService\Markus.Service.IWcfService.xsd">
180
      <SubType>Designer</SubType>
181
    </None>
182
    <None Include="Connected Services\StationService\Markus.Service.StationController.StationService.ConvertItem.datasource">
183
      <DependentUpon>Reference.svcmap</DependentUpon>
184
    </None>
185
    <None Include="Connected Services\StationService\Markus.Service.StationController.StationService.Item.datasource">
186
      <DependentUpon>Reference.svcmap</DependentUpon>
187
    </None>
188
    <None Include="Connected Services\StationService\service1.wsdl" />
189
    <None Include="Connected Services\StationService\service2.xsd">
190
      <SubType>Designer</SubType>
191
    </None>
192
    <None Include="Connected Services\StationService\service21.xsd">
193
      <SubType>Designer</SubType>
194
    </None>
195
    <None Include="packages.config" />
196
    <None Include="Properties\Settings.settings">
197
      <Generator>SettingsSingleFileGenerator</Generator>
198
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
199
    </None>
200
    <None Include="StationController.ini">
201
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
202
    </None>
203
  </ItemGroup>
204
  <ItemGroup>
205
    <None Include="App.config" />
206
  </ItemGroup>
207
  <ItemGroup>
208
    <WCFMetadata Include="Connected Services\" />
209
  </ItemGroup>
210
  <ItemGroup>
211
    <WCFMetadataStorage Include="Connected Services\StationService\" />
212
  </ItemGroup>
213
  <ItemGroup>
214
    <None Include="Connected Services\StationService\configuration91.svcinfo" />
215
  </ItemGroup>
216
  <ItemGroup>
217
    <None Include="Connected Services\StationService\configuration.svcinfo" />
218
  </ItemGroup>
219
  <ItemGroup>
220
    <None Include="Connected Services\StationService\Reference.svcmap">
221
      <Generator>WCF Proxy Generator</Generator>
222
      <LastGenOutput>Reference.cs</LastGenOutput>
223
    </None>
224
  </ItemGroup>
225
  <ItemGroup>
226
    <None Include="Resources\TRANSFER_OK.ico" />
227
  </ItemGroup>
228
  <ItemGroup>
229
    <None Include="Resources\Tranfer_Error.ico" />
230
  </ItemGroup>
231
  <ItemGroup>
232
    <ProjectReference Include="..\Markus.Mvvm.ToolKit\Markus.Mvvm.ToolKit.csproj">
233
      <Project>{9efe95d6-9985-422a-a76f-285c8cf73617}</Project>
234
      <Name>Markus.Mvvm.ToolKit</Name>
235
    </ProjectReference>
236
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
237
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
238
      <Name>Markus.Service.Extensions</Name>
239
    </ProjectReference>
240
  </ItemGroup>
241
  <ItemGroup>
242
    <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
243
      <Visible>False</Visible>
244
      <ProductName>Microsoft .NET Framework 4.6.1%28x86 및 x64%29</ProductName>
245
      <Install>true</Install>
246
    </BootstrapperPackage>
247
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
248
      <Visible>False</Visible>
249
      <ProductName>.NET Framework 3.5 SP1</ProductName>
250
      <Install>false</Install>
251
    </BootstrapperPackage>
252
  </ItemGroup>
253
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
254
  <PropertyGroup>
255
    <PostBuildEvent>mkdir $(TargetDir)Bin
256
MOVE $(TargetDir)*.dll $(TargetDir)Bin\
257
</PostBuildEvent>
258
  </PropertyGroup>
259
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)