markus / ConvertService / ServiceBase / Markus.Service.StationController / Markus.Service.StationController.csproj @ a537d79a
이력 | 보기 | 이력해설 | 다운로드 (7.91 KB)
1 | 53c9637d | taeseongkim | <?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="ConfigParser, Version=0.3.3.6, Culture=neutral, processorArchitecture=MSIL"> |
||
43 | <HintPath>..\packages\Salaros.ConfigParser.0.3.3\lib\net45\ConfigParser.dll</HintPath> |
||
44 | </Reference> |
||
45 | ed79bff0 | taeseongkim | <Reference Include="MaterialDesignColors, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL"> |
46 | <HintPath>..\packages\MaterialDesignColors.1.1.2\lib\net45\MaterialDesignColors.dll</HintPath> |
||
47 | </Reference> |
||
48 | <Reference Include="MaterialDesignExtensions, Version=2.6.0.0, Culture=neutral, processorArchitecture=MSIL"> |
||
49 | <HintPath>..\packages\MaterialDesignExtensions.2.6.0\lib\net45\MaterialDesignExtensions.dll</HintPath> |
||
50 | </Reference> |
||
51 | <Reference Include="MaterialDesignThemes.Wpf, Version=2.5.1.1345, Culture=neutral, processorArchitecture=MSIL"> |
||
52 | <HintPath>..\packages\MaterialDesignThemes.2.5.1\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath> |
||
53 | </Reference> |
||
54 | 53c9637d | taeseongkim | <Reference Include="Microsoft.EntityFrameworkCore"> |
55 | <HintPath>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.entityframeworkcore\2.2.0\lib\netstandard2.0\Microsoft.EntityFrameworkCore.dll</HintPath> |
||
56 | </Reference> |
||
57 | <Reference Include="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" /> |
||
58 | <Reference Include="System" /> |
||
59 | <Reference Include="System.Data" /> |
||
60 | <Reference Include="System.Drawing" /> |
||
61 | <Reference Include="System.Runtime.Serialization" /> |
||
62 | <Reference Include="System.ServiceModel" /> |
||
63 | <Reference Include="System.Windows.Forms" /> |
||
64 | <Reference Include="System.Xml" /> |
||
65 | <Reference Include="Microsoft.CSharp" /> |
||
66 | <Reference Include="System.Core" /> |
||
67 | <Reference Include="System.Xml.Linq" /> |
||
68 | <Reference Include="System.Data.DataSetExtensions" /> |
||
69 | <Reference Include="System.Net.Http" /> |
||
70 | <Reference Include="System.Xaml"> |
||
71 | <RequiredTargetFramework>4.0</RequiredTargetFramework> |
||
72 | </Reference> |
||
73 | <Reference Include="WindowsBase" /> |
||
74 | <Reference Include="PresentationCore" /> |
||
75 | <Reference Include="PresentationFramework" /> |
||
76 | </ItemGroup> |
||
77 | <ItemGroup> |
||
78 | <ApplicationDefinition Include="App.xaml"> |
||
79 | <Generator>MSBuild:Compile</Generator> |
||
80 | <SubType>Designer</SubType> |
||
81 | </ApplicationDefinition> |
||
82 | <Compile Include="Base\Notification.cs" /> |
||
83 | <Compile Include="Base\ViewModelBase.cs" /> |
||
84 | <Compile Include="ViewModel\MainViewModel.cs" /> |
||
85 | <Page Include="MainWindow.xaml"> |
||
86 | <Generator>MSBuild:Compile</Generator> |
||
87 | <SubType>Designer</SubType> |
||
88 | </Page> |
||
89 | <Compile Include="App.xaml.cs"> |
||
90 | <DependentUpon>App.xaml</DependentUpon> |
||
91 | <SubType>Code</SubType> |
||
92 | </Compile> |
||
93 | <Compile Include="Connected Services\StationService\Reference.cs"> |
||
94 | <AutoGen>True</AutoGen> |
||
95 | <DesignTime>True</DesignTime> |
||
96 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
97 | </Compile> |
||
98 | <Compile Include="MainWindow.xaml.cs"> |
||
99 | <DependentUpon>MainWindow.xaml</DependentUpon> |
||
100 | <SubType>Code</SubType> |
||
101 | </Compile> |
||
102 | <Page Include="Themes\MaterialDesignControls.xaml"> |
||
103 | <SubType>Designer</SubType> |
||
104 | <Generator>MSBuild:Compile</Generator> |
||
105 | </Page> |
||
106 | </ItemGroup> |
||
107 | <ItemGroup> |
||
108 | <Compile Include="Properties\AssemblyInfo.cs"> |
||
109 | <SubType>Code</SubType> |
||
110 | </Compile> |
||
111 | <Compile Include="Properties\Resources.Designer.cs"> |
||
112 | <AutoGen>True</AutoGen> |
||
113 | <DesignTime>True</DesignTime> |
||
114 | <DependentUpon>Resources.resx</DependentUpon> |
||
115 | </Compile> |
||
116 | <Compile Include="Properties\Settings.Designer.cs"> |
||
117 | <AutoGen>True</AutoGen> |
||
118 | <DependentUpon>Settings.settings</DependentUpon> |
||
119 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
120 | </Compile> |
||
121 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
122 | <Generator>ResXFileCodeGenerator</Generator> |
||
123 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
124 | </EmbeddedResource> |
||
125 | <None Include="..\Markus.Service.Station\ServiceStation.ini"> |
||
126 | <Link>ServiceStation.ini</Link> |
||
127 | </None> |
||
128 | <None Include="Connected Services\StationService\Markus.Service.Interface.xsd"> |
||
129 | <SubType>Designer</SubType> |
||
130 | </None> |
||
131 | <None Include="Connected Services\StationService\Markus.Service.StationController.StationService.ConvertItem.datasource"> |
||
132 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
133 | </None> |
||
134 | <None Include="Connected Services\StationService\service.wsdl" /> |
||
135 | <None Include="Connected Services\StationService\service.xsd"> |
||
136 | <SubType>Designer</SubType> |
||
137 | </None> |
||
138 | <None Include="Connected Services\StationService\service1.xsd"> |
||
139 | <SubType>Designer</SubType> |
||
140 | </None> |
||
141 | <None Include="packages.config" /> |
||
142 | <None Include="Properties\Settings.settings"> |
||
143 | <Generator>SettingsSingleFileGenerator</Generator> |
||
144 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
145 | </None> |
||
146 | a537d79a | taeseongkim | <None Include="StationController.ini"> |
147 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
148 | </None> |
||
149 | 53c9637d | taeseongkim | </ItemGroup> |
150 | <ItemGroup> |
||
151 | <None Include="App.config" /> |
||
152 | </ItemGroup> |
||
153 | <ItemGroup> |
||
154 | <WCFMetadata Include="Connected Services\" /> |
||
155 | </ItemGroup> |
||
156 | <ItemGroup> |
||
157 | <WCFMetadataStorage Include="Connected Services\StationService\" /> |
||
158 | </ItemGroup> |
||
159 | <ItemGroup> |
||
160 | <None Include="Connected Services\StationService\configuration91.svcinfo" /> |
||
161 | </ItemGroup> |
||
162 | <ItemGroup> |
||
163 | <None Include="Connected Services\StationService\configuration.svcinfo" /> |
||
164 | </ItemGroup> |
||
165 | <ItemGroup> |
||
166 | <None Include="Connected Services\StationService\Reference.svcmap"> |
||
167 | <Generator>WCF Proxy Generator</Generator> |
||
168 | <LastGenOutput>Reference.cs</LastGenOutput> |
||
169 | </None> |
||
170 | </ItemGroup> |
||
171 | <ItemGroup> |
||
172 | <None Include="Resources\TRANSFER_OK.ico" /> |
||
173 | </ItemGroup> |
||
174 | <ItemGroup> |
||
175 | <None Include="Resources\Tranfer_Error.ico" /> |
||
176 | </ItemGroup> |
||
177 | <ItemGroup> |
||
178 | <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
||
179 | <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project> |
||
180 | <Name>Markus.Service.Extensions</Name> |
||
181 | </ProjectReference> |
||
182 | </ItemGroup> |
||
183 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
184 | </Project> |