[1131] | 1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
---|
[1108] | 2 | <PropertyGroup> |
---|
| 3 | <ProjectGuid>eef895b1-ba18-4382-b497-0dbbd9530cfc</ProjectGuid> |
---|
| 4 | <ProjectTypeGuids>{96E2B04D-8817-42c6-938A-82C39BA4D311};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
---|
| 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
---|
| 6 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
---|
| 7 | <OutputType>Library</OutputType> |
---|
| 8 | <AppDesignerFolder>Properties</AppDesignerFolder> |
---|
| 9 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
---|
| 10 | <XnaFrameworkVersion>v3.1</XnaFrameworkVersion> |
---|
| 11 | <PlatformTarget>x86</PlatformTarget> |
---|
| 12 | <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath> |
---|
| 13 | </PropertyGroup> |
---|
| 14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
---|
| 15 | <XnaPlatform>Windows</XnaPlatform> |
---|
| 16 | </PropertyGroup> |
---|
| 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
---|
| 18 | <XnaPlatform>Windows</XnaPlatform> |
---|
| 19 | </PropertyGroup> |
---|
| 20 | <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> |
---|
| 21 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
---|
| 22 | Other similar extension points exist, see Microsoft.Common.targets. |
---|
| 23 | <Target Name="BeforeBuild"> |
---|
| 24 | </Target> |
---|
| 25 | <Target Name="AfterBuild"> |
---|
| 26 | </Target> |
---|
| 27 | --> |
---|
| 28 | <ItemGroup> |
---|
| 29 | <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" /> |
---|
| 30 | <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.EffectImporter, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" /> |
---|
| 31 | <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.FBXImporter, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" /> |
---|
| 32 | <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" /> |
---|
| 33 | <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" /> |
---|
| 34 | <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" /> |
---|
| 35 | </ItemGroup> |
---|
[1131] | 36 | <ItemGroup> |
---|
| 37 | <Compile Include="tausta1.png"> |
---|
| 38 | <Name>tausta1</Name> |
---|
| 39 | <Importer>TextureImporter</Importer> |
---|
| 40 | <Processor>TextureProcessor</Processor> |
---|
| 41 | </Compile> |
---|
| 42 | </ItemGroup> |
---|
| 43 | <ItemGroup> |
---|
| 44 | <Compile Include="tausta2.png"> |
---|
| 45 | <Name>tausta2</Name> |
---|
| 46 | <Importer>TextureImporter</Importer> |
---|
| 47 | <Processor>TextureProcessor</Processor> |
---|
| 48 | </Compile> |
---|
| 49 | <Compile Include="taustakuva1.bmp"> |
---|
| 50 | <Name>taustakuva1</Name> |
---|
| 51 | <Importer>TextureImporter</Importer> |
---|
| 52 | <Processor>TextureProcessor</Processor> |
---|
| 53 | </Compile> |
---|
| 54 | </ItemGroup> |
---|
[1154] | 55 | <ItemGroup> |
---|
| 56 | <Compile Include="pelaaja1.png"> |
---|
| 57 | <Name>pelaaja1</Name> |
---|
| 58 | <Importer>TextureImporter</Importer> |
---|
| 59 | <Processor>TextureProcessor</Processor> |
---|
| 60 | </Compile> |
---|
| 61 | </ItemGroup> |
---|
| 62 | <ItemGroup> |
---|
| 63 | <Compile Include="pelaaja2.png"> |
---|
| 64 | <Name>pelaaja2</Name> |
---|
| 65 | <Importer>TextureImporter</Importer> |
---|
| 66 | <Processor>TextureProcessor</Processor> |
---|
| 67 | </Compile> |
---|
| 68 | </ItemGroup> |
---|
[1196] | 69 | <ItemGroup> |
---|
| 70 | <Compile Include="ammuslaatikko1.png"> |
---|
| 71 | <Name>ammuslaatikko1</Name> |
---|
| 72 | <Importer>TextureImporter</Importer> |
---|
| 73 | <Processor>TextureProcessor</Processor> |
---|
| 74 | </Compile> |
---|
| 75 | </ItemGroup> |
---|
[1131] | 76 | </Project> |
---|