| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectGuid>{8ABC0B1E-74EB-4892-AFAB-12D4DEBB76EC}</ProjectGuid>
- <ProjectTypeGuids>{6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>MovipaLibrary</RootNamespace>
- <AssemblyName>MovipaLibrary</AssemblyName>
- <XnaFrameworkVersion>v2.0</XnaFrameworkVersion>
- <XnaPlatform>Windows</XnaPlatform>
- <XnaCrossPlatformGroupID>033d96f7-fb8a-4614-a2e5-a19bee9c222d</XnaCrossPlatformGroupID>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\x86\Debug</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <NoStdLib>true</NoStdLib>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- <PlatformTarget>x86</PlatformTarget>
- <DocumentationFile>
- </DocumentationFile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\x86\Release</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <NoStdLib>true</NoStdLib>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- <PlatformTarget>x86</PlatformTarget>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Microsoft.Xna.Framework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d, processorArchitecture=x86">
- <Private>False</Private>
- <SpecificVersion>True</SpecificVersion>
- </Reference>
- <Reference Include="mscorlib" />
- <Reference Include="System">
- <Private>False</Private>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AnimationInfo.cs" />
- <Compile Include="AnimationInfoReader.cs" />
- <Compile Include="LayoutInfo.cs" />
- <Compile Include="LayoutInfoReader.cs" />
- <Compile Include="ParticleInfo.cs" />
- <Compile Include="ParticleInfoReader.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="RenderingInfo.cs" />
- <Compile Include="RenderingInfoReader.cs" />
- <Compile Include="SkinnedModelAnimationInfo.cs" />
- <Compile Include="SkinnedModelAnimationInfoReader.cs" />
- <Compile Include="SkinnedModelInfo.cs" />
- <Compile Include="SkinnedModelInfoReader.cs" />
- <Compile Include="StageSetting.cs" />
- <Compile Include="StageSettingReader.cs" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|