프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.StationController / Markus.Service.StationController.csproj @ 6396f27e

이력 | 보기 | 이력해설 | 다운로드 (8.92 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>true</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.6.1</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
  </PropertyGroup>
21
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22
    <PlatformTarget>AnyCPU</PlatformTarget>
23
    <DebugSymbols>true</DebugSymbols>
24
    <DebugType>full</DebugType>
25
    <Optimize>false</Optimize>
26
    <OutputPath>bin\Debug\</OutputPath>
27
    <DefineConstants>DEBUG;TRACE</DefineConstants>
28
    <ErrorReport>prompt</ErrorReport>
29
    <WarningLevel>4</WarningLevel>
30
    <Prefer32Bit>false</Prefer32Bit>
31
  </PropertyGroup>
32
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33
    <PlatformTarget>AnyCPU</PlatformTarget>
34
    <DebugType>pdbonly</DebugType>
35
    <Optimize>true</Optimize>
36
    <OutputPath>bin\Release\</OutputPath>
37
    <DefineConstants>TRACE</DefineConstants>
38
    <ErrorReport>prompt</ErrorReport>
39
    <WarningLevel>4</WarningLevel>
40
    <Prefer32Bit>false</Prefer32Bit>
41
  </PropertyGroup>
42
  <ItemGroup>
43
    <Reference Include="ConfigParser, Version=0.3.3.6, Culture=neutral, processorArchitecture=MSIL">
44
      <HintPath>..\packages\Salaros.ConfigParser.0.3.3\lib\net45\ConfigParser.dll</HintPath>
45
    </Reference>
46
    <Reference Include="MaterialDesignColors, Version=1.1.3.0, Culture=neutral, processorArchitecture=MSIL">
47
      <HintPath>..\packages\MaterialDesignColors.1.1.3\lib\net45\MaterialDesignColors.dll</HintPath>
48
    </Reference>
49
    <Reference Include="MaterialDesignExtensions, Version=2.6.0.0, Culture=neutral, processorArchitecture=MSIL">
50
      <HintPath>..\packages\MaterialDesignExtensions.2.6.0\lib\net45\MaterialDesignExtensions.dll</HintPath>
51
    </Reference>
52
    <Reference Include="MaterialDesignThemes.Wpf, Version=2.5.1.1345, Culture=neutral, processorArchitecture=MSIL">
53
      <HintPath>..\packages\MaterialDesignThemes.2.5.1\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
54
    </Reference>
55
    <Reference Include="Microsoft.EntityFrameworkCore">
56
      <HintPath>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.entityframeworkcore\2.2.0\lib\netstandard2.0\Microsoft.EntityFrameworkCore.dll</HintPath>
57
    </Reference>
58
    <Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
59
      <HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll</HintPath>
60
    </Reference>
61
    <Reference Include="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
62
    <Reference Include="System" />
63
    <Reference Include="System.Data" />
64
    <Reference Include="System.Drawing" />
65
    <Reference Include="System.Runtime.Serialization" />
66
    <Reference Include="System.ServiceModel" />
67
    <Reference Include="System.Windows.Forms" />
68
    <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
69
      <HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\System.Windows.Interactivity.dll</HintPath>
70
    </Reference>
71
    <Reference Include="System.Xml" />
72
    <Reference Include="Microsoft.CSharp" />
73
    <Reference Include="System.Core" />
74
    <Reference Include="System.Xml.Linq" />
75
    <Reference Include="System.Data.DataSetExtensions" />
76
    <Reference Include="System.Net.Http" />
77
    <Reference Include="System.Xaml">
78
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
79
    </Reference>
80
    <Reference Include="WindowsBase" />
81
    <Reference Include="PresentationCore" />
82
    <Reference Include="PresentationFramework" />
83
  </ItemGroup>
84
  <ItemGroup>
85
    <ApplicationDefinition Include="App.xaml">
86
      <Generator>MSBuild:Compile</Generator>
87
      <SubType>Designer</SubType>
88
    </ApplicationDefinition>
89
    <Compile Include="ViewModel\AliveViewModel.cs" />
90
    <Compile Include="ViewModel\MainViewModel.cs" />
91
    <Page Include="MainWindow.xaml">
92
      <Generator>MSBuild:Compile</Generator>
93
      <SubType>Designer</SubType>
94
    </Page>
95
    <Compile Include="App.xaml.cs">
96
      <DependentUpon>App.xaml</DependentUpon>
97
      <SubType>Code</SubType>
98
    </Compile>
99
    <Compile Include="Connected Services\StationService\Reference.cs">
100
      <AutoGen>True</AutoGen>
101
      <DesignTime>True</DesignTime>
102
      <DependentUpon>Reference.svcmap</DependentUpon>
103
    </Compile>
104
    <Compile Include="MainWindow.xaml.cs">
105
      <DependentUpon>MainWindow.xaml</DependentUpon>
106
      <SubType>Code</SubType>
107
    </Compile>
108
    <Page Include="Themes\MaterialDesignControls.xaml">
109
      <SubType>Designer</SubType>
110
      <Generator>MSBuild:Compile</Generator>
111
    </Page>
112
  </ItemGroup>
113
  <ItemGroup>
114
    <Compile Include="Properties\AssemblyInfo.cs">
115
      <SubType>Code</SubType>
116
    </Compile>
117
    <Compile Include="Properties\Resources.Designer.cs">
118
      <AutoGen>True</AutoGen>
119
      <DesignTime>True</DesignTime>
120
      <DependentUpon>Resources.resx</DependentUpon>
121
    </Compile>
122
    <Compile Include="Properties\Settings.Designer.cs">
123
      <AutoGen>True</AutoGen>
124
      <DependentUpon>Settings.settings</DependentUpon>
125
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
126
    </Compile>
127
    <EmbeddedResource Include="Properties\Resources.resx">
128
      <Generator>ResXFileCodeGenerator</Generator>
129
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
130
    </EmbeddedResource>
131
    <None Include="..\Markus.Service.Station\ServiceStation.ini">
132
      <Link>ServiceStation.ini</Link>
133
    </None>
134
    <None Include="Connected Services\StationService\Markus.Service.Interface.xsd">
135
      <SubType>Designer</SubType>
136
    </None>
137
    <None Include="Connected Services\StationService\Markus.Service.StationController.StationService.ConvertItem.datasource">
138
      <DependentUpon>Reference.svcmap</DependentUpon>
139
    </None>
140
    <None Include="Connected Services\StationService\service.wsdl" />
141
    <None Include="Connected Services\StationService\service.xsd">
142
      <SubType>Designer</SubType>
143
    </None>
144
    <None Include="Connected Services\StationService\service1.xsd">
145
      <SubType>Designer</SubType>
146
    </None>
147
    <None Include="packages.config" />
148
    <None Include="Properties\Settings.settings">
149
      <Generator>SettingsSingleFileGenerator</Generator>
150
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
151
    </None>
152
    <None Include="StationController.ini">
153
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
154
    </None>
155
  </ItemGroup>
156
  <ItemGroup>
157
    <None Include="App.config" />
158
  </ItemGroup>
159
  <ItemGroup>
160
    <WCFMetadata Include="Connected Services\" />
161
  </ItemGroup>
162
  <ItemGroup>
163
    <WCFMetadataStorage Include="Connected Services\StationService\" />
164
  </ItemGroup>
165
  <ItemGroup>
166
    <None Include="Connected Services\StationService\configuration91.svcinfo" />
167
  </ItemGroup>
168
  <ItemGroup>
169
    <None Include="Connected Services\StationService\configuration.svcinfo" />
170
  </ItemGroup>
171
  <ItemGroup>
172
    <None Include="Connected Services\StationService\Reference.svcmap">
173
      <Generator>WCF Proxy Generator</Generator>
174
      <LastGenOutput>Reference.cs</LastGenOutput>
175
    </None>
176
  </ItemGroup>
177
  <ItemGroup>
178
    <None Include="Resources\TRANSFER_OK.ico" />
179
  </ItemGroup>
180
  <ItemGroup>
181
    <None Include="Resources\Tranfer_Error.ico" />
182
  </ItemGroup>
183
  <ItemGroup>
184
    <ProjectReference Include="..\Markus.Mvvm.ToolKit\Markus.Mvvm.ToolKit.csproj">
185
      <Project>{9efe95d6-9985-422a-a76f-285c8cf73617}</Project>
186
      <Name>Markus.Mvvm.ToolKit</Name>
187
    </ProjectReference>
188
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
189
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
190
      <Name>Markus.Service.Extensions</Name>
191
    </ProjectReference>
192
  </ItemGroup>
193
  <ItemGroup>
194
    <Folder Include="Views\Monitor\" />
195
  </ItemGroup>
196
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
197
  <PropertyGroup>
198
    <PostBuildEvent>mkdir $(TargetDir)Bin
199
MOVE $(TargetDir)*.dll $(TargetDir)Bin\
200
</PostBuildEvent>
201
  </PropertyGroup>
202
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)