Blame view

sources/RoboforkApp/RoboforkApp.csproj 14.6 KB
729be9a6d   doan   New Project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
  <?xml version="1.0" encoding="utf-8"?>
  <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <PropertyGroup>
      <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
      <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
      <ProductVersion>9.0.30729</ProductVersion>
      <SchemaVersion>2.0</SchemaVersion>
      <ProjectGuid>{4946722F-CFFF-4FC6-B1C1-A6107316A58C}</ProjectGuid>
      <OutputType>WinExe</OutputType>
      <AppDesignerFolder>Properties</AppDesignerFolder>
      <RootNamespace>RoboforkApp</RootNamespace>
      <AssemblyName>RboforkApp</AssemblyName>
      <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
      <FileAlignment>512</FileAlignment>
      <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
      <WarningLevel>4</WarningLevel>
      <FileUpgradeFlags>
      </FileUpgradeFlags>
      <UpgradeBackupLocation>
      </UpgradeBackupLocation>
      <OldToolsVersion>3.5</OldToolsVersion>
      <SccProjectName>SAK</SccProjectName>
      <SccLocalPath>SAK</SccLocalPath>
      <SccAuxPath>SAK</SccAuxPath>
      <SccProvider>SAK</SccProvider>
      <IsWebBootstrapper>false</IsWebBootstrapper>
      <TargetFrameworkProfile />
      <PublishUrl>publish\</PublishUrl>
      <Install>true</Install>
      <InstallFrom>Disk</InstallFrom>
      <UpdateEnabled>false</UpdateEnabled>
      <UpdateMode>Foreground</UpdateMode>
      <UpdateInterval>7</UpdateInterval>
      <UpdateIntervalUnits>Days</UpdateIntervalUnits>
      <UpdatePeriodically>false</UpdatePeriodically>
      <UpdateRequired>false</UpdateRequired>
      <MapFileExtensions>true</MapFileExtensions>
      <ApplicationRevision>0</ApplicationRevision>
      <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
      <UseApplicationTrust>false</UseApplicationTrust>
      <BootstrapperEnabled>true</BootstrapperEnabled>
    </PropertyGroup>
    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
      <DebugSymbols>true</DebugSymbols>
      <DebugType>full</DebugType>
      <Optimize>false</Optimize>
      <OutputPath>bin\Debug\</OutputPath>
      <DefineConstants>DEBUG;TRACE</DefineConstants>
      <ErrorReport>prompt</ErrorReport>
      <WarningLevel>4</WarningLevel>
      <Prefer32Bit>false</Prefer32Bit>
    </PropertyGroup>
    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
      <DebugType>pdbonly</DebugType>
      <Optimize>true</Optimize>
      <OutputPath>bin\Release\</OutputPath>
      <DefineConstants>TRACE</DefineConstants>
      <ErrorReport>prompt</ErrorReport>
      <WarningLevel>4</WarningLevel>
      <Prefer32Bit>false</Prefer32Bit>
    </PropertyGroup>
    <PropertyGroup>
      <StartupObject>RoboforkApp.App</StartupObject>
    </PropertyGroup>
    <ItemGroup>
de8826297   toan   RM2077: Edit source
66
67
68
69
      <Reference Include="AWSSDK, Version=2.3.55.2, Culture=neutral, PublicKeyToken=9f476d3089b52be3, processorArchitecture=MSIL">
        <SpecificVersion>False</SpecificVersion>
        <HintPath>C:\Program Files (x86)\AWS SDK for .NET\past-releases\Version-2\Net45\AWSSDK.dll</HintPath>
      </Reference>
729be9a6d   doan   New Project
70
71
72
73
      <Reference Include="System" />
      <Reference Include="System.Core">
        <RequiredTargetFramework>3.5</RequiredTargetFramework>
      </Reference>
d96c9e481   doan   Update Source Code
74
      <Reference Include="System.Windows.Forms" />
729be9a6d   doan   New Project
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
      <Reference Include="System.Xaml" />
      <Reference Include="System.Xml.Linq">
        <RequiredTargetFramework>3.5</RequiredTargetFramework>
      </Reference>
      <Reference Include="System.Data.DataSetExtensions">
        <RequiredTargetFramework>3.5</RequiredTargetFramework>
      </Reference>
      <Reference Include="System.Data" />
      <Reference Include="System.Xml" />
      <Reference Include="UIAutomationProvider">
        <RequiredTargetFramework>3.0</RequiredTargetFramework>
      </Reference>
      <Reference Include="WindowsBase">
        <RequiredTargetFramework>3.0</RequiredTargetFramework>
      </Reference>
      <Reference Include="PresentationCore">
        <RequiredTargetFramework>3.0</RequiredTargetFramework>
      </Reference>
      <Reference Include="PresentationFramework">
        <RequiredTargetFramework>3.0</RequiredTargetFramework>
      </Reference>
    </ItemGroup>
    <ItemGroup>
      <ApplicationDefinition Include="App.xaml">
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
      </ApplicationDefinition>
      <Compile Include="App.xaml.cs">
        <DependentUpon>App.xaml</DependentUpon>
        <SubType>Code</SubType>
      </Compile>
5a5c5239e   nguyen_nam   Task: 2095
108
109
      <Compile Include="Commons\Common.cs" />
      <Compile Include="DataModel\ProjectModel.cs" />
80ae927f4   doan   no message
110
      <Compile Include="DataModel\ScaleCanvas.cs" />
90bcde898   doan   Update Task 2098
111
112
113
      <Compile Include="View\AddParameter.xaml.cs">
        <DependentUpon>AddParameter.xaml</DependentUpon>
      </Compile>
e3ae88363   toan   RM2077: Commit so...
114
115
116
      <Compile Include="View\UpdateNodeView.xaml.cs">
        <DependentUpon>UpdateNodeView.xaml</DependentUpon>
      </Compile>
729be9a6d   doan   New Project
117
118
119
120
121
    </ItemGroup>
    <ItemGroup>
      <Compile Include="Adorners\ResizeAdorner.cs" />
      <Compile Include="Adorners\ResizeChrome.cs" />
      <Compile Include="Adorners\RubberbandAdorner.cs" />
d96c9e481   doan   Update Source Code
122
123
      <Compile Include="Controls\DesignerCanvas.cs" />
      <Compile Include="Controls\DesignerItem.cs" />
fd7150b8b   doan   Update Task 2062
124
      <Compile Include="DataModel\ListNodeInfo.cs" />
6312cbd86   doan   Task 2062
125
      <Compile Include="DataModel\NodeInfo_tmp.cs" />
fd7150b8b   doan   Update Task 2062
126
      <Compile Include="DataModel\PointMap.cs" />
6312cbd86   doan   Task 2062
127
      <Compile Include="DataModel\Node_tmp.cs" />
5a5c5239e   nguyen_nam   Task: 2095
128
      <Compile Include="DataModel\ProjectModelList.cs" />
fd7150b8b   doan   Update Task 2062
129
      <Compile Include="DataModel\VehicleModelList.cs" />
de8826297   toan   RM2077: Edit source
130
131
132
133
      <Compile Include="Entities\Fork2PC.cs" />
      <Compile Include="Entities\Robofork15Demo.cs" />
      <Compile Include="Services\Fork2PCTableService.cs" />
      <Compile Include="Services\Robofork15DemoService.cs" />
6312cbd86   doan   Task 2062
134
135
136
      <Compile Include="UserControls\simulationRobo.xaml.cs">
        <DependentUpon>simulationRobo.xaml</DependentUpon>
      </Compile>
01c8c8f49   doan   Update Task 2068
137
138
139
      <Compile Include="View\AddNodeView.xaml.cs">
        <DependentUpon>AddNodeView.xaml</DependentUpon>
      </Compile>
d96c9e481   doan   Update Source Code
140
141
      <Compile Include="View\EditNodeView.xaml.cs">
        <DependentUpon>EditNodeView.xaml</DependentUpon>
729be9a6d   doan   New Project
142
      </Compile>
d96c9e481   doan   Update Source Code
143
      <Compile Include="Controls\MoveThumb.cs" />
729be9a6d   doan   New Project
144
145
146
147
148
149
150
151
      <Compile Include="Properties\AssemblyInfo.cs">
        <SubType>Code</SubType>
      </Compile>
      <Compile Include="Properties\Settings.Designer.cs">
        <AutoGen>True</AutoGen>
        <DependentUpon>Settings.settings</DependentUpon>
        <DesignTimeSharedInput>True</DesignTimeSharedInput>
      </Compile>
d96c9e481   doan   Update Source Code
152
153
154
155
      <Compile Include="Controls\ResizeDecorator.cs" />
      <Compile Include="Controls\ResizeThumb.cs" />
      <Compile Include="RoboforkMenuView.xaml.cs">
        <DependentUpon>RoboforkMenuView.xaml</DependentUpon>
729be9a6d   doan   New Project
156
      </Compile>
d96c9e481   doan   Update Source Code
157
      <Compile Include="Controls\ScheduleCanvas.cs" />
729be9a6d   doan   New Project
158
159
160
      <Compile Include="UserControls\ucDisplayCoordinate.xaml.cs">
        <DependentUpon>ucDisplayCoordinate.xaml</DependentUpon>
      </Compile>
b338e1ff5   nguyen_nam   no message
161
162
163
      <Compile Include="UserControls\ucNode.xaml.cs">
        <DependentUpon>ucNode.xaml</DependentUpon>
      </Compile>
729be9a6d   doan   New Project
164
165
166
      <Compile Include="UserControls\ucStartEndButton.xaml.cs">
        <DependentUpon>ucStartEndButton.xaml</DependentUpon>
      </Compile>
d96c9e481   doan   Update Source Code
167
168
169
      <Compile Include="Controls\Toolbox.cs" />
      <Compile Include="Controls\ToolboxItem.cs" />
      <Compile Include="Controls\ZoomBox.cs" />
729be9a6d   doan   New Project
170
      <None Include="app.config" />
867826ac5   doan   Update Task 2046
171
172
173
      <None Include="Mapfan\MapFan.index">
        <CopyToOutputDirectory>Always</CopyToOutputDirectory>
      </None>
729be9a6d   doan   New Project
174
175
176
177
178
179
180
      <None Include="Properties\Settings.settings">
        <Generator>SettingsSingleFileGenerator</Generator>
        <LastGenOutput>Settings.Designer.cs</LastGenOutput>
      </None>
      <AppDesigner Include="Properties\" />
    </ItemGroup>
    <ItemGroup>
01c8c8f49   doan   Update Task 2068
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
      <Page Include="Stencils\BasicShapes.xaml">
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
      </Page>
      <Page Include="Stencils\FlowChartSymbols.xaml">
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
      </Page>
      <Page Include="Stencils\RegelungstechnikSymbole.xaml">
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
      </Page>
      <Page Include="Stencils\SymbolStencils.xaml">
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
      </Page>
6312cbd86   doan   Task 2062
197
198
199
200
      <Page Include="UserControls\simulationRobo.xaml">
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
      </Page>
01c8c8f49   doan   Update Task 2068
201
202
203
204
      <Page Include="View\AddNodeView.xaml">
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
      </Page>
90bcde898   doan   Update Task 2098
205
206
207
208
      <Page Include="View\AddParameter.xaml">
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
      </Page>
d96c9e481   doan   Update Source Code
209
      <Page Include="View\EditNodeView.xaml">
729be9a6d   doan   New Project
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
      </Page>
      <Page Include="Resources\Brushes.xaml">
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
      </Page>
      <Page Include="Resources\DesignerItem.xaml">
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
      </Page>
      <Page Include="Resources\Expander.xaml">
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
      </Page>
      <Page Include="Resources\LangResources.xaml">
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
      </Page>
      <Page Include="Resources\ResizeChrome.xaml">
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
      </Page>
      <Page Include="Resources\ScrollBar.xaml">
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
      </Page>
      <Page Include="Resources\ScrollViewer.xaml">
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
      </Page>
      <Page Include="Resources\Slider.xaml">
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
      </Page>
      <Page Include="Resources\StatusBar.xaml">
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
      </Page>
      <Page Include="Resources\Styles.xaml">
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
      </Page>
      <Page Include="Resources\ToolBar.xaml">
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
      </Page>
      <Page Include="Resources\Toolbox.xaml">
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
      </Page>
      <Page Include="Resources\Tooltip.xaml">
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
      </Page>
      <Page Include="Resources\ZoomBox.xaml">
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
      </Page>
d96c9e481   doan   Update Source Code
293
      <Page Include="RoboforkMenuView.xaml">
729be9a6d   doan   New Project
294
295
296
297
298
299
300
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
      </Page>
      <Page Include="UserControls\ucDisplayCoordinate.xaml">
        <Generator>MSBuild:Compile</Generator>
        <SubType>Designer</SubType>
      </Page>
b338e1ff5   nguyen_nam   no message
301
302
303
304
      <Page Include="UserControls\ucNode.xaml">
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
      </Page>
729be9a6d   doan   New Project
305
306
307
308
      <Page Include="UserControls\ucStartEndButton.xaml">
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
      </Page>
e3ae88363   toan   RM2077: Commit so...
309
310
311
312
      <Page Include="View\UpdateNodeView.xaml">
        <SubType>Designer</SubType>
        <Generator>MSBuild:Compile</Generator>
      </Page>
729be9a6d   doan   New Project
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
    </ItemGroup>
    <ItemGroup>
      <Resource Include="Images\rt2.png" />
      <Resource Include="Images\rt1.png" />
      <Resource Include="Images\rt3.png" />
      <Resource Include="Images\rt4.png" />
      <Resource Include="Images\rt5.png" />
      <Resource Include="Images\rt6.png" />
    </ItemGroup>
    <ItemGroup>
      <Resource Include="Images\attention.png" />
      <Resource Include="Images\chart1.png" />
      <Resource Include="Images\chart2.png" />
      <Resource Include="Images\chart3.png" />
      <Resource Include="Images\cross.png" />
      <Resource Include="Images\mail.png" />
      <Resource Include="Images
  uclear.png" />
      <Resource Include="Images\plus.png" />
      <Resource Include="Images\ring.png" />
      <Resource Include="Images\software.png" />
      <Resource Include="Images\walk.png" />
      <Resource Include="Images\world.png" />
    </ItemGroup>
    <ItemGroup>
      <Resource Include="Images\rotateRight.png" />
      <Resource Include="Images\rotateLeft.png" />
    </ItemGroup>
    <ItemGroup>
      <Resource Include="Images
  ew.png" />
    </ItemGroup>
    <ItemGroup>
      <Resource Include="Images
  ewBold.png" />
    </ItemGroup>
    <ItemGroup>
      <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
        <Visible>False</Visible>
        <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
        <Install>false</Install>
      </BootstrapperPackage>
      <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
        <Visible>False</Visible>
        <ProductName>.NET Framework 3.5 SP1</ProductName>
        <Install>true</Install>
      </BootstrapperPackage>
    </ItemGroup>
    <ItemGroup>
      <Resource Include="Images\quitApp.png" />
    </ItemGroup>
210553190   doan   仕様 #2061 と仕様 #2062
364
365
366
    <ItemGroup>
      <Resource Include="Images\map.png" />
    </ItemGroup>
d96c9e481   doan   Update Source Code
367
    <ItemGroup>
867826ac5   doan   Update Task 2046
368
369
      <Folder Include="bin\Debug\" />
      <Folder Include="bin\Release\" />
d96c9e481   doan   Update Source Code
370
371
      <Folder Include="Style\" />
    </ItemGroup>
de8826297   toan   RM2077: Edit source
372
373
374
375
376
377
    <ItemGroup>
      <ProjectReference Include="..\RoboforkApp.AWS\RoboforkApp.AWS.csproj">
        <Project>{a4db3a6a-7959-4517-844b-4d00ae09436c}</Project>
        <Name>RoboforkApp.AWS</Name>
      </ProjectReference>
    </ItemGroup>
997913432   doan   Update task 2085
378
379
380
    <ItemGroup>
      <Resource Include="Images\mapindex.png" />
    </ItemGroup>
729be9a6d   doan   New Project
381
382
383
384
385
386
387
388
389
    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
         Other similar extension points exist, see Microsoft.Common.targets.
    <Target Name="BeforeBuild">
    </Target>
    <Target Name="AfterBuild">
    </Target>
    -->
  </Project>