root/trunk/tools/cc3_image_viewer/cc3_img_viewer.vbproj

Revision 244, 5.3 kB (checked in by anthony_rowe, 3 years ago)

cc3 Windows Image Viewer

  • Property svn:executable set to *
Line 
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project 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>8.0.50727</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{9E28C593-15C0-4D31-81E4-7CA1C0E39529}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <StartupObject>CC3_GRAB.My.MyApplication</StartupObject>
11     <RootNamespace>CC3_GRAB</RootNamespace>
12     <AssemblyName>CMUcam3 Frame Grabber</AssemblyName>
13     <MyType>WindowsForms</MyType>
14     <PublishUrl>publish\</PublishUrl>
15     <Install>true</Install>
16     <InstallFrom>Disk</InstallFrom>
17     <UpdateEnabled>false</UpdateEnabled>
18     <UpdateMode>Foreground</UpdateMode>
19     <UpdateInterval>7</UpdateInterval>
20     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
21     <UpdatePeriodically>false</UpdatePeriodically>
22     <UpdateRequired>false</UpdateRequired>
23     <MapFileExtensions>true</MapFileExtensions>
24     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
25     <IsWebBootstrapper>false</IsWebBootstrapper>
26     <BootstrapperEnabled>true</BootstrapperEnabled>
27     <ApplicationIcon>
28     </ApplicationIcon>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31     <DebugSymbols>true</DebugSymbols>
32     <DebugType>full</DebugType>
33     <DefineDebug>true</DefineDebug>
34     <DefineTrace>true</DefineTrace>
35     <OutputPath>bin\Debug\</OutputPath>
36     <DocumentationFile>CMUcam3 Frame Grabber.xml</DocumentationFile>
37     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
38   </PropertyGroup>
39   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
40     <DebugType>pdbonly</DebugType>
41     <DefineDebug>false</DefineDebug>
42     <DefineTrace>true</DefineTrace>
43     <Optimize>true</Optimize>
44     <OutputPath>bin\Release\</OutputPath>
45     <DocumentationFile>CMUcam3 Frame Grabber.xml</DocumentationFile>
46     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
47   </PropertyGroup>
48   <ItemGroup>
49     <Reference Include="System" />
50     <Reference Include="System.Data" />
51     <Reference Include="System.Deployment" />
52     <Reference Include="System.Drawing" />
53     <Reference Include="System.Windows.Forms" />
54     <Reference Include="System.Xml" />
55   </ItemGroup>
56   <ItemGroup>
57     <Import Include="Microsoft.VisualBasic" />
58     <Import Include="System" />
59     <Import Include="System.Collections" />
60     <Import Include="System.Collections.Generic" />
61     <Import Include="System.Data" />
62     <Import Include="System.Drawing" />
63     <Import Include="System.Diagnostics" />
64     <Import Include="System.Windows.Forms" />
65   </ItemGroup>
66   <ItemGroup>
67     <Compile Include="Form1.vb">
68       <SubType>Form</SubType>
69     </Compile>
70     <Compile Include="Form1.Designer.vb">
71       <DependentUpon>Form1.vb</DependentUpon>
72       <SubType>Form</SubType>
73     </Compile>
74     <Compile Include="My Project\AssemblyInfo.vb" />
75     <Compile Include="My Project\Application.Designer.vb">
76       <AutoGen>True</AutoGen>
77       <DependentUpon>Application.myapp</DependentUpon>
78     </Compile>
79     <Compile Include="My Project\Resources.Designer.vb">
80       <AutoGen>True</AutoGen>
81       <DesignTime>True</DesignTime>
82       <DependentUpon>Resources.resx</DependentUpon>
83     </Compile>
84     <Compile Include="My Project\Settings.Designer.vb">
85       <AutoGen>True</AutoGen>
86       <DependentUpon>Settings.settings</DependentUpon>
87       <DesignTimeSharedInput>True</DesignTimeSharedInput>
88     </Compile>
89   </ItemGroup>
90   <ItemGroup>
91     <EmbeddedResource Include="Form1.resx">
92       <SubType>Designer</SubType>
93       <DependentUpon>Form1.vb</DependentUpon>
94     </EmbeddedResource>
95     <EmbeddedResource Include="My Project\Resources.resx">
96       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
97       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
98       <CustomToolNamespace>My.Resources</CustomToolNamespace>
99       <SubType>Designer</SubType>
100     </EmbeddedResource>
101   </ItemGroup>
102   <ItemGroup>
103     <None Include="My Project\Application.myapp">
104       <Generator>MyApplicationCodeGenerator</Generator>
105       <LastGenOutput>Application.Designer.vb</LastGenOutput>
106     </None>
107     <None Include="My Project\Settings.settings">
108       <Generator>SettingsSingleFileGenerator</Generator>
109       <CustomToolNamespace>My</CustomToolNamespace>
110       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
111     </None>
112   </ItemGroup>
113   <ItemGroup>
114     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
115       <Visible>False</Visible>
116       <ProductName>.NET Framework 2.0</ProductName>
117       <Install>true</Install>
118     </BootstrapperPackage>
119   </ItemGroup>
120   <ItemGroup>
121     <Folder Include="bin\Debug\" />
122   </ItemGroup>
123   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
124   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
125        Other similar extension points exist, see Microsoft.Common.targets.
126   <Target Name="BeforeBuild">
127   </Target>
128   <Target Name="AfterBuild">
129   </Target>
130   -->
131 </Project>
Note: See TracBrowser for help on using the browser.