Develop and Download Open Source Software

Browse Subversion Repository

Contents of /NeoFT/starter/NFT.Starter.csproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 103 - (show annotations) (download)
Sun Oct 13 12:34:30 2013 UTC (10 years, 5 months ago) by c477
File size: 6329 byte(s)
Add Test utility class and Control wrapper(platform compatible layer).
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3 <PropertyGroup>
4 <ProjectType>Local</ProjectType>
5 <ProductVersion>9.0.21022</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{17B6AE46-0110-4C40-98EB-5F7E4E16C050}</ProjectGuid>
8 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10 <ApplicationIcon>App.ico</ApplicationIcon>
11 <AssemblyKeyContainerName>
12 </AssemblyKeyContainerName>
13 <AssemblyName>NeoFT</AssemblyName>
14 <AssemblyOriginatorKeyFile>
15 </AssemblyOriginatorKeyFile>
16 <DefaultClientScript>JScript</DefaultClientScript>
17 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18 <DefaultTargetSchema>IE50</DefaultTargetSchema>
19 <DelaySign>false</DelaySign>
20 <OutputType>WinExe</OutputType>
21 <RootNamespace>nft.starter</RootNamespace>
22 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
23 <StartupObject>Starter.Starter</StartupObject>
24 <FileUpgradeFlags>
25 </FileUpgradeFlags>
26 <UpgradeBackupLocation>
27 </UpgradeBackupLocation>
28 <OldToolsVersion>3.5</OldToolsVersion>
29 <PublishUrl>publish\</PublishUrl>
30 <Install>true</Install>
31 <InstallFrom>Disk</InstallFrom>
32 <UpdateEnabled>false</UpdateEnabled>
33 <UpdateMode>Foreground</UpdateMode>
34 <UpdateInterval>7</UpdateInterval>
35 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
36 <UpdatePeriodically>false</UpdatePeriodically>
37 <UpdateRequired>false</UpdateRequired>
38 <MapFileExtensions>true</MapFileExtensions>
39 <ApplicationRevision>0</ApplicationRevision>
40 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
41 <IsWebBootstrapper>false</IsWebBootstrapper>
42 <UseApplicationTrust>false</UseApplicationTrust>
43 <BootstrapperEnabled>true</BootstrapperEnabled>
44 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
45 <TargetFrameworkProfile>Client</TargetFrameworkProfile>
46 </PropertyGroup>
47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
48 <OutputPath>..\bin\</OutputPath>
49 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
50 <BaseAddress>285212672</BaseAddress>
51 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
52 <ConfigurationOverrideFile>
53 </ConfigurationOverrideFile>
54 <DefineConstants>DEBUG;TRACE</DefineConstants>
55 <DocumentationFile>
56 </DocumentationFile>
57 <DebugSymbols>true</DebugSymbols>
58 <FileAlignment>4096</FileAlignment>
59 <NoStdLib>false</NoStdLib>
60 <NoWarn>
61 </NoWarn>
62 <Optimize>false</Optimize>
63 <RegisterForComInterop>false</RegisterForComInterop>
64 <RemoveIntegerChecks>false</RemoveIntegerChecks>
65 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
66 <WarningLevel>4</WarningLevel>
67 <DebugType>full</DebugType>
68 <ErrorReport>prompt</ErrorReport>
69 </PropertyGroup>
70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
71 <OutputPath>..\bin\</OutputPath>
72 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
73 <BaseAddress>285212672</BaseAddress>
74 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
75 <ConfigurationOverrideFile>
76 </ConfigurationOverrideFile>
77 <DefineConstants>TRACE</DefineConstants>
78 <DocumentationFile>
79 </DocumentationFile>
80 <DebugSymbols>false</DebugSymbols>
81 <FileAlignment>4096</FileAlignment>
82 <NoStdLib>false</NoStdLib>
83 <NoWarn>
84 </NoWarn>
85 <Optimize>true</Optimize>
86 <RegisterForComInterop>false</RegisterForComInterop>
87 <RemoveIntegerChecks>false</RemoveIntegerChecks>
88 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
89 <WarningLevel>4</WarningLevel>
90 <DebugType>none</DebugType>
91 <ErrorReport>prompt</ErrorReport>
92 </PropertyGroup>
93 <ItemGroup>
94 <Reference Include="System">
95 <Name>System</Name>
96 </Reference>
97 <Reference Include="System.Data">
98 <Name>System.Data</Name>
99 </Reference>
100 <Reference Include="System.Windows.Forms">
101 <Name>System.Windows.Forms</Name>
102 </Reference>
103 <ProjectReference Include="..\Core\NFT.Core.csproj">
104 <Name>NFT.Core</Name>
105 <Project>{21EF6ED4-D1FC-4CF4-9E30-A89F99DB79FB}</Project>
106 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
107 </ProjectReference>
108 <ProjectReference Include="..\framework\NFT.Framework.csproj">
109 <Name>NFT.Framework</Name>
110 <Project>{BCA22298-65E0-4AF7-931C-E35DF4672991}</Project>
111 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
112 </ProjectReference>
113 <ProjectReference Include="..\ui_jp\NFT.UI.csproj">
114 <Name>NFT.UI</Name>
115 <Project>{98255547-B12F-41A8-B61B-90193C213886}</Project>
116 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
117 </ProjectReference>
118 </ItemGroup>
119 <ItemGroup>
120 <Content Include="App.ico" />
121 <Compile Include="AssemblyInfo.cs">
122 <SubType>Code</SubType>
123 </Compile>
124 <Compile Include="Starter.cs">
125 <SubType>Code</SubType>
126 </Compile>
127 <EmbeddedResource Include="Starter.resx">
128 <DependentUpon>Starter.cs</DependentUpon>
129 <SubType>Designer</SubType>
130 </EmbeddedResource>
131 </ItemGroup>
132 <ItemGroup>
133 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
134 <Visible>False</Visible>
135 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
136 <Install>true</Install>
137 </BootstrapperPackage>
138 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
139 <Visible>False</Visible>
140 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
141 <Install>false</Install>
142 </BootstrapperPackage>
143 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
144 <Visible>False</Visible>
145 <ProductName>.NET Framework 3.5</ProductName>
146 <Install>false</Install>
147 </BootstrapperPackage>
148 </ItemGroup>
149 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
150 <PropertyGroup>
151 <PreBuildEvent>
152 </PreBuildEvent>
153 <PostBuildEvent>copy ..\framework\*.xml $(OutDir)
154 copy ..\core\*.xml $(OutDir)</PostBuildEvent>
155 </PropertyGroup>
156 </Project>

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