프로젝트

일반

사용자정보

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

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

이력 | 보기 | 이력해설 | 다운로드 (9.08 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
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
    <ProjectGuid>{9D993D6E-3A7B-470E-B5AD-D2CF89633F1C}</ProjectGuid>
8
    <OutputType>WinExe</OutputType>
9
    <RootNamespace>Markus.Service.StationController</RootNamespace>
10
    <AssemblyName>Markus.Service.StationController</AssemblyName>
11
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14
    <WarningLevel>4</WarningLevel>
15
    <Deterministic>true</Deterministic>
16
    <NuGetPackageImportStamp>
17
    </NuGetPackageImportStamp>
18
    <TargetFrameworkProfile />
19
  </PropertyGroup>
20
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21
    <PlatformTarget>AnyCPU</PlatformTarget>
22
    <DebugSymbols>true</DebugSymbols>
23
    <DebugType>full</DebugType>
24
    <Optimize>false</Optimize>
25
    <OutputPath>bin\Debug\</OutputPath>
26
    <DefineConstants>DEBUG;TRACE</DefineConstants>
27
    <ErrorReport>prompt</ErrorReport>
28
    <WarningLevel>4</WarningLevel>
29
    <Prefer32Bit>true</Prefer32Bit>
30
  </PropertyGroup>
31
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32
    <PlatformTarget>AnyCPU</PlatformTarget>
33
    <DebugType>pdbonly</DebugType>
34
    <Optimize>true</Optimize>
35
    <OutputPath>bin\Release\</OutputPath>
36
    <DefineConstants>TRACE</DefineConstants>
37
    <ErrorReport>prompt</ErrorReport>
38
    <WarningLevel>4</WarningLevel>
39
    <Prefer32Bit>false</Prefer32Bit>
40
  </PropertyGroup>
41
  <ItemGroup>
42
    <Reference Include="CommonServiceLocator, Version=2.0.4.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
43
      <HintPath>..\packages\CommonServiceLocator.2.0.4\lib\net46\CommonServiceLocator.dll</HintPath>
44
    </Reference>
45
    <Reference Include="ConfigParser, Version=0.3.3.6, Culture=neutral, processorArchitecture=MSIL">
46
      <HintPath>..\packages\Salaros.ConfigParser.0.3.3\lib\net45\ConfigParser.dll</HintPath>
47
    </Reference>
48
    <Reference Include="GalaSoft.MvvmLight, Version=5.4.1.0, Culture=neutral, PublicKeyToken=e7570ab207bcb616, processorArchitecture=MSIL">
49
      <HintPath>..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.dll</HintPath>
50
    </Reference>
51
    <Reference Include="GalaSoft.MvvmLight.Extras, Version=5.4.1.0, Culture=neutral, PublicKeyToken=669f0b5e8f868abf, processorArchitecture=MSIL">
52
      <HintPath>..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Extras.dll</HintPath>
53
    </Reference>
54
    <Reference Include="GalaSoft.MvvmLight.Platform, Version=5.4.1.0, Culture=neutral, PublicKeyToken=5f873c45e98af8a1, processorArchitecture=MSIL">
55
      <HintPath>..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Platform.dll</HintPath>
56
    </Reference>
57
    <Reference Include="MaterialDesignColors, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL">
58
      <HintPath>..\packages\MaterialDesignColors.1.1.2\lib\net45\MaterialDesignColors.dll</HintPath>
59
    </Reference>
60
    <Reference Include="MaterialDesignExtensions, Version=2.6.0.0, Culture=neutral, processorArchitecture=MSIL">
61
      <HintPath>..\packages\MaterialDesignExtensions.2.6.0\lib\net45\MaterialDesignExtensions.dll</HintPath>
62
    </Reference>
63
    <Reference Include="MaterialDesignThemes.Wpf, Version=2.5.1.1345, Culture=neutral, processorArchitecture=MSIL">
64
      <HintPath>..\packages\MaterialDesignThemes.2.5.1\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
65
    </Reference>
66
    <Reference Include="Microsoft.EntityFrameworkCore">
67
      <HintPath>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.entityframeworkcore\2.2.0\lib\netstandard2.0\Microsoft.EntityFrameworkCore.dll</HintPath>
68
    </Reference>
69
    <Reference Include="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
70
    <Reference Include="System" />
71
    <Reference Include="System.Data" />
72
    <Reference Include="System.Drawing" />
73
    <Reference Include="System.Runtime.Serialization" />
74
    <Reference Include="System.ServiceModel" />
75
    <Reference Include="System.Windows.Forms" />
76
    <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
77
      <HintPath>..\packages\MvvmLightLibs.5.4.1.1\lib\net45\System.Windows.Interactivity.dll</HintPath>
78
    </Reference>
79
    <Reference Include="System.Xml" />
80
    <Reference Include="Microsoft.CSharp" />
81
    <Reference Include="System.Core" />
82
    <Reference Include="System.Xml.Linq" />
83
    <Reference Include="System.Data.DataSetExtensions" />
84
    <Reference Include="System.Net.Http" />
85
    <Reference Include="System.Xaml">
86
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
87
    </Reference>
88
    <Reference Include="WindowsBase" />
89
    <Reference Include="PresentationCore" />
90
    <Reference Include="PresentationFramework" />
91
  </ItemGroup>
92
  <ItemGroup>
93
    <ApplicationDefinition Include="App.xaml">
94
      <Generator>MSBuild:Compile</Generator>
95
      <SubType>Designer</SubType>
96
    </ApplicationDefinition>
97
    <Compile Include="Base\Notification.cs" />
98
    <Compile Include="Base\ViewModelBase.cs" />
99
    <Compile Include="ViewModel\MainViewModel.cs" />
100
    <Page Include="MainWindow.xaml">
101
      <Generator>MSBuild:Compile</Generator>
102
      <SubType>Designer</SubType>
103
    </Page>
104
    <Compile Include="App.xaml.cs">
105
      <DependentUpon>App.xaml</DependentUpon>
106
      <SubType>Code</SubType>
107
    </Compile>
108
    <Compile Include="Connected Services\StationService\Reference.cs">
109
      <AutoGen>True</AutoGen>
110
      <DesignTime>True</DesignTime>
111
      <DependentUpon>Reference.svcmap</DependentUpon>
112
    </Compile>
113
    <Compile Include="MainWindow.xaml.cs">
114
      <DependentUpon>MainWindow.xaml</DependentUpon>
115
      <SubType>Code</SubType>
116
    </Compile>
117
    <Page Include="Themes\MaterialDesignControls.xaml">
118
      <SubType>Designer</SubType>
119
      <Generator>MSBuild:Compile</Generator>
120
    </Page>
121
  </ItemGroup>
122
  <ItemGroup>
123
    <Compile Include="Properties\AssemblyInfo.cs">
124
      <SubType>Code</SubType>
125
    </Compile>
126
    <Compile Include="Properties\Resources.Designer.cs">
127
      <AutoGen>True</AutoGen>
128
      <DesignTime>True</DesignTime>
129
      <DependentUpon>Resources.resx</DependentUpon>
130
    </Compile>
131
    <Compile Include="Properties\Settings.Designer.cs">
132
      <AutoGen>True</AutoGen>
133
      <DependentUpon>Settings.settings</DependentUpon>
134
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
135
    </Compile>
136
    <EmbeddedResource Include="Properties\Resources.resx">
137
      <Generator>ResXFileCodeGenerator</Generator>
138
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
139
    </EmbeddedResource>
140
    <None Include="..\Markus.Service.Station\ServiceStation.ini">
141
      <Link>ServiceStation.ini</Link>
142
    </None>
143
    <None Include="Connected Services\StationService\Markus.Service.Interface.xsd">
144
      <SubType>Designer</SubType>
145
    </None>
146
    <None Include="Connected Services\StationService\Markus.Service.StationController.StationService.ConvertItem.datasource">
147
      <DependentUpon>Reference.svcmap</DependentUpon>
148
    </None>
149
    <None Include="Connected Services\StationService\service.wsdl" />
150
    <None Include="Connected Services\StationService\service.xsd">
151
      <SubType>Designer</SubType>
152
    </None>
153
    <None Include="Connected Services\StationService\service1.xsd">
154
      <SubType>Designer</SubType>
155
    </None>
156
    <None Include="packages.config" />
157
    <None Include="Properties\Settings.settings">
158
      <Generator>SettingsSingleFileGenerator</Generator>
159
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
160
    </None>
161
  </ItemGroup>
162
  <ItemGroup>
163
    <None Include="App.config" />
164
  </ItemGroup>
165
  <ItemGroup>
166
    <WCFMetadata Include="Connected Services\" />
167
  </ItemGroup>
168
  <ItemGroup>
169
    <WCFMetadataStorage Include="Connected Services\StationService\" />
170
  </ItemGroup>
171
  <ItemGroup>
172
    <None Include="Connected Services\StationService\configuration91.svcinfo" />
173
  </ItemGroup>
174
  <ItemGroup>
175
    <None Include="Connected Services\StationService\configuration.svcinfo" />
176
  </ItemGroup>
177
  <ItemGroup>
178
    <None Include="Connected Services\StationService\Reference.svcmap">
179
      <Generator>WCF Proxy Generator</Generator>
180
      <LastGenOutput>Reference.cs</LastGenOutput>
181
    </None>
182
  </ItemGroup>
183
  <ItemGroup>
184
    <None Include="Resources\TRANSFER_OK.ico" />
185
  </ItemGroup>
186
  <ItemGroup>
187
    <None Include="Resources\Tranfer_Error.ico" />
188
  </ItemGroup>
189
  <ItemGroup>
190
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
191
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
192
      <Name>Markus.Service.Extensions</Name>
193
    </ProjectReference>
194
  </ItemGroup>
195
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
196
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)