added SSCLI 1.0
[windows-sources.git] / sdk / samples / WPFSamples / TestScriptGeneratorSample / csharp / scriptgeneratortarget.csproj
blob7f1e447c0013944da20c61d4191a244fab408d77
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProjectGuid>{E5CAEF4D-565B-4BCF-83AA-681D05AA534C}</ProjectGuid>
6     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
7     <RootNamespace>ScriptGeneratorTarget</RootNamespace>
8     <AssemblyName>ScriptGeneratorTarget</AssemblyName>
9     <WarningLevel>4</WarningLevel>
10     <OutputType>winexe</OutputType>
11     <MinFrameworkVersionRequired>3.0</MinFrameworkVersionRequired>
12     <Install>true</Install>
13     <InstallFrom>Web</InstallFrom>
14     <UpdateEnabled>true</UpdateEnabled>
15     <UpdateMode>Foreground</UpdateMode>
16     <UpdateInterval>7</UpdateInterval>
17     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
18     <UpdatePeriodically>false</UpdatePeriodically>
19     <UpdateRequired>false</UpdateRequired>
20     <MapFileExtensions>true</MapFileExtensions>
21     <ApplicationVersion>1.0.0.*</ApplicationVersion>
22     <IsWebBootstrapper>true</IsWebBootstrapper>
23     <BootstrapperEnabled>true</BootstrapperEnabled>
24     <PublishUrl>Publish\</PublishUrl>
25     <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
26     <FileUpgradeFlags>
27     </FileUpgradeFlags>
28     <OldToolsVersion>2.0</OldToolsVersion>
29     <UpgradeBackupLocation>
30     </UpgradeBackupLocation>
31   </PropertyGroup>
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33     <DebugSymbols>true</DebugSymbols>
34     <DebugType>full</DebugType>
35     <Optimize>false</Optimize>
36     <OutputPath>bin\Debug\</OutputPath>
37     <DefineConstants>DEBUG;TRACE</DefineConstants>
38     <DocumentationFile>bin\Debug\ScriptGeneratorTarget.xml</DocumentationFile>
39   </PropertyGroup>
40   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
41     <DebugSymbols>false</DebugSymbols>
42     <Optimize>true</Optimize>
43     <OutputPath>.\bin\Release\</OutputPath>
44     <DefineConstants>TRACE</DefineConstants>
45   </PropertyGroup>
46   <ItemGroup>
47     <Reference Include="mscorlib" />
48     <Reference Include="System" />
49     <Reference Include="System.Data" />
50     <Reference Include="System.Xml" />
51     <Reference Include="WindowsBase" />
52     <Reference Include="PresentationCore" />
53     <Reference Include="PresentationFramework" />
54     <Reference Include="UIAutomationProvider" />
55     <Reference Include="UIAutomationTypes" />
56     <Reference Include="ReachFramework" />
57     <Reference Include="System.Printing" />
58     <Reference Include="System.ServiceModel" />
59     <Reference Include="System.Runtime.Serialization" />
60     <Reference Include="System.IdentityModel" />
61   </ItemGroup>
62   <ItemGroup>
63     <ApplicationDefinition Include="TargetApp.xaml">
64       <Generator>MSBuild:Compile</Generator>
65       <SubType>Designer</SubType>
66     </ApplicationDefinition>
67     <Page Include="Target.xaml">
68       <Generator>MSBuild:Compile</Generator>
69       <SubType>Designer</SubType>
70     </Page>
71     <Compile Include="TargetApp.xaml.cs">
72       <DependentUpon>TargetApp.xaml</DependentUpon>
73       <SubType>Code</SubType>
74     </Compile>
75     <Compile Include="Target.xaml.cs">
76       <DependentUpon>Target.xaml</DependentUpon>
77       <SubType>Code</SubType>
78     </Compile>
79   </ItemGroup>
80   <ItemGroup>
81     <Compile Include="Properties\AssemblyInfo.cs" />
82     <EmbeddedResource Include="Properties\Resources.resx">
83       <Generator>ResXFileCodeGenerator</Generator>
84       <SubType>Designer</SubType>
85       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
86     </EmbeddedResource>
87     <None Include="Properties\Settings.settings">
88       <Generator>SettingsSingleFileGenerator</Generator>
89       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
90     </None>
91     <Compile Include="Properties\Resources.Designer.cs">
92       <AutoGen>True</AutoGen>
93       <DesignTime>True</DesignTime>
94       <DependentUpon>Resources.resx</DependentUpon>
95     </Compile>
96     <Compile Include="Properties\Settings.Designer.cs">
97       <AutoGen>True</AutoGen>
98       <DesignTimeSharedInput>True</DesignTimeSharedInput>
99       <DependentUpon>Settings.settings</DependentUpon>
100     </Compile>
101     <AppDesigner Include="Properties\" />
102   </ItemGroup>
103   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
104 </Project>