Develop and Download Open Source Software

Browse Subversion Repository

Contents of /WhereTrainBuild/WhereTrainBuild.csproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 58 - (show annotations) (download)
Tue Apr 20 07:45:29 2021 UTC (3 years ago) by dangerouswoo
File size: 12022 byte(s)


1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{94672135-CA54-426C-BB92-671156ACABBD}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>WhereTrainBuild</RootNamespace>
12 <AssemblyName>WhereTrainBuild</AssemblyName>
13 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <FileUpgradeFlags>
16 </FileUpgradeFlags>
17 <UpgradeBackupLocation>
18 </UpgradeBackupLocation>
19 <OldToolsVersion>3.5</OldToolsVersion>
20 <IsWebBootstrapper>false</IsWebBootstrapper>
21 <TargetFrameworkProfile />
22 <PublishUrl>publish\</PublishUrl>
23 <Install>true</Install>
24 <InstallFrom>Disk</InstallFrom>
25 <UpdateEnabled>false</UpdateEnabled>
26 <UpdateMode>Foreground</UpdateMode>
27 <UpdateInterval>7</UpdateInterval>
28 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
29 <UpdatePeriodically>false</UpdatePeriodically>
30 <UpdateRequired>false</UpdateRequired>
31 <MapFileExtensions>true</MapFileExtensions>
32 <ApplicationRevision>0</ApplicationRevision>
33 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34 <UseApplicationTrust>false</UseApplicationTrust>
35 <BootstrapperEnabled>true</BootstrapperEnabled>
36 </PropertyGroup>
37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38 <DebugSymbols>true</DebugSymbols>
39 <DebugType>full</DebugType>
40 <Optimize>false</Optimize>
41 <OutputPath>bin\Debug\</OutputPath>
42 <DefineConstants>DEBUG;TRACE</DefineConstants>
43 <ErrorReport>prompt</ErrorReport>
44 <WarningLevel>4</WarningLevel>
45 <Prefer32Bit>false</Prefer32Bit>
46 </PropertyGroup>
47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48 <DebugType>pdbonly</DebugType>
49 <Optimize>true</Optimize>
50 <OutputPath>bin\Release\</OutputPath>
51 <DefineConstants>TRACE</DefineConstants>
52 <ErrorReport>prompt</ErrorReport>
53 <WarningLevel>4</WarningLevel>
54 <Prefer32Bit>false</Prefer32Bit>
55 </PropertyGroup>
56 <PropertyGroup />
57 <PropertyGroup>
58 <TargetZone>LocalIntranet</TargetZone>
59 </PropertyGroup>
60 <PropertyGroup>
61 <GenerateManifests>true</GenerateManifests>
62 </PropertyGroup>
63 <PropertyGroup>
64 <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
65 </PropertyGroup>
66 <ItemGroup>
67 <Reference Include="System" />
68 <Reference Include="System.Data" />
69 <Reference Include="System.Deployment" />
70 <Reference Include="System.Drawing" />
71 <Reference Include="System.IO.Compression.FileSystem" />
72 <Reference Include="System.Net" />
73 <Reference Include="System.Net.Http" />
74 <Reference Include="System.ServiceModel" />
75 <Reference Include="System.ServiceModel.Web" />
76 <Reference Include="System.Web" />
77 <Reference Include="System.Web.Extensions" />
78 <Reference Include="System.Windows.Forms" />
79 <Reference Include="System.Xml" />
80 </ItemGroup>
81 <ItemGroup>
82 <Compile Include="AI\LineWalker.cs" />
83 <Compile Include="AI\TileAnalyzer3.cs" />
84 <Compile Include="Dialog\ChoisePathListDialog.cs">
85 <SubType>Form</SubType>
86 </Compile>
87 <Compile Include="Dialog\ChoisePathListDialog.Designer.cs">
88 <DependentUpon>ChoisePathListDialog.cs</DependentUpon>
89 </Compile>
90 <Compile Include="Dialog\DaiagramDialog.cs">
91 <SubType>Form</SubType>
92 </Compile>
93 <Compile Include="Dialog\DaiagramDialog.Designer.cs">
94 <DependentUpon>DaiagramDialog.cs</DependentUpon>
95 </Compile>
96 <Compile Include="Dialog\EditLineDialog.cs">
97 <SubType>Form</SubType>
98 </Compile>
99 <Compile Include="Dialog\EditLineDialog.Designer.cs">
100 <DependentUpon>EditLineDialog.cs</DependentUpon>
101 </Compile>
102 <Compile Include="Dialog\EditPathDialog.cs">
103 <SubType>Form</SubType>
104 </Compile>
105 <Compile Include="Dialog\EditPathDialog.Designer.cs">
106 <DependentUpon>EditPathDialog.cs</DependentUpon>
107 </Compile>
108 <Compile Include="Dialog\EditPlanDialog.cs">
109 <SubType>Form</SubType>
110 </Compile>
111 <Compile Include="Dialog\EditPlanDialog.Designer.cs">
112 <DependentUpon>EditPlanDialog.cs</DependentUpon>
113 </Compile>
114 <Compile Include="Dialog\EditTrainDialog.cs">
115 <SubType>Form</SubType>
116 </Compile>
117 <Compile Include="Dialog\EditTrainDialog.Designer.cs">
118 <DependentUpon>EditTrainDialog.cs</DependentUpon>
119 </Compile>
120 <Compile Include="Dialog\FactoryProDialog.cs">
121 <SubType>Form</SubType>
122 </Compile>
123 <Compile Include="Dialog\FactoryProDialog.Designer.cs">
124 <DependentUpon>FactoryProDialog.cs</DependentUpon>
125 </Compile>
126 <Compile Include="Dialog\BuildDialogTrainDialog.cs">
127 <SubType>Form</SubType>
128 </Compile>
129 <Compile Include="Dialog\BuildDialogTrainDialog.Designer.cs">
130 <DependentUpon>BuildDialogTrainDialog.cs</DependentUpon>
131 </Compile>
132 <Compile Include="Dialog\MapSelectDialog.cs">
133 <SubType>Form</SubType>
134 </Compile>
135 <Compile Include="Dialog\MapSelectDialog.Designer.cs">
136 <DependentUpon>MapSelectDialog.cs</DependentUpon>
137 </Compile>
138 <Compile Include="Dialog\StationDialog.cs">
139 <SubType>Form</SubType>
140 </Compile>
141 <Compile Include="Dialog\StationDialog.Designer.cs">
142 <DependentUpon>StationDialog.cs</DependentUpon>
143 </Compile>
144 <Compile Include="Dialog\WalkingDialog.cs">
145 <SubType>Form</SubType>
146 </Compile>
147 <Compile Include="Dialog\WalkingDialog.Designer.cs">
148 <DependentUpon>WalkingDialog.cs</DependentUpon>
149 </Compile>
150 <Compile Include="MapForm.cs">
151 <SubType>Form</SubType>
152 </Compile>
153 <Compile Include="MapForm.Designer.cs">
154 <DependentUpon>MapForm.cs</DependentUpon>
155 </Compile>
156 <Compile Include="MapUtil\Data\BaseFactory.cs" />
157 <Compile Include="MapUtil\Data\DynamicBuildLogic.cs" />
158 <Compile Include="MapUtil\Data\IBuildDiaFactory.cs" />
159 <Compile Include="MapUtil\Data\IFactory.cs" />
160 <Compile Include="MapUtil\Data\LineInfo.cs" />
161 <Compile Include="MapUtil\Data\PlaneFactory.cs" />
162 <Compile Include="MapUtil\Data\PointInfoData.cs" />
163 <Compile Include="MapUtil\Data\SceduleManager.cs" />
164 <Compile Include="MapUtil\Data\StationInfoData.cs" />
165 <Compile Include="MapUtil\Data\StationManager.cs" />
166 <Compile Include="MapUtil\Data\TrainInfo.cs" />
167 <Compile Include="MapUtil\Data\TrainLine.cs" />
168 <Compile Include="MapUtil\Data\TrainNetwork.cs" />
169 <Compile Include="MapUtil\Data\TrainPath.cs" />
170 <Compile Include="MapUtil\MapGetIf.cs" />
171 <Compile Include="MapUtil\MapTile.cs" />
172 <Compile Include="MapUtil\MapTitleManager.cs" />
173 <Compile Include="MapUtil\VBigMapTile.cs" />
174 <Compile Include="MapUtil\VDetailMapTile.cs" />
175 <Compile Include="MapUtil\latlontool.cs" />
176 <Compile Include="MapUtil\MercatorTrans.cs" />
177 <Compile Include="MapUtil\OSM\OSMGet.cs" />
178 <Compile Include="MapUtil\View\MapViewControl.cs">
179 <SubType>UserControl</SubType>
180 </Compile>
181 <Compile Include="MapUtil\View\MapViewControl.designer.cs">
182 <DependentUpon>MapViewControl.cs</DependentUpon>
183 </Compile>
184 <Compile Include="MapUtil\View\ViewArea.cs" />
185 <Compile Include="MapUtil\View\ViewPointIF.cs" />
186 <Compile Include="MapUtil\View\ViewRequestInfo.cs" />
187 <Compile Include="Net\ekijp.cs" />
188 <Compile Include="Program.cs" />
189 <Compile Include="Properties\AssemblyInfo.cs" />
190 <EmbeddedResource Include="Dialog\ChoisePathListDialog.resx">
191 <DependentUpon>ChoisePathListDialog.cs</DependentUpon>
192 </EmbeddedResource>
193 <EmbeddedResource Include="Dialog\DaiagramDialog.resx">
194 <DependentUpon>DaiagramDialog.cs</DependentUpon>
195 </EmbeddedResource>
196 <EmbeddedResource Include="Dialog\EditLineDialog.resx">
197 <DependentUpon>EditLineDialog.cs</DependentUpon>
198 </EmbeddedResource>
199 <EmbeddedResource Include="Dialog\EditPathDialog.resx">
200 <DependentUpon>EditPathDialog.cs</DependentUpon>
201 </EmbeddedResource>
202 <EmbeddedResource Include="Dialog\EditPlanDialog.resx">
203 <DependentUpon>EditPlanDialog.cs</DependentUpon>
204 </EmbeddedResource>
205 <EmbeddedResource Include="Dialog\EditTrainDialog.resx">
206 <DependentUpon>EditTrainDialog.cs</DependentUpon>
207 </EmbeddedResource>
208 <EmbeddedResource Include="Dialog\FactoryProDialog.resx">
209 <DependentUpon>FactoryProDialog.cs</DependentUpon>
210 </EmbeddedResource>
211 <EmbeddedResource Include="Dialog\BuildDialogTrainDialog.resx">
212 <DependentUpon>BuildDialogTrainDialog.cs</DependentUpon>
213 </EmbeddedResource>
214 <EmbeddedResource Include="Dialog\MapSelectDialog.resx">
215 <DependentUpon>MapSelectDialog.cs</DependentUpon>
216 </EmbeddedResource>
217 <EmbeddedResource Include="Dialog\StationDialog.resx">
218 <DependentUpon>StationDialog.cs</DependentUpon>
219 </EmbeddedResource>
220 <EmbeddedResource Include="Dialog\WalkingDialog.resx">
221 <DependentUpon>WalkingDialog.cs</DependentUpon>
222 </EmbeddedResource>
223 <EmbeddedResource Include="MapForm.resx">
224 <DependentUpon>MapForm.cs</DependentUpon>
225 </EmbeddedResource>
226 <EmbeddedResource Include="MapUtil\View\MapViewControl.resx">
227 <DependentUpon>MapViewControl.cs</DependentUpon>
228 </EmbeddedResource>
229 <EmbeddedResource Include="Properties\Resources.resx">
230 <Generator>ResXFileCodeGenerator</Generator>
231 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
232 <SubType>Designer</SubType>
233 </EmbeddedResource>
234 <Compile Include="Properties\Resources.Designer.cs">
235 <AutoGen>True</AutoGen>
236 <DependentUpon>Resources.resx</DependentUpon>
237 <DesignTime>True</DesignTime>
238 </Compile>
239 <None Include="app.config">
240 <SubType>Designer</SubType>
241 </None>
242 <None Include="Properties\app.manifest" />
243 <None Include="Properties\Settings.settings">
244 <Generator>SettingsSingleFileGenerator</Generator>
245 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
246 </None>
247 <Compile Include="Properties\Settings.Designer.cs">
248 <AutoGen>True</AutoGen>
249 <DependentUpon>Settings.settings</DependentUpon>
250 <DesignTimeSharedInput>True</DesignTimeSharedInput>
251 </Compile>
252 </ItemGroup>
253 <ItemGroup>
254 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
255 <Visible>False</Visible>
256 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
257 <Install>false</Install>
258 </BootstrapperPackage>
259 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
260 <Visible>False</Visible>
261 <ProductName>.NET Framework 3.5 SP1</ProductName>
262 <Install>true</Install>
263 </BootstrapperPackage>
264 </ItemGroup>
265 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
266 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
267 <PropertyGroup>
268 <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
269 </PropertyGroup>
270 </Target>
271 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
272 Other similar extension points exist, see Microsoft.Common.targets.
273 <Target Name="BeforeBuild">
274 </Target>
275 <Target Name="AfterBuild">
276 </Target>
277 -->
278 </Project>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26