1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
---|
2 | <PropertyGroup> |
---|
3 | <ProjectGuid>ce2a6936-8e98-47f1-a2dc-cb25670e009b</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> |
---|
36 | <ItemGroup> |
---|
37 | <Compile Include="bluefret.png"> |
---|
38 | <Name>bluefret</Name> |
---|
39 | <Importer>TextureImporter</Importer> |
---|
40 | <Processor>TextureProcessor</Processor> |
---|
41 | </Compile> |
---|
42 | <Compile Include="greenfret.png"> |
---|
43 | <Name>greenfret</Name> |
---|
44 | <Importer>TextureImporter</Importer> |
---|
45 | <Processor>TextureProcessor</Processor> |
---|
46 | </Compile> |
---|
47 | <Compile Include="orangefret.png"> |
---|
48 | <Name>orangefret</Name> |
---|
49 | <Importer>TextureImporter</Importer> |
---|
50 | <Processor>TextureProcessor</Processor> |
---|
51 | </Compile> |
---|
52 | <Compile Include="redfret.png"> |
---|
53 | <Name>redfret</Name> |
---|
54 | <Importer>TextureImporter</Importer> |
---|
55 | <Processor>TextureProcessor</Processor> |
---|
56 | </Compile> |
---|
57 | <Compile Include="yellowfret.png"> |
---|
58 | <Name>yellowfret</Name> |
---|
59 | <Importer>TextureImporter</Importer> |
---|
60 | <Processor>TextureProcessor</Processor> |
---|
61 | </Compile> |
---|
62 | </ItemGroup> |
---|
63 | <ItemGroup> |
---|
64 | <Compile Include="Bitmap1.bmp"> |
---|
65 | <Name>Bitmap1</Name> |
---|
66 | <Importer>TextureImporter</Importer> |
---|
67 | <Processor>TextureProcessor</Processor> |
---|
68 | </Compile> |
---|
69 | </ItemGroup> |
---|
70 | <ItemGroup> |
---|
71 | <Compile Include="bluebutton.png"> |
---|
72 | <Name>bluebutton</Name> |
---|
73 | <Importer>TextureImporter</Importer> |
---|
74 | <Processor>TextureProcessor</Processor> |
---|
75 | </Compile> |
---|
76 | <Compile Include="greenbutton.png"> |
---|
77 | <Name>greenbutton</Name> |
---|
78 | <Importer>TextureImporter</Importer> |
---|
79 | <Processor>TextureProcessor</Processor> |
---|
80 | </Compile> |
---|
81 | <Compile Include="orangebutton.png"> |
---|
82 | <Name>orangebutton</Name> |
---|
83 | <Importer>TextureImporter</Importer> |
---|
84 | <Processor>TextureProcessor</Processor> |
---|
85 | </Compile> |
---|
86 | <Compile Include="redbutton.png"> |
---|
87 | <Name>redbutton</Name> |
---|
88 | <Importer>TextureImporter</Importer> |
---|
89 | <Processor>TextureProcessor</Processor> |
---|
90 | </Compile> |
---|
91 | <Compile Include="yellowbutton.png"> |
---|
92 | <Name>yellowbutton</Name> |
---|
93 | <Importer>TextureImporter</Importer> |
---|
94 | <Processor>TextureProcessor</Processor> |
---|
95 | </Compile> |
---|
96 | </ItemGroup> |
---|
97 | <ItemGroup> |
---|
98 | <Compile Include="bluefretpressed.png"> |
---|
99 | <Name>bluefretpressed</Name> |
---|
100 | <Importer>TextureImporter</Importer> |
---|
101 | <Processor>TextureProcessor</Processor> |
---|
102 | </Compile> |
---|
103 | <Compile Include="greenfretpressed.png"> |
---|
104 | <Name>greenfretpressed</Name> |
---|
105 | <Importer>TextureImporter</Importer> |
---|
106 | <Processor>TextureProcessor</Processor> |
---|
107 | </Compile> |
---|
108 | <Compile Include="orangefretpressed.png"> |
---|
109 | <Name>orangefretpressed</Name> |
---|
110 | <Importer>TextureImporter</Importer> |
---|
111 | <Processor>TextureProcessor</Processor> |
---|
112 | </Compile> |
---|
113 | <Compile Include="redfretpressed.png"> |
---|
114 | <Name>redfretpressed</Name> |
---|
115 | <Importer>TextureImporter</Importer> |
---|
116 | <Processor>TextureProcessor</Processor> |
---|
117 | </Compile> |
---|
118 | <Compile Include="yellowfretpressed.png"> |
---|
119 | <Name>yellowfretpressed</Name> |
---|
120 | <Importer>TextureImporter</Importer> |
---|
121 | <Processor>TextureProcessor</Processor> |
---|
122 | </Compile> |
---|
123 | </ItemGroup> |
---|
124 | <ItemGroup> |
---|
125 | <Compile Include="bluehopo.png"> |
---|
126 | <Name>bluehopo</Name> |
---|
127 | <Importer>TextureImporter</Importer> |
---|
128 | <Processor>TextureProcessor</Processor> |
---|
129 | </Compile> |
---|
130 | <Compile Include="greenhopo.png"> |
---|
131 | <Name>greenhopo</Name> |
---|
132 | <Importer>TextureImporter</Importer> |
---|
133 | <Processor>TextureProcessor</Processor> |
---|
134 | </Compile> |
---|
135 | <Compile Include="orangehopo.png"> |
---|
136 | <Name>orangehopo</Name> |
---|
137 | <Importer>TextureImporter</Importer> |
---|
138 | <Processor>TextureProcessor</Processor> |
---|
139 | </Compile> |
---|
140 | <Compile Include="redhopo.png"> |
---|
141 | <Name>redhopo</Name> |
---|
142 | <Importer>TextureImporter</Importer> |
---|
143 | <Processor>TextureProcessor</Processor> |
---|
144 | </Compile> |
---|
145 | <Compile Include="yellowhopo.png"> |
---|
146 | <Name>yellowhopo</Name> |
---|
147 | <Importer>TextureImporter</Importer> |
---|
148 | <Processor>TextureProcessor</Processor> |
---|
149 | </Compile> |
---|
150 | </ItemGroup> |
---|
151 | </Project> |
---|