added samples
[windows-sources.git] / sdk / samples / CrossTechnologySamples / MSBuildG / msbuildg.csproj
blobff2248b6eb61494dfbe91222adbd8b52578195be
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProjectGuid>{CD725FC9-744E-40E2-A6DB-B1DD4EC3AC71}</ProjectGuid>
6     <RootNamespace>Microsoft.Samples.MSBuildG</RootNamespace>
7     <AssemblyName>MSBuildG</AssemblyName>
8     <WarningLevel>4</WarningLevel>
9     <UICulture>en-US</UICulture>
10     <OutputType>winexe</OutputType>
11     <!-- Most people will use Publish dialog in Visual Studio to increment this -->
12     <ProductVersion>8.0.50727</ProductVersion>
13     <SchemaVersion>2.0</SchemaVersion>
14     <IsWebBootstrapper>true</IsWebBootstrapper>
15     <PublishUrl>http://localhost/MSBuildG/</PublishUrl>
16     <Install>true</Install>
17     <InstallFrom>Web</InstallFrom>
18     <UpdateEnabled>true</UpdateEnabled>
19     <UpdateMode>Foreground</UpdateMode>
20     <UpdateInterval>7</UpdateInterval>
21     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
22     <UpdatePeriodically>false</UpdatePeriodically>
23     <UpdateRequired>false</UpdateRequired>
24     <MapFileExtensions>true</MapFileExtensions>
25     <ApplicationVersion>1.0.0.*</ApplicationVersion>
26     <BootstrapperEnabled>true</BootstrapperEnabled>
27     <StartupObject>
28     </StartupObject>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31     <DebugSymbols>true</DebugSymbols>
32     <DebugType>full</DebugType>
33     <Optimize>false</Optimize>
34     <OutputPath>.\bin\Debug\</OutputPath>
35     <DefineConstants>DEBUG;TRACE</DefineConstants>
36   </PropertyGroup>
37   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
38     <DebugSymbols>false</DebugSymbols>
39     <Optimize>true</Optimize>
40     <OutputPath>.\bin\Release\</OutputPath>
41     <DefineConstants>TRACE</DefineConstants>
42   </PropertyGroup>
43   <ItemGroup>
44     <Reference Include="Microsoft.Build.Engine" />
45     <Reference Include="Microsoft.Build.Framework" />
46     <Reference Include="Microsoft.Build.Tasks" />
47     <Reference Include="Microsoft.Build.Utilities" />
48     <Reference Include="PresentationCore, Version=6.0.5070.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=x86">
49       <SpecificVersion>False</SpecificVersion>
50       <HintPath>..\..\..\..\..\WINDOWS\Microsoft.NET\Windows\v6.0.5070\PresentationCore.dll</HintPath>
51     </Reference>
52     <Reference Include="PresentationFramework, Version=6.0.5070.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
53       <SpecificVersion>False</SpecificVersion>
54       <HintPath>..\..\..\..\..\WINDOWS\Microsoft.NET\Windows\v6.0.5070\PresentationFramework.dll</HintPath>
55     </Reference>
56     <Reference Include="System" />
57     <Reference Include="System.Data" />
58     <Reference Include="System.Windows.Forms" />
59     <Reference Include="System.Xml" />
60     <Reference Include="System.ServiceModel" />
61     <Reference Include="System.Runtime.Serialization" />
62     <Reference Include="UIAutomationProvider, Version=6.0.5070.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
63       <SpecificVersion>False</SpecificVersion>
64       <HintPath>..\..\..\..\..\WINDOWS\Microsoft.NET\Windows\v6.0.5070\UIAutomationProvider.dll</HintPath>
65     </Reference>
66     <Reference Include="UIAutomationTypes, Version=6.0.5070.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
67       <SpecificVersion>False</SpecificVersion>
68       <HintPath>..\..\..\..\..\WINDOWS\Microsoft.NET\Windows\v6.0.5070\UIAutomationTypes.dll</HintPath>
69     </Reference>
70     <Reference Include="WindowsBase, Version=6.0.5070.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
71       <SpecificVersion>False</SpecificVersion>
72       <HintPath>..\..\..\..\..\WINDOWS\Microsoft.NET\Windows\v6.0.5070\WindowsBase.dll</HintPath>
73     </Reference>
74   </ItemGroup>
75   <ItemGroup>
76     <ApplicationDefinition Include="MyApp.xaml" />
77     <Compile Include="MyApp.xaml.cs">
78       <DependentUpon>MyApp.xaml</DependentUpon>
79       <SubType>Code</SubType>
80     </Compile>
81   </ItemGroup>
82   <ItemGroup>
83     <Compile Include="Dialogs\AddItemDialog.xaml.cs" />
84     <Compile Include="Dialogs\AddItemGroupDialog.xaml.cs" />
85     <Compile Include="Dialogs\AddPropertyDialog.xaml.cs" />
86     <Compile Include="Dialogs\AddPropertyGroupDialog.xaml.cs" />
87     <Compile Include="BuildAction.cs" />
88     <Compile Include="BuildProject.cs" />
89     <Compile Include="Dialogs\AddTargetDialog.xaml.cs" />
90     <Compile Include="Dialogs\AddTaskDialog.xaml.cs" />
91     <Compile Include="Dialogs\DeleteQuestionDialog.xaml.cs" />
92     <Compile Include="Dialogs\ErrorDialog.xaml.cs" />
93     <Compile Include="Windows\DesignerWindow.xaml.cs" />
94     <Compile Include="DialogWindow.cs" />
95     <None Include="obj\Debug\Resources_Vista.g.cs" />
96     <Compile Include="Windows\PickerWindow.xaml.cs" />
97     <Compile Include="Properties\AssemblyInfo.cs" />
98     <EmbeddedResource Include="Properties\Resources.resx">
99       <Generator>ResXFileCodeGenerator</Generator>
100       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
101       <SubType>Designer</SubType>
102     </EmbeddedResource>
103     <None Include="Properties\Settings.settings">
104       <Generator>SettingsSingleFileGenerator</Generator>
105       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
106     </None>
107     <Compile Include="Properties\Resources.Designer.cs">
108       <AutoGen>True</AutoGen>
109       <DesignTime>True</DesignTime>
110       <DependentUpon>Resources.resx</DependentUpon>
111     </Compile>
112     <Compile Include="Properties\Settings.Designer.cs">
113       <AutoGen>True</AutoGen>
114       <DesignTimeSharedInput>True</DesignTimeSharedInput>
115       <DependentUpon>Settings.settings</DependentUpon>
116     </Compile>
117     <Compile Include="ItemClasses.cs" />
118     <Compile Include="Resource Libraries\Resources_Vista.xaml.cs" />
119     <Compile Include="Dialogs\SaveQuestionDialog.xaml.cs" />
120     <Compile Include="SettingsStorage.cs" />
121     <Compile Include="WizardPages\WizardPage1.xaml.cs" />
122     <Compile Include="WizardPages\WizardPage2.xaml.cs" />
123     <Compile Include="WizardPages\WizardPage3.xaml.cs" />
124     <Compile Include="WizardPages\WizardPageDone.xaml.cs" />
125     <Compile Include="WizardPages\WizardPageFunction.cs" />
126     <Compile Include="Windows\WizardWindow.xaml.cs" />
127     <AppDesigner Include="Properties\" />
128   </ItemGroup>
129   <ItemGroup>
130     <Page Include="Dialogs\AddItemDialog.xaml" />
131     <Page Include="Dialogs\AddItemGroupDialog.xaml" />
132     <Page Include="Dialogs\AddPropertyDialog.xaml" />
133     <Page Include="Dialogs\AddPropertyGroupDialog.xaml" />
134     <Page Include="Dialogs\AddTargetDialog.xaml" />
135     <Page Include="Dialogs\AddTaskDialog.xaml" />
136     <Page Include="Dialogs\DeleteQuestionDialog.xaml" />
137     <Page Include="Dialogs\ErrorDialog.xaml" />
138     <Page Include="Windows\DesignerWindow.xaml" />
139     <Page Include="Windows\PickerWindow.xaml" />
140     <Page Include="Resource Libraries\Resources_Vista.xaml" />
141     <Page Include="Dialogs\SaveQuestionDialog.xaml" />
142     <Page Include="WizardPages\WizardPage1.xaml" />
143     <Page Include="WizardPages\WizardPage2.xaml" />
144     <Page Include="WizardPages\WizardPage3.xaml" />
145     <Page Include="WizardPages\WizardPageDone.xaml" />
146     <Page Include="Windows\WizardWindow.xaml" />
147   </ItemGroup>
148   <ItemGroup>
149     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
150       <InProject>False</InProject>
151       <ProductName>.NET Framework 2.0 Beta</ProductName>
152       <Install>true</Install>
153     </BootstrapperPackage>
154   </ItemGroup>
155   <ItemGroup>
156     <Resource Include="Icons\Code_CodeFile.ico">
157       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
158     </Resource>
159     <Resource Include="Icons\Code_CodeFileCS.ico">
160       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
161     </Resource>
162     <Resource Include="Icons\delete.ico">
163       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
164     </Resource>
165     <Resource Include="Icons\Error.ico">
166       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
167     </Resource>
168     <Resource Include="Icons\folderopen.ico">
169       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
170     </Resource>
171     <Resource Include="Icons\Message.ico">
172       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
173     </Resource>
174     <Resource Include="Icons\ProjectIcon.ico">
175       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
176     </Resource>
177     <Resource Include="Icons\Generic.ico">
178       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
179     </Resource>
180     <Resource Include="Icons\Warning.ico">
181       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
182     </Resource>
183     <Resource Include="Icons\Web_XML.ico">
184       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
185     </Resource>
186   </ItemGroup>
187   <ItemGroup>
188     <Content Include="Icons\LeftArrow.ico" />
189   </ItemGroup>
190   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
191   <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />
192 </Project>