1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
---|
3 | <PropertyGroup> |
---|
4 | <ProjectGuid>{F0A9F9BA-A38E-44DD-9236-63AEA990C793}</ProjectGuid> |
---|
5 | <ProjectTypeGuids>{6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
---|
6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
---|
7 | <Platform Condition=" '$(Platform)' == '' ">Windows Phone</Platform> |
---|
8 | <OutputType>Library</OutputType> |
---|
9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
---|
10 | <RootNamespace>SpeedKing</RootNamespace> |
---|
11 | <AssemblyName>SpeedKing</AssemblyName> |
---|
12 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
---|
13 | <TargetFrameworkProfile>Client</TargetFrameworkProfile> |
---|
14 | <XnaFrameworkVersion>v4.0</XnaFrameworkVersion> |
---|
15 | <XnaPlatform>Windows Phone</XnaPlatform> |
---|
16 | <XnaProfile>Reach</XnaProfile> |
---|
17 | <XnaCrossPlatformGroupID>b53ce579-a870-4c83-b054-4fc8b1f2a1c9</XnaCrossPlatformGroupID> |
---|
18 | <XnaOutputType>Game</XnaOutputType> |
---|
19 | <ApplicationIcon>Game.ico</ApplicationIcon> |
---|
20 | <Thumbnail>GameThumbnail.png</Thumbnail> |
---|
21 | <PublishUrl>publish\</PublishUrl> |
---|
22 | <Install>true</Install> |
---|
23 | <InstallFrom>Disk</InstallFrom> |
---|
24 | <UpdateEnabled>false</UpdateEnabled> |
---|
25 | <UpdateMode>Foreground</UpdateMode> |
---|
26 | <UpdateInterval>7</UpdateInterval> |
---|
27 | <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
---|
28 | <UpdatePeriodically>false</UpdatePeriodically> |
---|
29 | <UpdateRequired>false</UpdateRequired> |
---|
30 | <MapFileExtensions>true</MapFileExtensions> |
---|
31 | <ApplicationRevision>0</ApplicationRevision> |
---|
32 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
---|
33 | <IsWebBootstrapper>false</IsWebBootstrapper> |
---|
34 | <UseApplicationTrust>false</UseApplicationTrust> |
---|
35 | <BootstrapperEnabled>true</BootstrapperEnabled> |
---|
36 | <XapFilename Condition="$(XnaOutputType)=='Game'">$(AssemblyName).xap</XapFilename> |
---|
37 | <SilverlightManifestTemplate Condition="$(XnaOutputType)=='Game'">Properties\AppManifest.xml</SilverlightManifestTemplate> |
---|
38 | <XnaWindowsPhoneManifestTemplate Condition="$(XnaOutputType)=='Game'">Properties\WMAppManifest.xml</XnaWindowsPhoneManifestTemplate> |
---|
39 | <TileImage Condition="$(XnaOutputType)=='Game'">Background.png</TileImage> |
---|
40 | <TileTitle Condition="$(XnaOutputType)=='Game'">$(AssemblyName)</TileTitle> |
---|
41 | <SupportedCultures /> |
---|
42 | <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\Windows Phone</ReferencePath> |
---|
43 | </PropertyGroup> |
---|
44 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Windows Phone' "> |
---|
45 | <OutputPath>bin\Windows Phone\Debug</OutputPath> |
---|
46 | <ErrorReport>prompt</ErrorReport> |
---|
47 | <WarningLevel>4</WarningLevel> |
---|
48 | <NoStdLib>true</NoStdLib> |
---|
49 | <UseVSHostingProcess>false</UseVSHostingProcess> |
---|
50 | <DebugSymbols>true</DebugSymbols> |
---|
51 | <DebugType>full</DebugType> |
---|
52 | <Optimize>false</Optimize> |
---|
53 | <DefineConstants>DEBUG;TRACE;WINDOWS_PHONE</DefineConstants> |
---|
54 | <XnaCompressContent>false</XnaCompressContent> |
---|
55 | </PropertyGroup> |
---|
56 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Windows Phone' "> |
---|
57 | <OutputPath>bin\Windows Phone\Release</OutputPath> |
---|
58 | <ErrorReport>prompt</ErrorReport> |
---|
59 | <WarningLevel>4</WarningLevel> |
---|
60 | <NoStdLib>true</NoStdLib> |
---|
61 | <UseVSHostingProcess>false</UseVSHostingProcess> |
---|
62 | <DebugType>pdbonly</DebugType> |
---|
63 | <Optimize>true</Optimize> |
---|
64 | <DefineConstants>TRACE;WINDOWS_PHONE</DefineConstants> |
---|
65 | <XnaCompressContent>false</XnaCompressContent> |
---|
66 | </PropertyGroup> |
---|
67 | <ItemGroup> |
---|
68 | <ProjectReference Include="..\..\..\..\..\..\..\Jypeli\trunk\Jypeli\Windows Phone Copy of Jypeli.csproj"> |
---|
69 | <Project>{2193B5EE-2685-43CA-9B01-7DEDCBBDEA0E}</Project> |
---|
70 | <Name>Windows Phone Copy of Jypeli</Name> |
---|
71 | </ProjectReference> |
---|
72 | <ProjectReference Include="..\SpeedKingContent\SpeedKingContent.contentproj"> |
---|
73 | <Name>SpeedKingContent</Name> |
---|
74 | <XnaReferenceType>Content</XnaReferenceType> |
---|
75 | </ProjectReference> |
---|
76 | </ItemGroup> |
---|
77 | <ItemGroup> |
---|
78 | <Compile Include="Peli.cs" /> |
---|
79 | <Compile Include="Ohjelma.cs" /> |
---|
80 | <Compile Include="Properties\AssemblyInfo.cs" /> |
---|
81 | </ItemGroup> |
---|
82 | <ItemGroup> |
---|
83 | <Content Include="Game.ico" /> |
---|
84 | <Content Include="GameThumbnail.png" /> |
---|
85 | </ItemGroup> |
---|
86 | <ItemGroup> |
---|
87 | <None Include="Background.png"> |
---|
88 | <XnaPlatformSpecific>true</XnaPlatformSpecific> |
---|
89 | </None> |
---|
90 | <None Include="Properties\AppManifest.xml"> |
---|
91 | <XnaPlatformSpecific>true</XnaPlatformSpecific> |
---|
92 | </None> |
---|
93 | <None Include="Properties\WMAppManifest.xml"> |
---|
94 | <XnaPlatformSpecific>true</XnaPlatformSpecific> |
---|
95 | </None> |
---|
96 | </ItemGroup> |
---|
97 | <ItemGroup> |
---|
98 | <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client"> |
---|
99 | <Visible>False</Visible> |
---|
100 | <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName> |
---|
101 | <Install>true</Install> |
---|
102 | </BootstrapperPackage> |
---|
103 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
---|
104 | <Visible>False</Visible> |
---|
105 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
---|
106 | <Install>false</Install> |
---|
107 | </BootstrapperPackage> |
---|
108 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
---|
109 | <Visible>False</Visible> |
---|
110 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
---|
111 | <Install>false</Install> |
---|
112 | </BootstrapperPackage> |
---|
113 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
---|
114 | <Visible>False</Visible> |
---|
115 | <ProductName>Windows Installer 3.1</ProductName> |
---|
116 | <Install>true</Install> |
---|
117 | </BootstrapperPackage> |
---|
118 | <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0"> |
---|
119 | <Visible>False</Visible> |
---|
120 | <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName> |
---|
121 | <Install>true</Install> |
---|
122 | </BootstrapperPackage> |
---|
123 | </ItemGroup> |
---|
124 | <ItemGroup> |
---|
125 | <Reference Include="Microsoft.Xna.Framework"> |
---|
126 | <Private>False</Private> |
---|
127 | </Reference> |
---|
128 | <Reference Include="Microsoft.Xna.Framework.Game"> |
---|
129 | <Private>False</Private> |
---|
130 | </Reference> |
---|
131 | <Reference Include="Microsoft.Xna.Framework.GamerServices"> |
---|
132 | <Private>False</Private> |
---|
133 | </Reference> |
---|
134 | <Reference Include="Microsoft.Xna.Framework.Graphics"> |
---|
135 | <Private>False</Private> |
---|
136 | </Reference> |
---|
137 | <Reference Include="mscorlib"> |
---|
138 | <Private>False</Private> |
---|
139 | </Reference> |
---|
140 | <Reference Include="System"> |
---|
141 | <Private>False</Private> |
---|
142 | </Reference> |
---|
143 | <Reference Include="System.Core"> |
---|
144 | <Private>False</Private> |
---|
145 | </Reference> |
---|
146 | <Reference Include="System.Net" /> |
---|
147 | <Reference Include="System.Xml"> |
---|
148 | <Private>False</Private> |
---|
149 | </Reference> |
---|
150 | <Reference Include="System.Xml.Linq"> |
---|
151 | <Private>False</Private> |
---|
152 | </Reference> |
---|
153 | </ItemGroup> |
---|
154 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
---|
155 | <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" /> |
---|
156 | <!-- |
---|
157 | To modify your build process, add your task inside one of the targets below and uncomment it. |
---|
158 | Other similar extension points exist, see Microsoft.Common.targets. |
---|
159 | <Target Name="BeforeBuild"> |
---|
160 | </Target> |
---|
161 | <Target Name="AfterBuild"> |
---|
162 | </Target> |
---|
163 | --> |
---|
164 | </Project> |
---|