-
Notifications
You must be signed in to change notification settings - Fork 0
/
FlatRedBallXna4Template.sln.metaproj
86 lines (86 loc) · 10.8 KB
/
FlatRedBallXna4Template.sln.metaproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" InitialTargets="ValidateSolutionConfiguration;ValidateToolsVersions;ValidateProjects" DefaultTargets="Build">
<PropertyGroup>
<SDK35ToolsPath>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\</SDK35ToolsPath>
<MSBuildToolsPath32>C:\Windows\Microsoft.NET\Framework\v4.0.30319\</MSBuildToolsPath32>
<MSBuildToolsRoot>C:\Windows\Microsoft.NET\Framework\</MSBuildToolsRoot>
<FrameworkSDKRoot>C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\</FrameworkSDKRoot>
<MSBuildRuntimeVersion>4.0.30319</MSBuildRuntimeVersion>
<SDK40ToolsPath>C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\</SDK40ToolsPath>
<VisualStudioVersion>11.0</VisualStudioVersion>
<WindowsSDK80Path>C:\Program Files (x86)\Windows Kits\8.0\</WindowsSDK80Path>
<VCTargetsPath>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v110\</VCTargetsPath>
<VCTargetsPath10>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\</VCTargetsPath10>
<VCTargetsPath11>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\</VCTargetsPath11>
<AspNetConfiguration>Debug</AspNetConfiguration>
<SolutionDir>C:\TeamCity\buildAgent\work\ad8469196f81cbe7\Templates\FlatRedBallXna4Template\</SolutionDir>
<SolutionExt>.sln</SolutionExt>
<SolutionFileName>FlatRedBallXna4Template.sln</SolutionFileName>
<SolutionName>FlatRedBallXna4Template</SolutionName>
<SolutionPath>C:\TeamCity\buildAgent\work\ad8469196f81cbe7\Templates\FlatRedBallXna4Template\FlatRedBallXna4Template.sln</SolutionPath>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<CurrentSolutionConfigurationContents>
<SolutionConfiguration xmlns="">
<ProjectConfiguration Project="{649DE040-99C6-4838-ADA3-533D0DBD4325}" AbsolutePath="C:\TeamCity\buildAgent\work\ad8469196f81cbe7\Templates\FlatRedBallXna4Template\FlatRedBallXna4Template\FlatRedBallXna4Template\FlatRedBallXna4Template.csproj" BuildProjectInSolution="True">Debug|x86</ProjectConfiguration>
<ProjectConfiguration Project="{64B23BEF-DD26-4B81-AAA6-D9F46B0140B4}" AbsolutePath="C:\TeamCity\buildAgent\work\ad8469196f81cbe7\Templates\FlatRedBallXna4Template\FlatRedBallXna4Template\FlatRedBallXna4TemplateContent\FlatRedBallXna4TemplateContent.contentproj" BuildProjectInSolution="False">Debug|x86</ProjectConfiguration>
</SolutionConfiguration>
</CurrentSolutionConfigurationContents>
</PropertyGroup>
<ItemDefinitionGroup />
<ItemGroup>
<ProjectReference Include="C:\TeamCity\buildAgent\work\ad8469196f81cbe7\Templates\FlatRedBallXna4Template\FlatRedBallXna4Template\FlatRedBallXna4Template\FlatRedBallXna4Template.csproj">
<ToolsVersion>
</ToolsVersion>
<SkipNonexistentProjects>False</SkipNonexistentProjects>
<AdditionalProperties>Configuration=Debug; Platform=x86; VisualStudioVersion=11.0</AdditionalProperties>
<Configuration>Debug</Configuration>
<Platform>x86</Platform>
</ProjectReference>
</ItemGroup>
<Target Name="ValidateSolutionConfiguration">
<Error Condition="('$(CurrentSolutionConfigurationContents)' == '') and ('$(SkipInvalidConfigurations)' != 'true')" Text="The specified solution configuration "$(Configuration)|$(Platform)" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration." Code="MSB4126" HelpKeyword="MSBuild.SolutionInvalidSolutionConfiguration" />
<Warning Condition="('$(CurrentSolutionConfigurationContents)' == '') and ('$(SkipInvalidConfigurations)' == 'true')" Text="The specified solution configuration "$(Configuration)|$(Platform)" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration." Code="MSB4126" HelpKeyword="MSBuild.SolutionInvalidSolutionConfiguration" />
<Message Condition="'$(CurrentSolutionConfigurationContents)' != ''" Text="Building solution configuration "$(Configuration)|$(Platform)"." />
</Target>
<Target Name="ValidateToolsVersions">
<Error Condition="'$(MSBuildToolsVersion)' == '2.0' and ('$(ProjectToolsVersion)' != '2.0' and '$(ProjectToolsVersion)' != '')" Text="The tools version "$(MSBuildToolsVersion)" of the solution does not support building projects with a different tools version." Code="MSB4149" HelpKeyword="MSBuild.SolutionToolsVersionDoesNotSupportProjectToolsVersion" />
</Target>
<Target Name="ValidateProjects">
<Message Condition=" ('$(Configuration)' == 'Debug') and ('$(Platform)' == 'x86') " Text="The project "FlatRedBallXna4TemplateContent" is not selected for building in solution configuration "Debug|x86"." />
<Message Condition=" ('$(Configuration)' == 'DebugProfile') and ('$(Platform)' == 'x86') " Text="The project "FlatRedBallXna4TemplateContent" is not selected for building in solution configuration "DebugProfile|x86"." />
<Message Condition=" ('$(Configuration)' == 'Profile') and ('$(Platform)' == 'x86') " Text="The project "FlatRedBallXna4TemplateContent" is not selected for building in solution configuration "Profile|x86"." />
<Message Condition=" ('$(Configuration)' == 'Release') and ('$(Platform)' == 'x86') " Text="The project "FlatRedBallXna4TemplateContent" is not selected for building in solution configuration "Release|x86"." />
</Target>
<Target Name="Build" Outputs="@(CollectedBuildOutput)">
<MSBuild Projects="@(ProjectReference)" BuildInParallel="True" Properties="BuildingSolutionFile=true; CurrentSolutionConfigurationContents=$(CurrentSolutionConfigurationContents); SolutionDir=$(SolutionDir); SolutionExt=$(SolutionExt); SolutionFileName=$(SolutionFileName); SolutionName=$(SolutionName); SolutionPath=$(SolutionPath)" SkipNonexistentProjects="%(ProjectReference.SkipNonexistentProjects)">
<Output TaskParameter="TargetOutputs" ItemName="CollectedBuildOutput" />
</MSBuild>
</Target>
<Target Name="Clean">
<MSBuild Projects="@(ProjectReference->Reverse())" Targets="Clean" BuildInParallel="True" Properties="BuildingSolutionFile=true; CurrentSolutionConfigurationContents=$(CurrentSolutionConfigurationContents); SolutionDir=$(SolutionDir); SolutionExt=$(SolutionExt); SolutionFileName=$(SolutionFileName); SolutionName=$(SolutionName); SolutionPath=$(SolutionPath)" SkipNonexistentProjects="%(ProjectReference.SkipNonexistentProjects)" />
</Target>
<Target Name="Rebuild" Outputs="@(CollectedBuildOutput)">
<MSBuild Projects="@(ProjectReference)" Targets="Rebuild" BuildInParallel="True" Properties="BuildingSolutionFile=true; CurrentSolutionConfigurationContents=$(CurrentSolutionConfigurationContents); SolutionDir=$(SolutionDir); SolutionExt=$(SolutionExt); SolutionFileName=$(SolutionFileName); SolutionName=$(SolutionName); SolutionPath=$(SolutionPath)" SkipNonexistentProjects="%(ProjectReference.SkipNonexistentProjects)">
<Output TaskParameter="TargetOutputs" ItemName="CollectedBuildOutput" />
</MSBuild>
</Target>
<Target Name="Publish">
<MSBuild Projects="@(ProjectReference)" Targets="Publish" BuildInParallel="True" Properties="BuildingSolutionFile=true; CurrentSolutionConfigurationContents=$(CurrentSolutionConfigurationContents); SolutionDir=$(SolutionDir); SolutionExt=$(SolutionExt); SolutionFileName=$(SolutionFileName); SolutionName=$(SolutionName); SolutionPath=$(SolutionPath)" SkipNonexistentProjects="%(ProjectReference.SkipNonexistentProjects)" />
</Target>
<Target Name="FlatRedBallXna4Template" Outputs="@(FlatRedBallXna4TemplateBuildOutput)">
<MSBuild Condition="'%(ProjectReference.Identity)' == 'C:\TeamCity\buildAgent\work\ad8469196f81cbe7\Templates\FlatRedBallXna4Template\FlatRedBallXna4Template\FlatRedBallXna4Template\FlatRedBallXna4Template.csproj'" Projects="@(ProjectReference)" BuildInParallel="True" ToolsVersion="$(ProjectToolsVersion)" Properties="Configuration=Debug; Platform=x86;BuildingSolutionFile=true; CurrentSolutionConfigurationContents=$(CurrentSolutionConfigurationContents); SolutionDir=$(SolutionDir); SolutionExt=$(SolutionExt); SolutionFileName=$(SolutionFileName); SolutionName=$(SolutionName); SolutionPath=$(SolutionPath)">
<Output TaskParameter="TargetOutputs" ItemName="FlatRedBallXna4TemplateBuildOutput" />
</MSBuild>
</Target>
<Target Name="FlatRedBallXna4Template:Clean">
<MSBuild Condition="'%(ProjectReference.Identity)' == 'C:\TeamCity\buildAgent\work\ad8469196f81cbe7\Templates\FlatRedBallXna4Template\FlatRedBallXna4Template\FlatRedBallXna4Template\FlatRedBallXna4Template.csproj'" Projects="@(ProjectReference)" Targets="Clean" BuildInParallel="True" ToolsVersion="$(ProjectToolsVersion)" Properties="Configuration=Debug; Platform=x86;BuildingSolutionFile=true; CurrentSolutionConfigurationContents=$(CurrentSolutionConfigurationContents); SolutionDir=$(SolutionDir); SolutionExt=$(SolutionExt); SolutionFileName=$(SolutionFileName); SolutionName=$(SolutionName); SolutionPath=$(SolutionPath)" />
</Target>
<Target Name="FlatRedBallXna4Template:Rebuild" Outputs="@(FlatRedBallXna4TemplateBuildOutput)">
<MSBuild Condition="'%(ProjectReference.Identity)' == 'C:\TeamCity\buildAgent\work\ad8469196f81cbe7\Templates\FlatRedBallXna4Template\FlatRedBallXna4Template\FlatRedBallXna4Template\FlatRedBallXna4Template.csproj'" Projects="@(ProjectReference)" Targets="Rebuild" BuildInParallel="True" ToolsVersion="$(ProjectToolsVersion)" Properties="Configuration=Debug; Platform=x86;BuildingSolutionFile=true; CurrentSolutionConfigurationContents=$(CurrentSolutionConfigurationContents); SolutionDir=$(SolutionDir); SolutionExt=$(SolutionExt); SolutionFileName=$(SolutionFileName); SolutionName=$(SolutionName); SolutionPath=$(SolutionPath)">
<Output TaskParameter="TargetOutputs" ItemName="FlatRedBallXna4TemplateBuildOutput" />
</MSBuild>
</Target>
<Target Name="FlatRedBallXna4Template:Publish">
<MSBuild Condition="'%(ProjectReference.Identity)' == 'C:\TeamCity\buildAgent\work\ad8469196f81cbe7\Templates\FlatRedBallXna4Template\FlatRedBallXna4Template\FlatRedBallXna4Template\FlatRedBallXna4Template.csproj'" Projects="@(ProjectReference)" Targets="Publish" BuildInParallel="True" ToolsVersion="$(ProjectToolsVersion)" Properties="Configuration=Debug; Platform=x86;BuildingSolutionFile=true; CurrentSolutionConfigurationContents=$(CurrentSolutionConfigurationContents); SolutionDir=$(SolutionDir); SolutionExt=$(SolutionExt); SolutionFileName=$(SolutionFileName); SolutionName=$(SolutionName); SolutionPath=$(SolutionPath)" />
</Target>
</Project>