Skip to content

Commit

Permalink
Fix build problem: project files, meta
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Mar 5, 2018
1 parent efb3e45 commit 89a4813
Show file tree
Hide file tree
Showing 46 changed files with 918 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ artifacts/
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
Expand Down Expand Up @@ -246,6 +245,7 @@ ModelManifest.xml
*.diagsession
/Unity/Library
*.dll
*.dll.meta
/Unity/Temp
/UnityPlayer/Library
/UnityPlayer/Temp
9 changes: 6 additions & 3 deletions Pegasus.Common/Pegasus.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\Pegasus.Common.xml</DocumentationFile>
<CodeAnalysisRuleSet>..\Strict.ruleset</CodeAnalysisRuleSet>
<RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisRuleSet>BasicCorrectnessRules.ruleset</CodeAnalysisRuleSet>
<RunCodeAnalysis>false</RunCodeAnalysis>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down Expand Up @@ -69,4 +69,7 @@
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
</Target>
<PropertyGroup>
<PostBuildEvent>copy $(TargetFileName) $(SolutionDir)\UnityPlayer\Assets</PostBuildEvent>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion PuzzLang.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PuzzLangMain", "PuzzLangMai
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PuzzLangTest", "PuzzLangTest\PuzzLangTest.csproj", "{9B6D5ACA-4969-46CF-8449-0160183735E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pegasus.Common", "..\Pegasus\Pegasus.Common\Pegasus.Common.csproj", "{1FC19ADF-446F-4118-8189-C25AADF12397}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pegasus.Common", "Pegasus.Common\Pegasus.Common.csproj", "{1FC19ADF-446F-4118-8189-C25AADF12397}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PuzzLangLib", "PuzzLangLib\PuzzLangLib.csproj", "{8CEEA3E9-50CF-4FCA-90B3-89190D96D154}"
EndProject
Expand Down
2 changes: 1 addition & 1 deletion PuzzLangLib/PuzzLangLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<PegGrammar Include="PuzzLangParser.peg" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Pegasus\Pegasus.Common\Pegasus.Common.csproj">
<ProjectReference Include="..\Pegasus.Common\Pegasus.Common.csproj">
<Project>{1fc19adf-446f-4118-8189-c25aadf12397}</Project>
<Name>Pegasus.Common</Name>
</ProjectReference>
Expand Down
10 changes: 10 additions & 0 deletions UnityPlayer/Assets/Animations.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions UnityPlayer/Assets/Fonts.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions UnityPlayer/Assets/Fonts/CutiveMono-Regular.ttf.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions UnityPlayer/Assets/Fonts/LiberationMono-Regular.ttf.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions UnityPlayer/Assets/Fonts/MonospaceTypewriter.ttf.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions UnityPlayer/Assets/Fonts/PixAntiqua.ttf.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions UnityPlayer/Assets/Images.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

77 changes: 77 additions & 0 deletions UnityPlayer/Assets/Images/background-2.jpg.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

77 changes: 77 additions & 0 deletions UnityPlayer/Assets/Images/keyboard-keys-t-png-image-23536.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 89a4813

Please sign in to comment.