1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
---|
3 | <PropertyGroup> |
---|
4 | <ProjectGuid>{A8BAF24D-BDD0-45B8-8251-684CDC70F356}</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>JyTris</RootNamespace> |
---|
11 | <AssemblyName>JyTris</AssemblyName> |
---|
12 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
---|
13 | <XnaFrameworkVersion>v4.0</XnaFrameworkVersion> |
---|
14 | <XnaPlatform>Windows Phone</XnaPlatform> |
---|
15 | <XnaCrossPlatformGroupID>93a4f38d-0f69-4870-a01f-26b2e46e59a8</XnaCrossPlatformGroupID> |
---|
16 | <ApplicationIcon>Game.ico</ApplicationIcon> |
---|
17 | <Thumbnail>GameThumbnail.png</Thumbnail> |
---|
18 | <IsWebBootstrapper>false</IsWebBootstrapper> |
---|
19 | <XnaUpgrade> |
---|
20 | </XnaUpgrade> |
---|
21 | <XnaOutputType>Game</XnaOutputType> |
---|
22 | <XnaProfile>Reach</XnaProfile> |
---|
23 | <TargetFrameworkProfile>Client</TargetFrameworkProfile> |
---|
24 | <FileUpgradeFlags> |
---|
25 | </FileUpgradeFlags> |
---|
26 | <OldToolsVersion>3.5</OldToolsVersion> |
---|
27 | <UpgradeBackupLocation /> |
---|
28 | <PublishUrl>publish\</PublishUrl> |
---|
29 | <Install>true</Install> |
---|
30 | <InstallFrom>Disk</InstallFrom> |
---|
31 | <UpdateEnabled>false</UpdateEnabled> |
---|
32 | <UpdateMode>Foreground</UpdateMode> |
---|
33 | <UpdateInterval>7</UpdateInterval> |
---|
34 | <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
---|
35 | <UpdatePeriodically>false</UpdatePeriodically> |
---|
36 | <UpdateRequired>false</UpdateRequired> |
---|
37 | <MapFileExtensions>true</MapFileExtensions> |
---|
38 | <ApplicationRevision>0</ApplicationRevision> |
---|
39 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
---|
40 | <UseApplicationTrust>false</UseApplicationTrust> |
---|
41 | <BootstrapperEnabled>true</BootstrapperEnabled> |
---|
42 | <XapFilename Condition="$(XnaOutputType)=='Game'">$(AssemblyName).xap</XapFilename> |
---|
43 | <SilverlightManifestTemplate Condition="$(XnaOutputType)=='Game'">Properties\AppManifest.xml</SilverlightManifestTemplate> |
---|
44 | <XnaWindowsPhoneManifestTemplate Condition="$(XnaOutputType)=='Game'">Properties\WMAppManifest.xml</XnaWindowsPhoneManifestTemplate> |
---|
45 | <TileImage Condition="$(XnaOutputType)=='Game'">Background.png</TileImage> |
---|
46 | <TileTitle Condition="$(XnaOutputType)=='Game'">$(AssemblyName)</TileTitle> |
---|
47 | <SupportedCultures /> |
---|
48 | </PropertyGroup> |
---|
49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Windows Phone' "> |
---|
50 | <OutputPath>bin\Windows Phone\Debug</OutputPath> |
---|
51 | <ErrorReport>prompt</ErrorReport> |
---|
52 | <WarningLevel>4</WarningLevel> |
---|
53 | <NoStdLib>true</NoStdLib> |
---|
54 | <UseVSHostingProcess>false</UseVSHostingProcess> |
---|
55 | <DebugSymbols>true</DebugSymbols> |
---|
56 | <DebugType>full</DebugType> |
---|
57 | <Optimize>false</Optimize> |
---|
58 | <DefineConstants>DEBUG;TRACE;WINDOWS_PHONE</DefineConstants> |
---|
59 | <XnaCompressContent>false</XnaCompressContent> |
---|
60 | </PropertyGroup> |
---|
61 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Windows Phone' "> |
---|
62 | <OutputPath>bin\Windows Phone\Release</OutputPath> |
---|
63 | <ErrorReport>prompt</ErrorReport> |
---|
64 | <WarningLevel>4</WarningLevel> |
---|
65 | <NoStdLib>true</NoStdLib> |
---|
66 | <UseVSHostingProcess>false</UseVSHostingProcess> |
---|
67 | <DebugType>pdbonly</DebugType> |
---|
68 | <Optimize>true</Optimize> |
---|
69 | <DefineConstants>TRACE;WINDOWS_PHONE</DefineConstants> |
---|
70 | <XnaCompressContent>false</XnaCompressContent> |
---|
71 | </PropertyGroup> |
---|
72 | <ItemGroup> |
---|
73 | <ProjectReference Include="Content\JyTrisContent.contentproj"> |
---|
74 | <Project>{F4DC0895-798C-4BEF-93D3-7D35766B520D}</Project> |
---|
75 | <Name>JyTrisContent %28Content%29</Name> |
---|
76 | <XnaReferenceType>Content</XnaReferenceType> |
---|
77 | </ProjectReference> |
---|
78 | </ItemGroup> |
---|
79 | <ItemGroup> |
---|
80 | <Compile Include="Properties\AssemblyInfo.cs" /> |
---|
81 | <Compile Include="Ohjelma.cs" /> |
---|
82 | <Compile Include="Peli.cs" /> |
---|
83 | <Compile Include="TetrisPalikka.cs" /> |
---|
84 | </ItemGroup> |
---|
85 | <ItemGroup> |
---|
86 | <Content Include="Game.ico" /> |
---|
87 | <Content Include="GameThumbnail.png" /> |
---|
88 | </ItemGroup> |
---|
89 | <ItemGroup> |
---|
90 | <NestedContentProject Include="Content\Content.contentproj"> |
---|
91 | <Project>f4dc0895-798c-4bef-93d3-7d35766b520d</Project> |
---|
92 | <Visible>False</Visible> |
---|
93 | </NestedContentProject> |
---|
94 | </ItemGroup> |
---|
95 | <ItemGroup> |
---|
96 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
---|
97 | <Visible>False</Visible> |
---|
98 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
---|
99 | <Install>false</Install> |
---|
100 | </BootstrapperPackage> |
---|
101 | <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
---|
102 | <Visible>False</Visible> |
---|
103 | <ProductName>.NET Framework 2.0 %28x86%29</ProductName> |
---|
104 | <Install>false</Install> |
---|
105 | </BootstrapperPackage> |
---|
106 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> |
---|
107 | <Visible>False</Visible> |
---|
108 | <ProductName>.NET Framework 3.0 %28x86%29</ProductName> |
---|
109 | <Install>false</Install> |
---|
110 | </BootstrapperPackage> |
---|
111 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> |
---|
112 | <Visible>False</Visible> |
---|
113 | <ProductName>.NET Framework 3.5</ProductName> |
---|
114 | <Install>false</Install> |
---|
115 | </BootstrapperPackage> |
---|
116 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
---|
117 | <Visible>False</Visible> |
---|
118 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
---|
119 | <Install>true</Install> |
---|
120 | </BootstrapperPackage> |
---|
121 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
---|
122 | <Visible>False</Visible> |
---|
123 | <ProductName>Windows Installer 3.1</ProductName> |
---|
124 | <Install>true</Install> |
---|
125 | </BootstrapperPackage> |
---|
126 | <BootstrapperPackage Include="Microsoft.Xna.Framework.3.1"> |
---|
127 | <Visible>False</Visible> |
---|
128 | <ProductName>Microsoft XNA Framework Redistributable 3.1</ProductName> |
---|
129 | <Install>true</Install> |
---|
130 | </BootstrapperPackage> |
---|
131 | <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0"> |
---|
132 | <Visible>False</Visible> |
---|
133 | <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName> |
---|
134 | <Install>true</Install> |
---|
135 | </BootstrapperPackage> |
---|
136 | </ItemGroup> |
---|
137 | <ItemGroup> |
---|
138 | <None Include="Background.png"> |
---|
139 | <XnaPlatformSpecific>true</XnaPlatformSpecific> |
---|
140 | </None> |
---|
141 | <None Include="Properties\AppManifest.xml"> |
---|
142 | <XnaPlatformSpecific>true</XnaPlatformSpecific> |
---|
143 | </None> |
---|
144 | <None Include="Properties\WMAppManifest.xml"> |
---|
145 | <XnaPlatformSpecific>true</XnaPlatformSpecific> |
---|
146 | </None> |
---|
147 | </ItemGroup> |
---|
148 | <ItemGroup> |
---|
149 | <Reference Include="Jypeli4"> |
---|
150 | <HintPath>..\..\..\..\Jypeli\lib\Windows Phone\Jypeli4.dll</HintPath> |
---|
151 | </Reference> |
---|
152 | <Reference Include="Microsoft.Xna.Framework"> |
---|
153 | <Private>False</Private> |
---|
154 | </Reference> |
---|
155 | <Reference Include="Microsoft.Xna.Framework.Game"> |
---|
156 | <Private>False</Private> |
---|
157 | </Reference> |
---|
158 | <Reference Include="Microsoft.Xna.Framework.GamerServices"> |
---|
159 | <Private>False</Private> |
---|
160 | </Reference> |
---|
161 | <Reference Include="Microsoft.Xna.Framework.Graphics"> |
---|
162 | <Private>False</Private> |
---|
163 | </Reference> |
---|
164 | <Reference Include="Microsoft.Xna.Framework.Input.Touch"> |
---|
165 | <Private>False</Private> |
---|
166 | </Reference> |
---|
167 | <Reference Include="mscorlib"> |
---|
168 | <Private>False</Private> |
---|
169 | </Reference> |
---|
170 | <Reference Include="System"> |
---|
171 | <Private>False</Private> |
---|
172 | </Reference> |
---|
173 | <Reference Include="System.Core"> |
---|
174 | <Private>False</Private> |
---|
175 | </Reference> |
---|
176 | <Reference Include="System.Xml"> |
---|
177 | <Private>False</Private> |
---|
178 | </Reference> |
---|
179 | <Reference Include="System.Xml.Linq"> |
---|
180 | <Private>False</Private> |
---|
181 | </Reference> |
---|
182 | </ItemGroup> |
---|
183 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
---|
184 | <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" /> |
---|
185 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
---|
186 | Other similar extension points exist, see Microsoft.Common.targets. |
---|
187 | <Target Name="BeforeBuild"> |
---|
188 | </Target> |
---|
189 | <Target Name="AfterBuild"> |
---|
190 | </Target> |
---|
191 | --> |
---|
192 | </Project> |
---|