Develop and Download Open Source Software

Browse Subversion Repository

Contents of /NeoFT/Controls/NFT.Controls.csproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 77 - (show annotations) (download)
Sun Nov 4 13:29:01 2012 UTC (11 years, 5 months ago) by c477
File size: 8772 byte(s)
xna graphics
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>{7CEE9543-A9B8-4849-B4B3-B4F2D6A469F6}</ProjectGuid>
8 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10 <ApplicationIcon>
11 </ApplicationIcon>
12 <AssemblyKeyContainerName>
13 </AssemblyKeyContainerName>
14 <AssemblyName>NFT.Controls</AssemblyName>
15 <AssemblyOriginatorKeyFile>
16 </AssemblyOriginatorKeyFile>
17 <DefaultClientScript>JScript</DefaultClientScript>
18 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
19 <DefaultTargetSchema>IE50</DefaultTargetSchema>
20 <DelaySign>false</DelaySign>
21 <OutputType>Library</OutputType>
22 <RootNamespace>nft.controls</RootNamespace>
23 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
24 <StartupObject>
25 </StartupObject>
26 <FileUpgradeFlags>
27 </FileUpgradeFlags>
28 <UpgradeBackupLocation>
29 </UpgradeBackupLocation>
30 <OldToolsVersion>3.5</OldToolsVersion>
31 <PublishUrl>publish\</PublishUrl>
32 <Install>true</Install>
33 <InstallFrom>Disk</InstallFrom>
34 <UpdateEnabled>false</UpdateEnabled>
35 <UpdateMode>Foreground</UpdateMode>
36 <UpdateInterval>7</UpdateInterval>
37 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
38 <UpdatePeriodically>false</UpdatePeriodically>
39 <UpdateRequired>false</UpdateRequired>
40 <MapFileExtensions>true</MapFileExtensions>
41 <ApplicationRevision>0</ApplicationRevision>
42 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
43 <IsWebBootstrapper>false</IsWebBootstrapper>
44 <UseApplicationTrust>false</UseApplicationTrust>
45 <BootstrapperEnabled>true</BootstrapperEnabled>
46 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
47 </PropertyGroup>
48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
49 <OutputPath>bin\Debug\</OutputPath>
50 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
51 <BaseAddress>285212672</BaseAddress>
52 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
53 <ConfigurationOverrideFile>
54 </ConfigurationOverrideFile>
55 <DefineConstants>DEBUG;TRACE</DefineConstants>
56 <DocumentationFile>
57 </DocumentationFile>
58 <DebugSymbols>true</DebugSymbols>
59 <FileAlignment>4096</FileAlignment>
60 <NoStdLib>false</NoStdLib>
61 <NoWarn>
62 </NoWarn>
63 <Optimize>false</Optimize>
64 <RegisterForComInterop>false</RegisterForComInterop>
65 <RemoveIntegerChecks>false</RemoveIntegerChecks>
66 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
67 <WarningLevel>4</WarningLevel>
68 <DebugType>full</DebugType>
69 <ErrorReport>prompt</ErrorReport>
70 </PropertyGroup>
71 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
72 <OutputPath>bin\Release\</OutputPath>
73 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
74 <BaseAddress>285212672</BaseAddress>
75 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
76 <ConfigurationOverrideFile>
77 </ConfigurationOverrideFile>
78 <DefineConstants>TRACE</DefineConstants>
79 <DocumentationFile>
80 </DocumentationFile>
81 <DebugSymbols>false</DebugSymbols>
82 <FileAlignment>4096</FileAlignment>
83 <NoStdLib>false</NoStdLib>
84 <NoWarn>
85 </NoWarn>
86 <Optimize>true</Optimize>
87 <RegisterForComInterop>false</RegisterForComInterop>
88 <RemoveIntegerChecks>false</RemoveIntegerChecks>
89 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
90 <WarningLevel>4</WarningLevel>
91 <DebugType>none</DebugType>
92 <ErrorReport>prompt</ErrorReport>
93 </PropertyGroup>
94 <ItemGroup>
95 <Reference Include="System">
96 <Name>System</Name>
97 </Reference>
98 <Reference Include="System.Data">
99 <Name>System.Data</Name>
100 </Reference>
101 <Reference Include="System.Drawing">
102 <Name>System.Drawing</Name>
103 </Reference>
104 <Reference Include="System.Windows.Forms">
105 <Name>System.Windows.Forms</Name>
106 </Reference>
107 <Reference Include="System.Xml">
108 <Name>System.XML</Name>
109 </Reference>
110 <COMReference Include="AxSHDocVw">
111 <Guid>{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}</Guid>
112 <VersionMajor>1</VersionMajor>
113 <VersionMinor>1</VersionMinor>
114 <Lcid>0</Lcid>
115 <WrapperTool>aximp</WrapperTool>
116 </COMReference>
117 <COMReference Include="SHDocVw">
118 <Guid>{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}</Guid>
119 <VersionMajor>1</VersionMajor>
120 <VersionMinor>1</VersionMinor>
121 <Lcid>0</Lcid>
122 <WrapperTool>tlbimp</WrapperTool>
123 </COMReference>
124 </ItemGroup>
125 <ItemGroup>
126 <Compile Include="AssemblyInfo.cs">
127 <SubType>Code</SubType>
128 </Compile>
129 <Compile Include="AutoLayoutPanel.cs">
130 <SubType>Component</SubType>
131 </Compile>
132 <Compile Include="HeightBar.cs">
133 <SubType>UserControl</SubType>
134 </Compile>
135 <Compile Include="ILayoutManagedControl.cs">
136 <SubType>Code</SubType>
137 </Compile>
138 <Compile Include="ImageButton.cs">
139 <SubType>UserControl</SubType>
140 </Compile>
141 <Compile Include="MsgAndIconLabel.cs">
142 <SubType>UserControl</SubType>
143 </Compile>
144 <Compile Include="NonLinearUpDownControl.cs">
145 <SubType>Component</SubType>
146 </Compile>
147 <Compile Include="ProgressMonitorPane.cs">
148 <SubType>UserControl</SubType>
149 </Compile>
150 <Compile Include="SatelliteControl.cs">
151 <SubType>UserControl</SubType>
152 </Compile>
153 <Compile Include="UrlLinkLabel.cs">
154 <SubType>Component</SubType>
155 </Compile>
156 <Compile Include="WebBrowserControl.cs">
157 <SubType>UserControl</SubType>
158 </Compile>
159 <EmbeddedResource Include="AutoLayoutPanel.resx">
160 <DependentUpon>AutoLayoutPanel.cs</DependentUpon>
161 <SubType>Designer</SubType>
162 </EmbeddedResource>
163 <EmbeddedResource Include="ground.bmp">
164 <CustomToolNamespace>nft.controls</CustomToolNamespace>
165 </EmbeddedResource>
166 <EmbeddedResource Include="HeightBar.resx">
167 <DependentUpon>HeightBar.cs</DependentUpon>
168 <SubType>Designer</SubType>
169 </EmbeddedResource>
170 <EmbeddedResource Include="ImageButton.resx">
171 <DependentUpon>ImageButton.cs</DependentUpon>
172 <SubType>Designer</SubType>
173 </EmbeddedResource>
174 <EmbeddedResource Include="infinity.bmp" />
175 <EmbeddedResource Include="MsgAndIconLabel.resx">
176 <DependentUpon>MsgAndIconLabel.cs</DependentUpon>
177 <SubType>Designer</SubType>
178 </EmbeddedResource>
179 <EmbeddedResource Include="NonLinearUpDownControl.resx">
180 <DependentUpon>NonLinearUpDownControl.cs</DependentUpon>
181 <SubType>Designer</SubType>
182 </EmbeddedResource>
183 <EmbeddedResource Include="ProgressMonitorPane.resx">
184 <DependentUpon>ProgressMonitorPane.cs</DependentUpon>
185 <SubType>Designer</SubType>
186 </EmbeddedResource>
187 <EmbeddedResource Include="resources.resX">
188 <SubType>Designer</SubType>
189 </EmbeddedResource>
190 <EmbeddedResource Include="SatelliteControl.resx">
191 <DependentUpon>SatelliteControl.cs</DependentUpon>
192 <SubType>Designer</SubType>
193 </EmbeddedResource>
194 <EmbeddedResource Include="WebBrowserControl.resx">
195 <DependentUpon>WebBrowserControl.cs</DependentUpon>
196 <SubType>Designer</SubType>
197 </EmbeddedResource>
198 <None Include="tri_down.bmp">
199 <CustomToolNamespace>nft.controls</CustomToolNamespace>
200 </None>
201 <None Include="tri_up.bmp">
202 <CustomToolNamespace>nft.controls</CustomToolNamespace>
203 </None>
204 </ItemGroup>
205 <ItemGroup>
206 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
207 <Visible>False</Visible>
208 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
209 <Install>true</Install>
210 </BootstrapperPackage>
211 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
212 <Visible>False</Visible>
213 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
214 <Install>false</Install>
215 </BootstrapperPackage>
216 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
217 <Visible>False</Visible>
218 <ProductName>.NET Framework 3.5</ProductName>
219 <Install>false</Install>
220 </BootstrapperPackage>
221 </ItemGroup>
222 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
223 <PropertyGroup>
224 <PreBuildEvent>
225 </PreBuildEvent>
226 <PostBuildEvent>
227 </PostBuildEvent>
228 </PropertyGroup>
229 </Project>

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