markus / ConvertService / ServiceBase / Markus.Service.StationController / Markus.Service.StationController.csproj @ 53c9637d
이력 | 보기 | 이력해설 | 다운로드 (8.65 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="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="Microsoft.EntityFrameworkCore"> |
||
58 | <HintPath>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.entityframeworkcore\2.2.0\lib\netstandard2.0\Microsoft.EntityFrameworkCore.dll</HintPath> |
||
59 | </Reference> |
||
60 | <Reference Include="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" /> |
||
61 | <Reference Include="System" /> |
||
62 | <Reference Include="System.Data" /> |
||
63 | <Reference Include="System.Drawing" /> |
||
64 | <Reference Include="System.Runtime.Serialization" /> |
||
65 | <Reference Include="System.ServiceModel" /> |
||
66 | <Reference Include="System.Windows.Forms" /> |
||
67 | <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
||
68 | <HintPath>..\packages\MvvmLightLibs.5.4.1.1\lib\net45\System.Windows.Interactivity.dll</HintPath> |
||
69 | </Reference> |
||
70 | <Reference Include="System.Xml" /> |
||
71 | <Reference Include="Microsoft.CSharp" /> |
||
72 | <Reference Include="System.Core" /> |
||
73 | <Reference Include="System.Xml.Linq" /> |
||
74 | <Reference Include="System.Data.DataSetExtensions" /> |
||
75 | <Reference Include="System.Net.Http" /> |
||
76 | <Reference Include="System.Xaml"> |
||
77 | <RequiredTargetFramework>4.0</RequiredTargetFramework> |
||
78 | </Reference> |
||
79 | <Reference Include="WindowsBase" /> |
||
80 | <Reference Include="PresentationCore" /> |
||
81 | <Reference Include="PresentationFramework" /> |
||
82 | </ItemGroup> |
||
83 | <ItemGroup> |
||
84 | <ApplicationDefinition Include="App.xaml"> |
||
85 | <Generator>MSBuild:Compile</Generator> |
||
86 | <SubType>Designer</SubType> |
||
87 | </ApplicationDefinition> |
||
88 | <Compile Include="Base\Notification.cs" /> |
||
89 | <Compile Include="Base\ViewModelBase.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 | </ItemGroup> |
||
153 | <ItemGroup> |
||
154 | <None Include="App.config" /> |
||
155 | </ItemGroup> |
||
156 | <ItemGroup> |
||
157 | <WCFMetadata Include="Connected Services\" /> |
||
158 | </ItemGroup> |
||
159 | <ItemGroup> |
||
160 | <WCFMetadataStorage Include="Connected Services\StationService\" /> |
||
161 | </ItemGroup> |
||
162 | <ItemGroup> |
||
163 | <None Include="Connected Services\StationService\configuration91.svcinfo" /> |
||
164 | </ItemGroup> |
||
165 | <ItemGroup> |
||
166 | <None Include="Connected Services\StationService\configuration.svcinfo" /> |
||
167 | </ItemGroup> |
||
168 | <ItemGroup> |
||
169 | <None Include="Connected Services\StationService\Reference.svcmap"> |
||
170 | <Generator>WCF Proxy Generator</Generator> |
||
171 | <LastGenOutput>Reference.cs</LastGenOutput> |
||
172 | </None> |
||
173 | </ItemGroup> |
||
174 | <ItemGroup> |
||
175 | <None Include="Resources\TRANSFER_OK.ico" /> |
||
176 | </ItemGroup> |
||
177 | <ItemGroup> |
||
178 | <None Include="Resources\Tranfer_Error.ico" /> |
||
179 | </ItemGroup> |
||
180 | <ItemGroup> |
||
181 | <ProjectReference Include="..\..\..\Repos\MaterialDesignInXamlToolkit\MaterialDesignThemes.Wpf\MaterialDesignThemes.Wpf.csproj"> |
||
182 | <Project>{f079fb0a-a8ed-4216-b6a5-345756751a04}</Project> |
||
183 | <Name>MaterialDesignThemes.Wpf</Name> |
||
184 | </ProjectReference> |
||
185 | <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
||
186 | <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project> |
||
187 | <Name>Markus.Service.Extensions</Name> |
||
188 | </ProjectReference> |
||
189 | </ItemGroup> |
||
190 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
191 | </Project> |