프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.StationController / Markus.Service.StationController.csproj @ 45f9a2ad

이력 | 보기 | 이력해설 | 다운로드 (8.8 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\MainViewModel.cs" />
90
    <Page Include="MainWindow.xaml">
91
      <Generator>MSBuild:Compile</Generator>
92
      <SubType>Designer</SubType>
93
    </Page>
94
    <Compile Include="App.xaml.cs">
95
      <DependentUpon>App.xaml</DependentUpon>
96
      <SubType>Code</SubType>
97
    </Compile>
98
    <Compile Include="Connected Services\StationService\Reference.cs">
99
      <AutoGen>True</AutoGen>
100
      <DesignTime>True</DesignTime>
101
      <DependentUpon>Reference.svcmap</DependentUpon>
102
    </Compile>
103
    <Compile Include="MainWindow.xaml.cs">
104
      <DependentUpon>MainWindow.xaml</DependentUpon>
105
      <SubType>Code</SubType>
106
    </Compile>
107
    <Page Include="Themes\MaterialDesignControls.xaml">
108
      <SubType>Designer</SubType>
109
      <Generator>MSBuild:Compile</Generator>
110
    </Page>
111
  </ItemGroup>
112
  <ItemGroup>
113
    <Compile Include="Properties\AssemblyInfo.cs">
114
      <SubType>Code</SubType>
115
    </Compile>
116
    <Compile Include="Properties\Resources.Designer.cs">
117
      <AutoGen>True</AutoGen>
118
      <DesignTime>True</DesignTime>
119
      <DependentUpon>Resources.resx</DependentUpon>
120
    </Compile>
121
    <Compile Include="Properties\Settings.Designer.cs">
122
      <AutoGen>True</AutoGen>
123
      <DependentUpon>Settings.settings</DependentUpon>
124
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
125
    </Compile>
126
    <EmbeddedResource Include="Properties\Resources.resx">
127
      <Generator>ResXFileCodeGenerator</Generator>
128
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
129
    </EmbeddedResource>
130
    <None Include="..\Markus.Service.Station\ServiceStation.ini">
131
      <Link>ServiceStation.ini</Link>
132
    </None>
133
    <None Include="Connected Services\StationService\Markus.Service.Interface.xsd">
134
      <SubType>Designer</SubType>
135
    </None>
136
    <None Include="Connected Services\StationService\Markus.Service.StationController.StationService.ConvertItem.datasource">
137
      <DependentUpon>Reference.svcmap</DependentUpon>
138
    </None>
139
    <None Include="Connected Services\StationService\service.wsdl" />
140
    <None Include="Connected Services\StationService\service.xsd">
141
      <SubType>Designer</SubType>
142
    </None>
143
    <None Include="Connected Services\StationService\service1.xsd">
144
      <SubType>Designer</SubType>
145
    </None>
146
    <None Include="packages.config" />
147
    <None Include="Properties\Settings.settings">
148
      <Generator>SettingsSingleFileGenerator</Generator>
149
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
150
    </None>
151
    <None Include="StationController.ini">
152
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
153
    </None>
154
  </ItemGroup>
155
  <ItemGroup>
156
    <None Include="App.config" />
157
  </ItemGroup>
158
  <ItemGroup>
159
    <WCFMetadata Include="Connected Services\" />
160
  </ItemGroup>
161
  <ItemGroup>
162
    <WCFMetadataStorage Include="Connected Services\StationService\" />
163
  </ItemGroup>
164
  <ItemGroup>
165
    <None Include="Connected Services\StationService\configuration91.svcinfo" />
166
  </ItemGroup>
167
  <ItemGroup>
168
    <None Include="Connected Services\StationService\configuration.svcinfo" />
169
  </ItemGroup>
170
  <ItemGroup>
171
    <None Include="Connected Services\StationService\Reference.svcmap">
172
      <Generator>WCF Proxy Generator</Generator>
173
      <LastGenOutput>Reference.cs</LastGenOutput>
174
    </None>
175
  </ItemGroup>
176
  <ItemGroup>
177
    <None Include="Resources\TRANSFER_OK.ico" />
178
  </ItemGroup>
179
  <ItemGroup>
180
    <None Include="Resources\Tranfer_Error.ico" />
181
  </ItemGroup>
182
  <ItemGroup>
183
    <ProjectReference Include="..\Markus.Mvvm.ToolKit\Markus.Mvvm.ToolKit.csproj">
184
      <Project>{9efe95d6-9985-422a-a76f-285c8cf73617}</Project>
185
      <Name>Markus.Mvvm.ToolKit</Name>
186
    </ProjectReference>
187
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
188
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
189
      <Name>Markus.Service.Extensions</Name>
190
    </ProjectReference>
191
  </ItemGroup>
192
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
193
  <PropertyGroup>
194
    <PostBuildEvent>mkdir $(TargetDir)Bin
195
MOVE $(TargetDir)*.dll $(TargetDir)Bin\
196
</PostBuildEvent>
197
  </PropertyGroup>
198
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)