2014-10-22 13:47:38 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "12.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {E33D031D-7866-40F9-9362-2776CB4A7B5B}</ProjectGuid>
<OutputType > Exe</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > GarrysMod.AddonCreator</RootNamespace>
2014-10-23 00:31:54 +00:00
<AssemblyName > gmadsharp</AssemblyName>
2014-10-22 13:47:38 +00:00
<TargetFrameworkVersion > v4.0</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
2014-10-23 00:15:47 +00:00
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\..\</SolutionDir>
<RestorePackages > true</RestorePackages>
2014-10-22 13:47:38 +00:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
2014-10-22 14:01:19 +00:00
<Prefer32Bit > false</Prefer32Bit>
2014-10-22 13:47:38 +00:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
2014-10-22 14:01:19 +00:00
<Prefer32Bit > false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup >
<OutDir > $(SolutionDir)\bin\$(Configuration)\$(Platform)\</OutDir>
<IntDir > $(SolutionDir)\obj\$(TargetName)\$(Configuration)\$(Platform)\</IntDir>
<IntermediateOutputPath > $(SolutionDir)\obj\$(TargetName)\$(Configuration)\$(Platform)\</IntermediateOutputPath>
<BaseIntermediateOutputPath > $(SolutionDir)\obj\$(TargetName)\$(Configuration)\$(Platform)\</BaseIntermediateOutputPath>
<OutputPath > $(SolutionDir)\bin\$(Configuration)\$(Platform)\</OutputPath>
2014-10-22 13:47:38 +00:00
</PropertyGroup>
2014-12-11 02:43:36 +00:00
<PropertyGroup >
<StartupObject > GarrysMod.AddonCreator.Program</StartupObject>
</PropertyGroup>
2014-10-22 13:47:38 +00:00
<ItemGroup >
<Reference Include= "Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
2014-10-23 00:25:11 +00:00
<HintPath > $(SolutionDir)\packages\Newtonsoft.Json.6.0.5\lib\net40\Newtonsoft.Json.dll</HintPath>
2014-10-22 13:47:38 +00:00
</Reference>
2014-12-11 05:25:36 +00:00
<Reference Include= "policy.2.0.taglib-sharp" >
<HintPath > ..\..\packages\taglib.2.1.0.0\lib\policy.2.0.taglib-sharp.dll</HintPath>
</Reference>
2014-10-22 13:47:38 +00:00
<Reference Include= "System" />
<Reference Include= "System.Core" />
2014-12-11 05:25:36 +00:00
<Reference Include= "taglib-sharp" >
<HintPath > ..\..\packages\taglib.2.1.0.0\lib\taglib-sharp.dll</HintPath>
</Reference>
2014-10-22 13:47:38 +00:00
</ItemGroup>
<ItemGroup >
2014-10-22 20:56:05 +00:00
<Compile Include= "Addon\AddonFile.cs" />
<Compile Include= "Addon\AddonFileInfo.cs" />
<Compile Include= "Addon\AddonJson.cs" />
<Compile Include= "Addon\AddonWhitelist.cs" />
2014-12-11 03:44:22 +00:00
<Compile Include= "Addon\MinifiedLuaAddonFileInfo.cs" />
2014-12-11 05:25:36 +00:00
<Compile Include= "Addon\MinifiedMediaAddonFileInfo.cs" />
2014-10-22 14:29:51 +00:00
<Compile Include= "Extensions.cs" />
2014-10-22 20:56:05 +00:00
<Compile Include= "Addon\JsonAddonFileInfo.cs" />
2014-12-11 01:48:59 +00:00
<Compile Include= "Hashing\Crc32.cs" />
2014-10-22 20:56:05 +00:00
<Compile Include= "Addon\PhysicalAddonFileInfo.cs" />
2014-10-22 13:47:38 +00:00
<Compile Include= "Program.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
2014-10-22 20:56:05 +00:00
<Compile Include= "Addon\SegmentedAddonFileInfo.cs" />
2014-10-22 13:47:38 +00:00
</ItemGroup>
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
2014-12-11 02:43:36 +00:00
<ItemGroup >
<Folder Include= "Tests\" />
</ItemGroup>
2014-10-22 13:47:38 +00:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2014-10-23 00:15:47 +00:00
<Import Project= "$(SolutionDir)\.nuget\NuGet.targets" Condition= "Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Aktivieren Sie die Wiederherstellung von NuGet-Paketen, um die fehlende Datei herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text= "$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
2014-10-22 13:47:38 +00:00
<!-- 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>