mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
209 lines
No EOL
9.4 KiB
XML
209 lines
No EOL
9.4 KiB
XML
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Cosmos.VS.Package</RootNamespace>
|
|
<AssemblyName>SimpleProject</AssemblyName>
|
|
<SignAssembly>False</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<ProjectGuid>{61535AF6-4A1E-4691-B2BC-039851EF4850}</ProjectGuid>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\..\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PublicAssemblies\EnvDTE.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Build.Engine" />
|
|
<Reference Include="Microsoft.Build.Framework" />
|
|
<Reference Include="Microsoft.Build.Utilities.v3.5">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="Microsoft.VisualStudio.Designer.Interfaces, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\..\Program Files\Microsoft Visual Studio 2008 SDK\VisualStudioIntegration\Common\Assemblies\Microsoft.VisualStudio.Designer.Interfaces.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.VisualStudio.OLE.Interop" />
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop" />
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" />
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" />
|
|
<Reference Include="Microsoft.VisualStudio.TextManager.Interop" />
|
|
<Reference Include="Microsoft.VisualStudio.Shell.9.0" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Design" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="BuildOptionsPropertyPage.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="BuildOptionsPropertyPage.Designer.cs">
|
|
<DependentUpon>BuildOptionsPropertyPage.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ConfigurationBase.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="ConfigurationBase.Designer.cs">
|
|
<DependentUpon>ConfigurationBase.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="CustomPropertyPage.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="CustomPropertyPage.Designer.cs">
|
|
<DependentUpon>CustomPropertyPage.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DebugOptionsPropertyPage.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="DebugOptionsPropertyPage.Designer.cs">
|
|
<DependentUpon>DebugOptionsPropertyPage.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DebugOptionsQemu.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="DebugOptionsQemu.Designer.cs">
|
|
<DependentUpon>DebugOptionsQemu.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Guids.cs" />
|
|
<Compile Include="PropPageEnvironment.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="PropPageEnvironment.Designer.cs">
|
|
<DependentUpon>PropPageEnvironment.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PropPageTest.cs" />
|
|
<Compile Include="Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GlobalSuppressions.cs" />
|
|
<Compile Include="TitleDivision.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="TitleDivision.Designer.cs">
|
|
<DependentUpon>TitleDivision.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="VMOptionsPropertyPage.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="VMOptionsPropertyPage.Designer.cs">
|
|
<DependentUpon>VMOptionsPropertyPage.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="VMOptionsQemu.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="VMOptionsQemu.Designer.cs">
|
|
<DependentUpon>VMOptionsQemu.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="VSProjectFactory.cs" />
|
|
<Compile Include="VSProjectNode.cs" />
|
|
<Compile Include="VSPackage.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<None Include="Templates\Projects\CosmosProject\AssemblyInfo.cs" />
|
|
<None Include="Templates\Projects\CosmosProject\Program.cs" />
|
|
<None Include="Templates\Projects\CosmosProject\Bootable Project.Cosmos" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="VSPackage.resx">
|
|
<MergeWithCTO>true</MergeWithCTO>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="bin\Images\alert.png" />
|
|
<None Include="bin\Images\alert1.png" />
|
|
<Content Include="Resources\Cosmos.ico" />
|
|
<EmbeddedResource Include="BuildOptionsPropertyPage.resx">
|
|
<DependentUpon>BuildOptionsPropertyPage.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="ConfigurationBase.resx">
|
|
<DependentUpon>ConfigurationBase.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="CustomPropertyPage.resx">
|
|
<DependentUpon>CustomPropertyPage.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DebugOptionsPropertyPage.resx">
|
|
<DependentUpon>DebugOptionsPropertyPage.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DebugOptionsQemu.resx">
|
|
<DependentUpon>DebugOptionsQemu.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="PropPageEnvironment.resx">
|
|
<DependentUpon>PropPageEnvironment.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Resources\CosmosProjectNode.bmp" />
|
|
<EmbeddedResource Include="TitleDivision.resx">
|
|
<DependentUpon>TitleDivision.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="VMOptionsPropertyPage.resx">
|
|
<DependentUpon>VMOptionsPropertyPage.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="VMOptionsQemu.resx">
|
|
<DependentUpon>VMOptionsQemu.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<Content Include="Templates\Projects\CosmosProject\Bootable Project.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Builder\Cosmos.Builder.Common\Cosmos.Builder.Common.csproj">
|
|
<Project>{2915B786-408A-4475-B092-03F5735429E7}</Project>
|
|
<Name>Cosmos.Builder.Common</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<!--
|
|
To specify a different registry root to register your package, uncomment the TargetRegistryRoot
|
|
tag and specify a registry root in it.
|
|
<TargetRegistryRoot></TargetRegistryRoot>
|
|
-->
|
|
<RegisterOutputPackage>true</RegisterOutputPackage>
|
|
<RegisterWithCodebase>true</RegisterWithCodebase>
|
|
<ProjectBasePath>..\MPF\9.0\Src\CSharp</ProjectBasePath>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\VSSDK\Microsoft.VsSDK.targets" />
|
|
<Import Project="$(ProjectBasePath)\ProjectBase.Files" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |