Skip to content

Commit

Permalink
v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dijji committed Jul 5, 2016
1 parent ea663ff commit ad5c009
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
20 changes: 20 additions & 0 deletions XstReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,26 @@
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
12 changes: 6 additions & 6 deletions XstReader.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XstReader", "XstReader.cspr
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB8E0530-8EA6-4E02-9399-03A9AB13705F}.Debug|x86.ActiveCfg = Debug|x86
{BB8E0530-8EA6-4E02-9399-03A9AB13705F}.Debug|x86.Build.0 = Debug|x86
{BB8E0530-8EA6-4E02-9399-03A9AB13705F}.Release|x86.ActiveCfg = Release|x86
{BB8E0530-8EA6-4E02-9399-03A9AB13705F}.Release|x86.Build.0 = Release|x86
{BB8E0530-8EA6-4E02-9399-03A9AB13705F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB8E0530-8EA6-4E02-9399-03A9AB13705F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB8E0530-8EA6-4E02-9399-03A9AB13705F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB8E0530-8EA6-4E02-9399-03A9AB13705F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit ad5c009

Please sign in to comment.