Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvisQin committed Feb 8, 2012
1 parent dff8b43 commit ffafb06
Show file tree
Hide file tree
Showing 5 changed files with 1,023 additions and 29 deletions.
11 changes: 2 additions & 9 deletions template/Cocos2d-xna.VSIX/Cocos2d-xna.VSIX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectGuid>{C381A595-F48F-4EDD-B517-A78B9E841F57}</ProjectGuid>
<ProjectGuid>{A7351C01-0845-4989-A127-B28969A85F35}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Cocos2d_xna.VSIX</RootNamespace>
Expand Down Expand Up @@ -39,14 +39,6 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="__Template_large.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="__Template_small.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ProjectTemplates\cocos2d-xna.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
Expand All @@ -63,6 +55,7 @@
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup%3b</IncludeOutputGroupsInVSIXLocalOnly>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\VSSDK\Microsoft.VsSDK.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Binary file not shown.
13 changes: 4 additions & 9 deletions template/Cocos2d-xna.VSIX/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
<Identifier Id="Cocos2d_xna.VSIX..aef40efb-983e-44cb-bf97-eeeabfb42d8c">
<Name>Cocos2d_xna Application</Name>
<Identifier Id="Cocos2d_xna.VSIX..dc7debfa-04e1-496e-9eca-15db1997ea1a">
<Name>Cocos2d_xna.VSIX</Name>
<Author />
<Version>0.8</Version>
<Description xml:space="preserve">Create a cocos2d-xna project.</Description>
<Version>1.0</Version>
<Description xml:space="preserve">Empty VSIX Project.</Description>
<Locale>1033</Locale>
<Icon>__Template_small.png</Icon>
<PreviewImage>__Template_large.png</PreviewImage>
<SupportedProducts>
<VisualStudio Version="10.0">
<Edition>Ultimate</Edition>
<Edition>Premium</Edition>
<Edition>Pro</Edition>
<Edition>Express_All</Edition>
</VisualStudio>
</SupportedProducts>
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0" />
Expand Down
20 changes: 9 additions & 11 deletions template/install-template-mscs.sln
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "install-template-mscs", "install-template-mscs\install-template-mscs.vdproj", "{5A4264E1-A82D-4FD9-BAF2-C17CB0D329C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cocos2d-xna.Wizard", "Cocos2d-xna.Wizard\Cocos2d-xna.Wizard.csproj", "{9BE76709-516E-4579-9E7F-348C3EAC993B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cocos2d-xna.VSIX", "Cocos2d-xna.VSIX\Cocos2d-xna.VSIX.csproj", "{C381A595-F48F-4EDD-B517-A78B9E841F57}"
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "install-template-mscs", "install-template-mscs\install-template-mscs.vdproj", "{7800AB42-E356-4385-8F95-E47E6B6535ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cocos2d-xna.VSIX", "Cocos2d-xna.VSIX\Cocos2d-xna.VSIX.csproj", "{A7351C01-0845-4989-A127-B28969A85F35}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A4264E1-A82D-4FD9-BAF2-C17CB0D329C8}.Debug|Any CPU.ActiveCfg = Debug
{5A4264E1-A82D-4FD9-BAF2-C17CB0D329C8}.Debug|Any CPU.Build.0 = Debug
{5A4264E1-A82D-4FD9-BAF2-C17CB0D329C8}.Release|Any CPU.ActiveCfg = Release
{5A4264E1-A82D-4FD9-BAF2-C17CB0D329C8}.Release|Any CPU.Build.0 = Release
{9BE76709-516E-4579-9E7F-348C3EAC993B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BE76709-516E-4579-9E7F-348C3EAC993B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BE76709-516E-4579-9E7F-348C3EAC993B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BE76709-516E-4579-9E7F-348C3EAC993B}.Release|Any CPU.Build.0 = Release|Any CPU
{C381A595-F48F-4EDD-B517-A78B9E841F57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C381A595-F48F-4EDD-B517-A78B9E841F57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C381A595-F48F-4EDD-B517-A78B9E841F57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C381A595-F48F-4EDD-B517-A78B9E841F57}.Release|Any CPU.Build.0 = Release|Any CPU
{7800AB42-E356-4385-8F95-E47E6B6535ED}.Debug|Any CPU.ActiveCfg = Debug
{7800AB42-E356-4385-8F95-E47E6B6535ED}.Release|Any CPU.ActiveCfg = Release
{A7351C01-0845-4989-A127-B28969A85F35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7351C01-0845-4989-A127-B28969A85F35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7351C01-0845-4989-A127-B28969A85F35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7351C01-0845-4989-A127-B28969A85F35}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit ffafb06

Please sign in to comment.