Skip to content

Instantly share code, notes, and snippets.

@ig-sinicyn
Created November 19, 2015 11:14
Show Gist options
  • Save ig-sinicyn/b413b96300795cf4fd89 to your computer and use it in GitHub Desktop.
Save ig-sinicyn/b413b96300795cf4fd89 to your computer and use it in GitHub Desktop.
{
"Project": {
"Import": [
{
"_Project": "$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props",
"_Condition": "Exists('$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props')"
},
{
"_Project": "$(MSBuildToolsPath)\\Microsoft.CSharp.targets"
}
],
"PropertyGroup": [
{
"Configuration": {
"_Condition": " '$(Configuration)' == '' ",
"__text": "Debug"
},
"Platform": {
"_Condition": " '$(Platform)' == '' ",
"__text": "AnyCPU"
},
"ProjectGuid": "738dc7bb-085a-4e4e-80d7-17346ac8379e",
"OutputType": "Library",
"AppDesignerFolder": "Properties",
"RootNamespace": "ClassLibrary1",
"AssemblyName": "ClassLibrary1",
"TargetFrameworkVersion": "v4.5.2",
"FileAlignment": "512"
},
{
"DebugSymbols": "true",
"DebugType": "full",
"Optimize": "false",
"OutputPath": "bin\\Debug\\",
"DefineConstants": "DEBUG;TRACE",
"ErrorReport": "prompt",
"WarningLevel": "4",
"_Condition": " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
},
{
"DebugType": "pdbonly",
"Optimize": "true",
"OutputPath": "bin\\Release\\",
"DefineConstants": "TRACE",
"ErrorReport": "prompt",
"WarningLevel": "4",
"_Condition": " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "
}
],
"ItemGroup": [
{
"Reference": [
{
"_Include": "System"
},
{
"_Include": "System.Core"
},
{
"_Include": "System.Xml.Linq"
},
{
"_Include": "System.Data.DataSetExtensions"
},
{
"_Include": "Microsoft.CSharp"
},
{
"_Include": "System.Data"
},
{
"_Include": "System.Net.Http"
},
{
"_Include": "System.Xml"
}
]
},
{
"Compile": [
{
"_Include": "Class1.cs"
},
{
"_Include": "Properties\\AssemblyInfo.cs"
}
]
}
],
"_xmlns": "http://schemas.microsoft.com/developer/msbuild/2003",
"_ToolsVersion": "14.0",
"_DefaultTargets": "Build"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment