Quick Search:

View

Revision:

Diff

Diff from 296 to:

Annotations

Annotate by Age | Author | Mixed | None
/browse/campaignrwm/trunk/CampaignrProject/CampaignrProject.csproj

Annotated File View

thassan
107
1 <?xml version="1.0" encoding="utf-8"?>
nmp
185
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
thassan
107
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
nmp
292
6     <ProductVersion>9.0.30729</ProductVersion>
thassan
107
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{3EE8F42C-9902-47AF-B186-D159E90124F2}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
nmp
234
10     <RootNamespace>Ucla.Cens.Campaignr</RootNamespace>
thassan
107
11     <AssemblyName>Campaignr</AssemblyName>
12     <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
nmp
236
13     <PlatformFamilyName>Smartphone</PlatformFamilyName>
14     <PlatformID>f27da329-3269-4191-98e0-c87d3d7f1db9</PlatformID>
thassan
107
15     <OSVersion>5.02</OSVersion>
16     <DeployDirSuffix>Campaignr</DeployDirSuffix>
nmp
197
17     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
thassan
107
18     <FormFactorID>
19     </FormFactorID>
nmp
185
20     <FileUpgradeFlags>
21     </FileUpgradeFlags>
22     <OldToolsVersion>2.0</OldToolsVersion>
nmp
236
23     <NativePlatformName>Windows Mobile 6 Standard SDK</NativePlatformName>
nmp
185
24     <UpgradeBackupLocation>
25     </UpgradeBackupLocation>
thassan
184
26     <SignAssembly>false</SignAssembly>
27     <AssemblyOriginatorKeyFile>
28     </AssemblyOriginatorKeyFile>
nmp
200
29     <StartupObject>Ucla.Cens.Campaignr.MobApp.MainForm</StartupObject>
nmp
202
30     <DelaySign>false</DelaySign>
thassan
262
31     <ApplicationIcon>Resources\CENS.ico</ApplicationIcon>
thassan
107
32   </PropertyGroup>
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
34     <DebugSymbols>true</DebugSymbols>
35     <Optimize>false</Optimize>
36     <OutputPath>bin\Debug\</OutputPath>
37     <DefineConstants>DEBUG;TRACE;$(PlatformFamilyName)</DefineConstants>
38     <NoStdLib>true</NoStdLib>
39     <NoConfig>true</NoConfig>
40     <FileAlignment>512</FileAlignment>
41     <WarningLevel>4</WarningLevel>
42     <GenerateSerializationAssemblies>off</GenerateSerializationAssemblies>
nmp
200
43     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
thassan
107
44   </PropertyGroup>
45   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46     <DebugType>pdbonly</DebugType>
47     <Optimize>true</Optimize>
48     <OutputPath>bin\Release\</OutputPath>
49     <DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
50     <NoStdLib>true</NoStdLib>
51     <NoConfig>true</NoConfig>
52     <FileAlignment>512</FileAlignment>
53     <WarningLevel>4</WarningLevel>
54     <GenerateSerializationAssemblies>off</GenerateSerializationAssemblies>
nmp
253
55     <DocumentationFile>
56     </DocumentationFile>
thassan
107
57   </PropertyGroup>
58   <ItemGroup>
59     <Reference Include="mscorlib" />
60     <Reference Include="System" />
nmp
207
61     <Reference Include="System.Core" />
thassan
107
62     <Reference Include="System.Data" />
nmp
207
63     <Reference Include="System.Data.DataSetExtensions" />
64     <Reference Include="System.Data.SqlServerCe, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3be235df1c8d2ad3, processorArchitecture=MSIL">
65       <Private>False</Private>
66     </Reference>
thassan
107
67     <Reference Include="System.Drawing" />
thassan
208
68     <Reference Include="System.Web.Services" />
thassan
107
69     <Reference Include="System.Windows.Forms" />
70     <Reference Include="System.Xml" />
71   </ItemGroup>
72   <ItemGroup>
nmp
234
73     <Compile Include="ConfigurationManager.cs" />
nmp
273
74     <Compile Include="Configurations\Global.Designer.cs">
75       <AutoGen>True</AutoGen>
76       <DesignTime>True</DesignTime>
77       <DependentUpon>Global.xsd</DependentUpon>
78     </Compile>
thassan
178
79     <Compile Include="FileChooser.cs">
80       <SubType>Form</SubType>
81     </Compile>
82     <Compile Include="FileChooser.Designer.cs">
83       <DependentUpon>FileChooser.cs</DependentUpon>
84     </Compile>
nmp
236
85     <Compile Include="GenericLogin.cs">
86       <SubType>Form</SubType>
87     </Compile>
88     <Compile Include="GenericLogin.Designer.cs">
89       <DependentUpon>GenericLogin.cs</DependentUpon>
90     </Compile>
nmp
253
91     <Compile Include="GlobalConfigurationParser.cs" />
92     <Compile Include="GraphicalInterface.cs">
93       <SubType>Form</SubType>
94     </Compile>
95     <Compile Include="GraphicalInterface.Designer.cs">
96       <DependentUpon>GraphicalInterface.cs</DependentUpon>
97     </Compile>
thassan
107
98     <Compile Include="MainForm.cs">
99       <SubType>Form</SubType>
100     </Compile>
101     <Compile Include="Properties\AssemblyInfo.cs" />
102     <Compile Include="Properties\Resources.Designer.cs">
103       <AutoGen>True</AutoGen>
104       <DesignTime>True</DesignTime>
105       <DependentUpon>Resources.resx</DependentUpon>
106     </Compile>
nmp
265
107     <Compile Include="TermsConditions.cs">
108       <SubType>Form</SubType>
109     </Compile>
110     <Compile Include="TermsConditions.Designer.cs">
111       <DependentUpon>TermsConditions.cs</DependentUpon>
112     </Compile>
113     <Compile Include="UserAgreement.cs">
114       <SubType>Form</SubType>
115     </Compile>
116     <Compile Include="UserAgreement.Designer.cs">
117       <DependentUpon>UserAgreement.cs</DependentUpon>
118     </Compile>
nmp
234
119     <Compile Include="WebForm.cs">
120       <SubType>Form</SubType>
121     </Compile>
122     <Compile Include="WebForm.Designer.cs">
123       <DependentUpon>WebForm.cs</DependentUpon>
124     </Compile>
thassan
165
125     <Compile Include="XML Parser\SimpleDOMParser.cs" />
126     <Compile Include="XML Parser\SimpleElement.cs" />
127     <Compile Include="XML Parser\SimpleElements.cs" />
thassan
178
128     <EmbeddedResource Include="FileChooser.resx">
129       <SubType>Designer</SubType>
130       <DependentUpon>FileChooser.cs</DependentUpon>
131     </EmbeddedResource>
nmp
236
132     <EmbeddedResource Include="GenericLogin.resx">
133       <DependentUpon>GenericLogin.cs</DependentUpon>
134       <SubType>Designer</SubType>
135     </EmbeddedResource>
thassan
107
136     <EmbeddedResource Include="MainForm.resx">
137       <DependentUpon>MainForm.cs</DependentUpon>
138       <SubType>Designer</SubType>
139     </EmbeddedResource>
140     <EmbeddedResource Include="Properties\Resources.resx">
141       <Generator>ResXFileCodeGenerator</Generator>
142       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
143       <SubType>Designer</SubType>
144     </EmbeddedResource>
nmp
234
145     <EmbeddedResource Include="WebForm.resx">
146       <DependentUpon>WebForm.cs</DependentUpon>
147       <SubType>Designer</SubType>
148     </EmbeddedResource>
thassan
107
149   </ItemGroup>
150   <ItemGroup>
nmp
216
151     <ProjectReference Include="..\CampaignrLibrary.csproj">
thassan
107
152       <Project>{DB77C1EE-A383-4CD5-A107-1C7C26A9E6B8}</Project>
nmp
216
153       <Name>CampaignrLibrary</Name>
154     </ProjectReference>
155     <ProjectReference Include="..\CampaignrModules\CampaignrModules.csproj">
156       <Project>{A095CC40-A0A5-4023-BB02-4938EF766217}</Project>
157       <Name>CampaignrModules</Name>
thassan
107
158     </ProjectReference>
159   </ItemGroup>
thassan
165
160   <ItemGroup>
nmp
281
161     <Content Include="CameraCaptureDLL.dll" />
nmp
273
162     <Content Include="Campaignr.exe.config">
163       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
nmp
234
164     </Content>
nmp
273
165     <None Include="Configurations\autoload">
nmp
201
166     </None>
nmp
253
167     <EmbeddedResource Include="GraphicalInterface.resx">
168       <DependentUpon>GraphicalInterface.cs</DependentUpon>
nmp
265
169       <SubType>Designer</SubType>
nmp
253
170     </EmbeddedResource>
nmp
273
171     <None Include="Configurations\Global.xsc">
nmp
259
172       <DependentUpon>Global.xsd</DependentUpon>
173     </None>
nmp
273
174     <EmbeddedResource Include="Configurations\Global.xsd">
nmp
259
175       <Generator>MSDataSetGenerator</Generator>
176       <SubType>Designer</SubType>
nmp
273
177       <LastGenOutput>Global.Designer.cs</LastGenOutput>
nmp
259
178     </EmbeddedResource>
nmp
265
179     <EmbeddedResource Include="TermsConditions.resx">
180       <DependentUpon>TermsConditions.cs</DependentUpon>
181       <SubType>Designer</SubType>
182     </EmbeddedResource>
183     <EmbeddedResource Include="UserAgreement.resx">
184       <DependentUpon>UserAgreement.cs</DependentUpon>
185       <SubType>Designer</SubType>
186     </EmbeddedResource>
nmp
273
187     <None Include="Configurations\Global.xss">
nmp
259
188       <DependentUpon>Global.xsd</DependentUpon>
189     </None>
nmp
273
190     <None Include="Configurations\PEIR_30sec_CENStemp.xml">
thassan
178
191     </None>
nmp
273
192     <None Include="Configurations\PEIR_B_30ATT.xml">
thassan
178
193     </None>
nmp
273
194     <None Include="Configurations\PEIR_B_30ATT_Upld.xml">
thassan
178
195     </None>
nmp
273
196     <None Include="Configurations\PEIR_B_30CENStemp.xml">
thassan
178
197     </None>
nmp
273
198     <None Include="Configurations\PEIR_B_30TMob.xml">
thassan
178
199     </None>
nmp
273
200     <None Include="Configurations\PEIR_B_30TMob_Upld.xml">
thassan
178
201     </None>
nmp
273
202     <None Include="Configurations\PEIR_B_30WiFi.xml">
thassan
178
203     </None>
nmp
273
204     <None Include="Configurations\PEIR_T_30ATT.xml">
thassan
178
205     </None>
nmp
273
206     <None Include="Configurations\AutoloadPEIR_T_30ATT_Upld.xml">
nmp
260
207     </None>
nmp
290
208     <Content Include="NativeCameraLibrary.dll">
nmp
296
209       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
nmp
290
210     </Content>
thassan
262
211     <Content Include="Resources\Campaign.gif">
nmp
250
212       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
nmp
218
213     </Content>
nmp
207
214     <Content Include="CampaignrDB.sdf">
nmp
296
215       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
nmp
207
216     </Content>
thassan
262
217     <Content Include="Resources\CENS.gif" />
218     <Content Include="Resources\CENS.ico" />
nmp
287
219     <Content Include="Configurations\PEIR.xml">
220       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
221     </Content>
nmp
281
222     <Content Include="Configurations\Footstep.xml">
nmp
250
223       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
nmp
281
224     </Content>
nmp
253
225     <Content Include="Global.xml">
226       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
227     </Content>
nmp
273
228     <None Include="Configurations\PEIR_T_30ATT_Upld.xml">
229     </None>
230     <None Include="Configurations\Microphone.xml">
nmp
202
231     </None>
nmp
273
232     <None Include="Configurations\Sensorbase.xml">
nmp
260
233     </None>
nmp
273
234     <Content Include="Configurations\SignSense.xml">
thassan
233
235       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
236     </Content>
nmp
273
237     <None Include="Configurations\Twitter.xml">
nmp
260
238     </None>
thassan
262
239     <Content Include="Resources\Line.gif" />
240     <Content Include="Resources\SatelliteOff.jpg">
nmp
253
241       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
242     </Content>
thassan
262
243     <Content Include="Resources\SatelliteOn.jpg">
nmp
253
244       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
245     </Content>
nmp
273
246     <None Include="Configurations\PEIR_T_30CENStemp.xml">
thassan
178
247     </None>
nmp
273
248     <None Include="Configurations\PEIR_T_30TMob.xml">
thassan
178
249     </None>
nmp
273
250     <None Include="Configurations\PEIR_T_30TMob_Upld.xml">
thassan
178
251     </None>
nmp
273
252     <None Include="Configurations\PEIR_T_30WiFi.xml">
thassan
178
253     </None>
thassan
262
254     <Content Include="Resources\SamplePrivDeveloper.cer">
nmp
218
255       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
nmp
202
256     </Content>
thassan
178
257   </ItemGroup>
thassan
107
258   <Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.v1.targets" />
259   <Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
260   <ProjectExtensions>
261     <VisualStudio>
262       <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
263         <HostingProcess disable="1" />
264       </FlavorProperties>
265     </VisualStudio>
266   </ProjectExtensions>
nmp
185
267   <Import Condition="'$(TargetFrameworkVersion)' == 'v3.5'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
thassan
107
268 </Project>
    \ No newline at end of file
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.4 Build:build-307 2008-07-31 ) - Administration - Page generated 2009-11-24 01:21 -0800