Cosmos/source/Cosmos.VS.ProjectSystem/Cosmos.VS.ProjectSystem.csproj
2017-03-26 12:32:48 -05:00

187 lines
No EOL
8.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<TargetFrameworkProfile />
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{61535AF6-4A1E-4691-B2BC-039851EF4850}</ProjectGuid>
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Cosmos.VS.ProjectSystem</RootNamespace>
<AssemblyName>Cosmos.VS.ProjectSystem</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
<GeneratePkgDefFile>true</GeneratePkgDefFile>
<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
<IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>
<IncludeDebugSymbolsInLocalVSIXDeployment>true</IncludeDebugSymbolsInLocalVSIXDeployment>
<CopyBuildOutputToOutputDirectory>true</CopyBuildOutputToOutputDirectory>
<CopyOutputSymbolsToOutputDirectory>true</CopyOutputSymbolsToOutputDirectory>
</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>
<CreateVsixContainer>True</CreateVsixContainer>
<DeployExtension>True</DeployExtension>
</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>
</PropertyGroup>
<ItemGroup>
<Compile Include="CosmosPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="CosmosPage.Designer.cs">
<DependentUpon>CosmosPage.cs</DependentUpon>
</Compile>
<Compile Include="CustomPropertyPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="CustomPropertyPage.Designer.cs">
<DependentUpon>CustomPropertyPage.cs</DependentUpon>
</Compile>
<Compile Include="GACDetectionUtility.cs" />
<Compile Include="Guids.cs" />
<Compile Include="GlobalSuppressions.cs" />
<Compile Include="LogUtility.cs" />
<Compile Include="ProfilePresets.cs" />
<Compile Include="TitleDivision.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TitleDivision.Designer.cs">
<DependentUpon>TitleDivision.cs</DependentUpon>
</Compile>
<Compile Include="UnsavedConfigChangesDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UnsavedConfigChangesDialog.Designer.cs">
<DependentUpon>UnsavedConfigChangesDialog.cs</DependentUpon>
</Compile>
<Compile Include="VsConfigProvider.cs" />
<Compile Include="VSPackage.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>VSPackage.resx</DependentUpon>
</Compile>
<Compile Include="VsProjectConfig.cs" />
<Compile Include="VSProjectFactory.cs" />
<Compile Include="VSProjectNode.cs" />
<Compile Include="VSProject.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="VSPackage.resx">
<MergeWithCTO>true</MergeWithCTO>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>VSPackage.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="..\..\Cosmos.snk">
<Link>Cosmos.snk</Link>
</None>
<None Include="app.config" />
<None Include="project.json" />
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Resources\Refresh_16x.png" />
<Content Include="PLKResponse.html" />
<Content Include="Resources\Cosmos.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<EmbeddedResource Include="CosmosPage.resx">
<DependentUpon>CosmosPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="CustomPropertyPage.resx">
<DependentUpon>CustomPropertyPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Resources\CosmosProjectNode.bmp" />
<EmbeddedResource Include="TitleDivision.resx">
<DependentUpon>TitleDivision.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UnsavedConfigChangesDialog.resx">
<DependentUpon>UnsavedConfigChangesDialog.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Cosmos.Build.Common\Cosmos.Build.Common.csproj">
<Project>{cb20f8f9-8c1d-43a6-96ea-89fec2512c99}</Project>
<Name>Cosmos.Build.Common</Name>
</ProjectReference>
<ProjectReference Include="..\Cosmos.Debug.Common\Cosmos.Debug.Common.csproj">
<Project>{ab24e403-54f3-4f67-b5e0-119a7227aac1}</Project>
<Name>Cosmos.Debug.Common</Name>
</ProjectReference>
<ProjectReference Include="..\Cosmos.VS.Wizards\Cosmos.VS.Wizards.csproj">
<Project>{2259402E-3EAB-448D-9CC6-E5C1C2C716A5}</Project>
<Name>Cosmos.VS.Wizards</Name>
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup%3bBuiltProjectOutputGroupDependencies%3bGetCopyToOutputDirectoryItems%3bSatelliteDllsProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup%3b</IncludeOutputGroupsInVSIXLocalOnly>
</ProjectReference>
<ProjectReference Include="..\Templates\CosmosKernel %28CSharp%29\CosmosKernel %28CSharp%29.csproj">
<Project>{A6657508-E787-42E4-B594-555659A06E41}</Project>
<Name>CosmosKernel %28CSharp%29</Name>
<VSIXSubPath>ProjectTemplates</VSIXSubPath>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<IncludeOutputGroupsInVSIX>TemplateProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
</ProjectReference>
<ProjectReference Include="..\Templates\CosmosProject %28CSharp%29\CosmosProject %28CSharp%29.csproj">
<Project>{0B296F4B-27DD-4379-822A-092F2D6B8080}</Project>
<Name>CosmosProject %28CSharp%29</Name>
<VSIXSubPath>ProjectTemplates</VSIXSubPath>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<IncludeOutputGroupsInVSIX>TemplateProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
</ProjectReference>
<ProjectReference Include="..\Templates\Cosmos\Cosmos.csproj">
<Project>{9DB332B8-2129-48A8-9362-0438C650CB28}</Project>
<Name>Cosmos</Name>
<VSIXSubPath>ProjectTemplates</VSIXSubPath>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<IncludeOutputGroupsInVSIX>TemplateProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup />
<PropertyGroup>
<RegisterOutputPackage>true</RegisterOutputPackage>
<RegisterWithCodebase>true</RegisterWithCodebase>
<ProjectBasePath>..\MPF\10.0\Src\CSharp</ProjectBasePath>
</PropertyGroup>
<Import Project="$(ProjectBasePath)\ProjectBase.Files" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
<!-- 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>